Skip to content

Commit

Permalink
chore(deps): update dependency prisma to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 2, 2021
1 parent f277ee3 commit 3ef39e2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "10.17.54",
"dotenv-cli": "1.4.0",
"nodemon": "1.19.4",
"prisma": "1.34.12",
"prisma": "2.18.0",
"rimraf": "2.7.1",
"ts-node": "7.0.1",
"typescript": "3.9.9"
Expand Down
15 changes: 11 additions & 4 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@prisma/[email protected]":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#647a7e2735b08fe28425be135120bb54ea408256"
integrity sha512-Q5q5mQePRFSSGbd/14Ogq1RNkebbbwskiTbWsvrSq14t9Us0rC9Xsecd4mr4rEAy8Yd6sXEJW4czZ/88DGzz2w==

"@types/[email protected]":
version "8.10.13"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.13.tgz#92cc06b1cc88b5d0b327d2671dcf3daea96923a5"
Expand Down Expand Up @@ -1683,10 +1688,12 @@ prepend-http@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"

[email protected]:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.12.tgz#6212571134f4ead659294b778d85a3f24f9d2669"
integrity sha512-Es1cBDqP97eBkbt6yGLg9AInXHIlo2IR7bPYSNQxp9joFBHG6Wuzc0nt6Snb73gcO0bTG5PHJaSijDaZv7/Jpw==
[email protected]:
version "2.18.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.18.0.tgz#b19a2d4a487b8b62759777be55506567af41f6ae"
integrity sha512-03po/kFW3/oGHtnANgZiKYz22KEx6NpdaIP2r4eievmVam9f2+0PdP4x/KSFdMCT6B6VHh+3ILTi2z3bYosCgA==
dependencies:
"@prisma/engines" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"

process-nextick-args@~2.0.0:
version "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prisma-client-lib": "1.34.12"
},
"devDependencies": {
"prisma": "1.34.12",
"prisma": "2.18.0",
"ts-node": "7.0.1",
"typescript": "3.9.9"
}
Expand Down
15 changes: 11 additions & 4 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@prisma/[email protected]":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#647a7e2735b08fe28425be135120bb54ea408256"
integrity sha512-Q5q5mQePRFSSGbd/14Ogq1RNkebbbwskiTbWsvrSq14t9Us0rC9Xsecd4mr4rEAy8Yd6sXEJW4czZ/88DGzz2w==

"@types/[email protected]":
version "8.10.13"
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.13.tgz#92cc06b1cc88b5d0b327d2671dcf3daea96923a5"
Expand Down Expand Up @@ -846,10 +851,12 @@ [email protected]:
popsicle "10"
prisma-datamodel "1.34.12"

[email protected]:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-1.34.12.tgz#6212571134f4ead659294b778d85a3f24f9d2669"
integrity sha512-Es1cBDqP97eBkbt6yGLg9AInXHIlo2IR7bPYSNQxp9joFBHG6Wuzc0nt6Snb73gcO0bTG5PHJaSijDaZv7/Jpw==
[email protected]:
version "2.18.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.18.0.tgz#b19a2d4a487b8b62759777be55506567af41f6ae"
integrity sha512-03po/kFW3/oGHtnANgZiKYz22KEx6NpdaIP2r4eievmVam9f2+0PdP4x/KSFdMCT6B6VHh+3ILTi2z3bYosCgA==
dependencies:
"@prisma/engines" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"

process-nextick-args@~2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3ef39e2

Please sign in to comment.