Skip to content

Commit

Permalink
chore(deps): update engines to 4.8.0-6.b5a1e814c11f68346141127705831b…
Browse files Browse the repository at this point in the history
…c69857f0f7 (#16597)

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
  • Loading branch information
2 people authored and jkomyno committed Dec 21, 2022
1 parent 73a70b5 commit f0cf737
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 373 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.8.0-4.b2fb1b5b7e8009cc6ec71c1cf7b276feb89844a0"
"@prisma/engines-version": "4.8.0-6.b5a1e814c11f68346141127705831bc69857f0f7"
},
"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.8.0-4.b2fb1b5b7e8009cc6ec71c1cf7b276feb89844a0",
"@prisma/engines-version": "4.8.0-6.b5a1e814c11f68346141127705831bc69857f0f7",
"@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.8.0-4.b2fb1b5b7e8009cc6ec71c1cf7b276feb89844a0",
"@prisma/engines-version": "4.8.0-6.b5a1e814c11f68346141127705831bc69857f0f7",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "29.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,16 +293,6 @@ exports[`introspection: findMany on column_name_that_becomes_empty_string: warni
code: 4,
message: These enum values were commented out because their names are currently not supported by Prisma. Please provide valid ones that match [a-zA-Z][a-zA-Z0-9_]* using the \`@map\` attribute.,
},
{
affected: [
{
field: 12345,
model: column_name_that_becomes_empty_string,
},
],
code: 2,
message: These fields were commented out because their names are currently not supported by Prisma. Please provide valid ones that match [a-zA-Z][a-zA-Z0-9_]* using the \`@map\` attribute.,
},
]
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,6 @@ exports[`introspection: findMany on column_name_that_becomes_empty_string: warni
code: 4,
message: These enum values were commented out because their names are currently not supported by Prisma. Please provide valid ones that match [a-zA-Z][a-zA-Z0-9_]* using the \`@map\` attribute.,
},
{
affected: [
{
field: 12345,
model: column_name_that_becomes_empty_string,
},
],
code: 2,
message: These fields were commented out because their names are currently not supported by Prisma. Please provide valid ones that match [a-zA-Z][a-zA-Z0-9_]* using the \`@map\` attribute.,
},
]
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ exports[`introspection: findMany on column_name_that_becomes_empty_string: warni
code: 3,
message: These fields are not supported by the Prisma Client, because Prisma currently does not support their types.,
},
{
affected: [
{
field: 12345,
model: column_name_that_becomes_empty_string,
},
],
code: 2,
message: These fields were commented out because their names are currently not supported by Prisma. Please provide valid ones that match [a-zA-Z][a-zA-Z0-9_]* using the \`@map\` attribute.,
},
]
`;
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.8.0-4.b2fb1b5b7e8009cc6ec71c1cf7b276feb89844a0",
"@prisma/prisma-fmt-wasm": "4.8.0-6.b5a1e814c11f68346141127705831bc69857f0f7",
"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.8.0-4.b2fb1b5b7e8009cc6ec71c1cf7b276feb89844a0",
"@prisma/engines-version": "4.8.0-6.b5a1e814c11f68346141127705831bc69857f0f7",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.14",
Expand Down

0 comments on commit f0cf737

Please sign in to comment.