Skip to content

Commit

Permalink
chore(deps): update engines to 2.29.0-5.8062e306decdf2fe2c2dcb8409c51…
Browse files Browse the repository at this point in the history
…3a2023c8653 (#8533)

Co-authored-by: Joël <joel.galeran@gmail.com>
  • Loading branch information
prisma-bot and Jolg42 committed Aug 2, 2021
1 parent d4b7aed commit baf4063
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 49 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/debug": "workspace:*",
"@prisma/fetch-engine": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/fetch-engine": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio-server": "0.418.0",
Expand Down Expand Up @@ -127,7 +127,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27"
"@prisma/engines": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653"
},
"lint-staged": {
"*.ts": [
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/fetch-engine": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/engines": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/fetch-engine": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@timsuchanek/copy": "1.4.5",
Expand Down Expand Up @@ -128,7 +128,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27"
"@prisma/engines-version": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/engines": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"chalk": "^4.0.0",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": "git@github.com:prisma/prisma.git",
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/engines-version": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "26.0.24",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@sindresorhus/slugify": "^1.1.0",
"execa": "^5.0.0",
"global-dirs": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/fetch-engine": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/engines": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/fetch-engine": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "2.28.0-17.89facabd0366f63911d089156a7a70125bfbcd27",
"@prisma/get-platform": "2.29.0-5.8062e306decdf2fe2c2dcb8409c513a2023c8653",
"@timsuchanek/copy": "^1.4.5",
"archiver": "^4.0.0",
"arg": "^5.0.0",
Expand Down
124 changes: 90 additions & 34 deletions pnpm-lock.yaml

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

0 comments on commit baf4063

Please sign in to comment.