Skip to content

Commit

Permalink
fix(deps): update engines to 2.28.0-5.3ad63ffd44ce536517c94f79cd16f53…
Browse files Browse the repository at this point in the history
…8173d24b1 (#8301)

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
prisma-bot and janpio committed Jul 16, 2021
1 parent eb62a92 commit d19e086
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 54 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-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/fetch-engine": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@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-4.ee139726aff97c3928c1f02e844fe2ee4880552f"
"@prisma/engines": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1"
},
"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-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/fetch-engine": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/engines": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/fetch-engine": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@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-4.ee139726aff97c3928c1f02e844fe2ee4880552f"
"@prisma/engines-version": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1"
},
"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-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/engines": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"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-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/migrate/package.json
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/engines-version": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "26.0.24",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/get-platform": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@sindresorhus/slugify": "^1.1.0",
"execa": "^5.0.0",
"global-dirs": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/packages/sdk/package.json
Expand Up @@ -49,10 +49,10 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/fetch-engine": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/engines": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/fetch-engine": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-4.ee139726aff97c3928c1f02e844fe2ee4880552f",
"@prisma/get-platform": "2.28.0-5.3ad63ffd44ce536517c94f79cd16f538173d24b1",
"@timsuchanek/copy": "^1.4.5",
"archiver": "^4.0.0",
"arg": "^5.0.0",
Expand Down
78 changes: 39 additions & 39 deletions src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d19e086

Please sign in to comment.