1
0
Fork 0

revert: "refactor(deps): move prisma to dependencies (from devDependencies)"

This reverts commit 520f2911d7.
This commit is contained in:
Vojtěch Mareš 2023-07-04 12:58:29 +02:00
parent 520f2911d7
commit 8a3d6b0947
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -19,7 +19,6 @@
"gray-matter": "^4.0.3",
"next": "^13.4.2",
"next-auth": "^4.22.1",
"prisma": "^4.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
@ -41,6 +40,7 @@
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
},
@ -884,6 +884,7 @@
"version": "4.16.1",
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-4.16.1.tgz",
"integrity": "sha512-gpZG0kGGxfemgvK/LghHdBIz+crHkZjzszja94xp4oytpsXrgt/Ice82MvPsWMleVIniKuARrowtsIsim0PFJQ==",
"devOptional": true,
"hasInstallScript": true
},
"node_modules/@prisma/engines-version": {
@ -5195,6 +5196,7 @@
"version": "4.16.1",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-4.16.1.tgz",
"integrity": "sha512-C2Xm7yxHxjFjjscBEW4tmoraPHH/Vyu/A0XABdbaFtoiOZARsxvOM7rwc2iZ0qVxbh0bGBGBWZUSXO/52/nHBQ==",
"devOptional": true,
"hasInstallScript": true,
"dependencies": {
"@prisma/engines": "4.16.1"

View file

@ -20,7 +20,6 @@
"gray-matter": "^4.0.3",
"next": "^13.4.2",
"next-auth": "^4.22.1",
"prisma": "^4.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
@ -42,6 +41,7 @@
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
},