Skip to content

Commit

Permalink
ci(buildkite): engines 4.7.0-74 with node:14-buster (#16519)
Browse files Browse the repository at this point in the history
Co-authored-by: Prismo <prismabots@gmail.com>
  • Loading branch information
Jolg42 and prisma-bot committed Nov 29, 2022
1 parent 10952b7 commit fb151af
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .buildkite/publish/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
app:
image: node:14-bullseye
image: node:14-buster
volumes:
- ../../:/app
working_dir: /app
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/test/docker-compose.14.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
app:
image: node:14-bullseye
image: node:14-buster
volumes:
- ../../:/app
working_dir: /app
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "4.7.0-73.3eff12c7bc4a9d3ee1e28d1cc1c4ae67efbb0dfd"
"@prisma/engines-version": "4.7.0-74.39190b250ebc338586e25e6da45e5e783bc8a635"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "4.7.0-73.3eff12c7bc4a9d3ee1e28d1cc1c4ae67efbb0dfd",
"@prisma/engines-version": "4.7.0-74.39190b250ebc338586e25e6da45e5e783bc8a635",
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@swc/core": "1.3.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"enginesOverride": {},
"devDependencies": {
"@prisma/engines-version": "4.7.0-73.3eff12c7bc4a9d3ee1e28d1cc1c4ae67efbb0dfd",
"@prisma/engines-version": "4.7.0-74.39190b250ebc338586e25e6da45e5e783bc8a635",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "28.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-fmt-wasm": "4.7.0-73.3eff12c7bc4a9d3ee1e28d1cc1c4ae67efbb0dfd",
"@prisma/prisma-fmt-wasm": "4.7.0-74.39190b250ebc338586e25e6da45e5e783bc8a635",
"archiver": "5.3.1",
"arg": "5.0.2",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "4.7.0-73.3eff12c7bc4a9d3ee1e28d1cc1c4ae67efbb0dfd",
"@prisma/engines-version": "4.7.0-74.39190b250ebc338586e25e6da45e5e783bc8a635",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.14",
Expand Down
28 changes: 14 additions & 14 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 fb151af

Please sign in to comment.