Skip to content

Commit

Permalink
fix(deps): update engines to v2.17.0-16.943fce8d17de698f84e53195c61f9…
Browse files Browse the repository at this point in the history
…14010c1bbcf (#5555)

* fix(deps): update engines to v2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf

* test(sdk, migrate): update snapshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Joël <joel.galeran@gmail.com>
  • Loading branch information
3 people committed Feb 9, 2021
1 parent c553b76 commit 335cf0d
Show file tree
Hide file tree
Showing 9 changed files with 137 additions and 651 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Expand Up @@ -129,7 +129,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@prisma/engines": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3"
"@prisma/engines": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3",
"@prisma/engines": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/migrate": "workspace:*",
Expand Down Expand Up @@ -125,7 +125,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3"
"@prisma/engines-version": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3",
"@prisma/engines": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf",
"@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
Expand Up @@ -14,7 +14,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@prisma/engines-version": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3",
"@prisma/engines-version": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf",
"@types/find-cache-dir": "3.2.0",
"@types/jest": "26.0.20",
"@types/node": "12.19.16",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -16,7 +16,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3",
"@prisma/engines-version": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
Expand Down
2 changes: 2 additions & 0 deletions src/packages/migrate/src/__tests__/rpc.test.ts
Expand Up @@ -247,7 +247,9 @@ it('push force should accept dataloss', async () => {
})

it('markMigrationRolledBack - should fail - existing-db-1-migration', async () => {
jest.setTimeout(10000)
ctx.fixture('existing-db-1-migration')

const schemaPath = (await getSchemaPath())!
const migrate = new Migrate(schemaPath)

Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.17.0-14.518be4f38846db5012957ce8956cceeb1d91e2c3",
"@prisma/engines": "2.17.0-16.943fce8d17de698f84e53195c61f914010c1bbcf",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down

0 comments on commit 335cf0d

Please sign in to comment.