Skip to content

Commit

Permalink
chore(deps): update engines to 2.30.0-17.1ff5077bf02e72099bf43c739570…
Browse files Browse the repository at this point in the history
…5a45cf0e8a60 (#8804)
  • Loading branch information
prisma-bot committed Aug 18, 2021
1 parent d43a6a9 commit 5c4ec52
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 84 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Expand Up @@ -63,9 +63,9 @@
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/debug": "workspace:*",
"@prisma/fetch-engine": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/fetch-engine": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio-server": "0.422.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4"
"@prisma/engines": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60"
},
"lint-staged": {
"*.ts": [
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Expand Up @@ -61,10 +61,10 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/fetch-engine": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/engines": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/fetch-engine": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@timsuchanek/copy": "1.4.5",
Expand Down Expand Up @@ -128,7 +128,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4"
"@prisma/engines-version": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/engines": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"chalk": "4.1.2",
"execa": "5.1.1",
"get-stream": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/engines-version": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "27.0.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/get-platform": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@sindresorhus/slugify": "1.1.2",
"execa": "5.1.1",
"global-dirs": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Expand Up @@ -53,10 +53,10 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/fetch-engine": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/engines": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/fetch-engine": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.30.0-16.76ff0d9cc5402d0af189b238491e9c8cbff0b8b4",
"@prisma/get-platform": "2.30.0-17.1ff5077bf02e72099bf43c7395705a45cf0e8a60",
"@timsuchanek/copy": "1.4.5",
"archiver": "4.0.2",
"arg": "5.0.1",
Expand Down

0 comments on commit 5c4ec52

Please sign in to comment.