Skip to content

Commit

Permalink
chore(deps): update devdependencies patch (non-major) (#24107)
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] committed May 8, 2024
1 parent 7bc596d commit 4e72631
Show file tree
Hide file tree
Showing 15 changed files with 205 additions and 158 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bundle-size": "pnpm i && pnpm -r dev && pnpm -r --parallel exec pnpm pack && cd packages/bundle-size && pnpm run create-gzip-files"
},
"devDependencies": {
"@microsoft/api-extractor": "7.43.1",
"@microsoft/api-extractor": "7.43.2",
"@prisma/engines": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
"@size-limit/file": "9.0.0",
Expand All @@ -50,7 +50,7 @@
"buffer": "6.0.3",
"chokidar": "3.6.0",
"decimal.js-light": "2.5.1",
"dotenv-cli": "7.4.1",
"dotenv-cli": "7.4.2",
"esbuild": "0.20.2",
"esbuild-register": "3.5.0",
"eslint": "8.57.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"regenerator-runtime": "0.14.1",
"resolve": "1.22.8",
"safe-buffer": "5.2.1",
"semver": "7.6.0",
"semver": "7.6.1",
"size-limit": "9.0.0",
"spdx-exceptions": "2.5.0",
"spdx-license-ids": "3.0.17",
Expand Down
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.9.1",
"@swc/core": "1.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/pg": "8.11.5",
"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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"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.500.0",
"@prisma/studio-server": "0.500.0",
"@swc/core": "1.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/debug": "4.1.12",
"@types/fs-extra": "9.0.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"@prisma/pg-worker": "workspace:*",
"@prisma/query-engine-wasm": "5.14.0-17.56ca112d5a19c9925b53af75c3c6b7ada97f9f85",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.9.0",
"@swc/core": "1.5.2",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.12",
Expand Down Expand Up @@ -250,7 +250,7 @@
"tsd": "0.31.0",
"typescript": "5.4.5",
"undici": "5.28.4",
"wrangler": "3.53.0",
"wrangler": "3.53.1",
"zx": "7.2.3"
},
"peerDependencies": {
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 <suchanek@prisma.io>",
"devDependencies": {
"@swc/core": "1.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@swc-node/register": "1.9.0",
"@swc/core": "1.5.2",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@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.0",
"@swc/core": "1.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@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.5.2",
"@swc/core": "1.5.3",
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
"jest": "29.7.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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/mssql": "9.1.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
Expand All @@ -39,7 +39,7 @@
"log-update": "4.0.0",
"mariadb": "3.3.0",
"mock-stdin": "1.0.0",
"mongoose": "8.3.3",
"mongoose": "8.3.4",
"mssql": "10.0.2",
"ora": "5.4.1",
"pg": "8.11.5",
Expand Down

0 comments on commit 4e72631

Please sign in to comment.