Skip to content

Commit

Permalink
fix(deps): update engines to v2.25.0-12.17ed782cf0be299db7bda715f38d8…
Browse files Browse the repository at this point in the history
…f6c7cae90a2 (#7526)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 9, 2021
1 parent cb48cc8 commit 5a2b51c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Expand Up @@ -125,7 +125,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800"
"@prisma/engines": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800",
"@prisma/engines": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down Expand Up @@ -127,7 +127,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800"
"@prisma/engines-version": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800",
"@prisma/engines": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Expand Up @@ -14,7 +14,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@prisma/engines-version": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800",
"@prisma/engines-version": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2",
"@types/find-cache-dir": "3.2.0",
"@types/jest": "26.0.23",
"@types/node": "12.20.15",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800",
"@prisma/engines-version": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.25.0-11.89fa7f94d9b41d463c14a784b678cd93fefb0800",
"@prisma/engines": "2.25.0-12.17ed782cf0be299db7bda715f38d8f6c7cae90a2",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down

0 comments on commit 5a2b51c

Please sign in to comment.