Skip to content

Commit

Permalink
fix(deps): update engines to v2.14.0-16.c033861e8ed093701af214a25e2bb…
Browse files Browse the repository at this point in the history
…3e03edacf7c
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 16, 2020
1 parent 0ba3609 commit e490fdf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
},
"dependencies": {
"@prisma/bar": "^0.0.1",
"@prisma/engines": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747"
"@prisma/engines": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747",
"@prisma/engines": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/migrate": "workspace:*",
Expand Down Expand Up @@ -124,7 +124,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747"
"@prisma/engines-version": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747",
"@prisma/engines": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@prisma/engines-version": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747",
"@prisma/engines-version": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node-fetch": "2.5.7",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747",
"@prisma/engines-version": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.14.0-14.89e8d3132416be34203077ff70fdc0abb7ff9747",
"@prisma/engines": "2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down

0 comments on commit e490fdf

Please sign in to comment.