Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.10.1 (#25708)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d2a87c2 commit fd6499b
Show file tree
Hide file tree
Showing 14 changed files with 239 additions and 239 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-neon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@neondatabase/serverless": "0.10.2",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"jest": "29.7.0",
"jest-junit": "16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-pg-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@prisma/pg-worker": "workspace:*",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"jest": "29.7.0",
"jest-junit": "16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"postgres-array": "3.0.2"
},
"devDependencies": {
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/pg": "8.11.6",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-planetscale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@planetscale/database": "1.18.0",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@prisma/mini-proxy": "0.9.5",
"@prisma/studio": "0.503.0",
"@prisma/studio-server": "0.503.0",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/debug": "4.1.12",
"@types/fs-extra": "9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"@prisma/query-engine-wasm": "6.1.0-14.79c7f7d747a2f7e2c27ca452405ffdad1be6da2d",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.10.9",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"author": "Tim Suchanek <[email protected]>",
"devDependencies": {
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
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": {
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@swc-node/register": "1.10.9",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/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",
"devDependencies": {
"@codspeed/benchmark.js-plugin": "3.1.1",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@prisma/internals": "workspace:*",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
"@opentelemetry/api": "1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@prisma/internals": "workspace:*",
"@prisma/migrate": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/mssql": "9.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
"@swc/core": "1.6.13",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
Expand Down
Loading

0 comments on commit fd6499b

Please sign in to comment.