Skip to content

Commit

Permalink
chore(deps): update engines to 4.7.0-49.7586f197a86dc755ba5c020f17bd9…
Browse files Browse the repository at this point in the history
…8194efb912f (#16394)

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
prisma-bot and Jolg42 committed Nov 22, 2022
1 parent f680171 commit 8a3577d
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 348 deletions.
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-47.ff00e0ed8be197c2d168ee7dd9e70867c6fd55a9"
"@prisma/engines-version": "4.7.0-49.7586f197a86dc755ba5c020f17bd98194efb912f"
},
"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-47.ff00e0ed8be197c2d168ee7dd9e70867c6fd55a9",
"@prisma/engines-version": "4.7.0-49.7586f197a86dc755ba5c020f17bd98194efb912f",
"@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-47.ff00e0ed8be197c2d168ee7dd9e70867c6fd55a9",
"@prisma/engines-version": "4.7.0-49.7586f197a86dc755ba5c020f17bd98194efb912f",
"@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-47.ff00e0ed8be197c2d168ee7dd9e70867c6fd55a9",
"@prisma/prisma-fmt-wasm": "4.7.0-49.7586f197a86dc755ba5c020f17bd98194efb912f",
"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-47.ff00e0ed8be197c2d168ee7dd9e70867c6fd55a9",
"@prisma/engines-version": "4.7.0-49.7586f197a86dc755ba5c020f17bd98194efb912f",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.14",
Expand Down
10 changes: 5 additions & 5 deletions packages/migrate/src/__tests__/__snapshots__/DbPull.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,9 @@ model User {
}
model some_table {
id String @id(map: "User_pkey2")
email String
id String @id(map: "User_pkey2")
email String
some_table some_table[]
@@schema("base")
}
Expand All @@ -755,11 +756,10 @@ model Post {
}
model some_table {
id String @id(map: "Post_pkey2")
id String @id(map: "Post_pkey2")
title String
authorId String
some_table some_table @relation(fields: [authorId], references: [id], map: "Post_authorId_fkey2")
some_table some_table[]
some_table some_table @relation(fields: [authorId], references: [id], map: "Post_authorId_fkey2")
@@schema("transactional")
}
Expand Down

0 comments on commit 8a3577d

Please sign in to comment.