Skip to content

Commit

Permalink
fix(deps): update engines to 2.28.0-2.5405d37ef7945674519c43a464ac161…
Browse files Browse the repository at this point in the history
…307063ceb (#8286)

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
prisma-bot and janpio committed Jul 15, 2021
1 parent 026fe3f commit 1cb317c
Show file tree
Hide file tree
Showing 9 changed files with 183 additions and 288 deletions.
6 changes: 3 additions & 3 deletions src/packages/cli/package.json
Expand Up @@ -63,9 +63,9 @@
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/debug": "workspace:*",
"@prisma/fetch-engine": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/fetch-engine": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/get-platform": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio-server": "0.416.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5"
"@prisma/engines": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb"
},
"lint-staged": {
"*.ts": [
Expand Down
8 changes: 4 additions & 4 deletions src/packages/client/package.json
Expand Up @@ -59,10 +59,10 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/fetch-engine": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/engines": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/fetch-engine": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/get-platform": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@timsuchanek/copy": "1.4.5",
Expand Down Expand Up @@ -126,7 +126,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5"
"@prisma/engines-version": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/engine-core/package.json
Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/engines": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/get-platform": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"chalk": "^4.0.0",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/integration-tests/package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "git@github.com:prisma/prisma.git",
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/get-platform": "2.28.0-1.cf7c128233ec6c3ae31012228f18d4e43b6140c5",
"@prisma/get-platform": "2.28.0-2.5405d37ef7945674519c43a464ac161307063ceb",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
Expand Down

0 comments on commit 1cb317c

Please sign in to comment.