Skip to content

Commit

Permalink
Merge pull request #218 from devoxa/renovate/prisma-monorepo
Browse files Browse the repository at this point in the history
Update prisma monorepo from 5.5.0 to 5.5.1
  • Loading branch information
kodiakhq[bot] authored Oct 25, 2023
2 parents b02064a + 32aa14a commit 67e3dfe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@devoxa/eslint-config": "3.0.11",
"@devoxa/prettier-config": "2.0.2",
"@prisma/client": "5.5.0",
"@prisma/client": "5.5.1",
"@swc/core": "1.3.95",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.6",
Expand All @@ -36,7 +36,7 @@
"eslint": "8.52.0",
"jest": "29.7.0",
"prettier": "3.0.3",
"prisma": "5.5.0",
"prisma": "5.5.1",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,10 +946,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@prisma/[email protected].0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.5.0.tgz#d3f787a66e34d97c33325a3f1b14af918f07e723"
integrity sha512-JiCj/h79PRawWiBVa4Ng4tBaKMrfJgUwuRrZi4NuQRd58gWIP4kEYMqIidpUrab3dU2NM617pWRG2avX+dh+Sg==
"@prisma/[email protected].1":
version "5.5.1"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.5.1.tgz#a8d337c2caea1e7e03f8b58a37193a197d9c1d8a"
integrity sha512-Yvcwx1/Q0nIdv2jvH/4pyTRl5I+76/ef0C3xCrAkBKTIjXHiRptbyyK/+CWEaBY9yE98MIdi9gwZcR3C22eTuQ==
dependencies:
"@prisma/engines-version" "5.5.0-19.475c616176945d72f4330c92801f0c5e6398dc0f"

Expand All @@ -958,10 +958,10 @@
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-5.5.0-19.475c616176945d72f4330c92801f0c5e6398dc0f.tgz#c3ddca62ee65158a20ce194c2492791f506f4bfc"
integrity sha512-/1orOUq7I54ISYBJockYB15FmF/VkCBeFzYYkWyLtBl2tLlJWHmA3NEUBM+wSmXGLK78BmuSNHrLbf8bmXkukQ==

"@prisma/[email protected].0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-5.5.0.tgz#80b9035d533e3dcd4297ddeada4806fe176ae7bf"
integrity sha512-WX+8l4sJuWeS3A/5WqJpdBHp32UzUticiKwUWbFggcd6/sqGtCiiaFmXYmNw6Au2O6hjSX37Y07Vu2ZhP9cmWg==
"@prisma/[email protected].1":
version "5.5.1"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-5.5.1.tgz#58937a9e7e42d6b098ec09c677e0035ace1e0a03"
integrity sha512-6P4bTYb7WCWwHW50tsJvZTeZIM7HotuwDEY61wAX46b69eMbuXTsNB9dquEmwKaiG7ggk+igOoH8chSO3+/VkQ==

"@sinclair/typebox@^0.24.1":
version "0.24.19"
Expand Down Expand Up @@ -3637,12 +3637,12 @@ pretty-format@^29.7.0:
ansi-styles "^5.0.0"
react-is "^18.0.0"

[email protected].0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-5.5.0.tgz#088c3733ddc578cabdbddb89adc53ddc423ac27f"
integrity sha512-QyMMh1WQiGU07Iz3Q8jd6y5KlomGLDVb4etkMWpQ4EmDAaY+zGgNHmBk2MfRPb0A+un1Ior1nZWZorfnKD6E5A==
[email protected].1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-5.5.1.tgz#88071d6778b42ecbd83fdd21dbed4ea38630ce7a"
integrity sha512-6oln3L3/9kB9GqngIbSCpoXaZAk65y7hqEOj9g+9pkTYi/fVxCQzQ6ivnePVUoFhp/M1BBjexQepw1ODqnAC5Q==
dependencies:
"@prisma/engines" "5.5.0"
"@prisma/engines" "5.5.1"

prompts@^2.0.1:
version "2.4.0"
Expand Down

0 comments on commit 67e3dfe

Please sign in to comment.