Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 4357f84

Browse files
committed
chore: upgrade deps to prisma 4.7
1 parent 27ff6e2 commit 4357f84

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"homepage": "https://github.com/sidebase/nuxt-prisma",
77
"name": "@sidebase/nuxt-prisma",
8-
"version": "0.0.3-alpha.13",
8+
"version": "0.0.3",
99
"license": "MIT",
1010
"type": "module",
1111
"main": "./nuxt-prisma/nuxt.config.ts",
@@ -18,13 +18,13 @@
1818
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
1919
},
2020
"dependencies": {
21-
"@prisma/client": "^4.6.1",
21+
"@prisma/client": "^4.7.1",
2222
"h3": "^1.0.1"
2323
},
2424
"devDependencies": {
2525
"@nuxtjs/eslint-config-typescript": "^12.0.0",
2626
"eslint": "^8.27.0",
2727
"nuxt": "^3.0.0",
28-
"prisma": "^4.6.1"
28+
"prisma": "^4.7.1"
2929
}
3030
}

0 commit comments

Comments
 (0)