Skip to content

Commit

Permalink
Merge pull request #11 from wobsoriano/nuxt-kit-3.10
Browse files Browse the repository at this point in the history
chore(deps): bump @nuxt/kit to 3.10.3
  • Loading branch information
wobsoriano authored Mar 1, 2024
2 parents 0197625 + fb4e563 commit 5ef4e5f
Show file tree
Hide file tree
Showing 2 changed files with 2,228 additions and 577 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-remote-fn",
"version": "0.5.1",
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.15.4",
"description": "Remote Functions. Instead of Event Handlers.",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -49,29 +49,29 @@
"prepare": "cd playground && npx prisma migrate dev --name init && npx prisma db seed"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/kit": "^3.10.3",
"@rollup/pluginutils": "^5.1.0",
"dedent": "^1.5.1",
"es-module-lexer": "^1.4.1",
"fast-glob": "^3.3.2",
"h3": "^1.9.0",
"pathe": "^1.1.1"
"h3": "^1.11.1",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"@prisma/client": "^5.7.1",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@prisma/client": "^5.10.2",
"@types/dedent": "^0.7.2",
"@types/node": "^20.10.5",
"@types/node": "^20.11.24",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"prisma": "^5.7.1",
"taze": "^0.13.1",
"tsx": "^4.7.0",
"vitest": "^1.1.0"
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"prisma": "^5.10.2",
"taze": "^0.13.3",
"tsx": "^4.7.1",
"vitest": "^1.3.1"
}
}
}
Loading

0 comments on commit 5ef4e5f

Please sign in to comment.