Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 2, 2022
1 parent b948f3a commit fbd24a3
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -79,7 +79,7 @@
"@swc/jest": "0.2.21",
"@types/debug": "4.1.7",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/rimraf": "3.0.2",
"@types/ws": "8.5.3",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -76,7 +76,7 @@
"@swc/jest": "0.2.21",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.7",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/js-levenshtein": "1.1.1",
"@types/mssql": "7.1.5",
"@types/node": "12.20.51",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Expand Up @@ -18,7 +18,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/node": "12.20.51",
"esbuild": "0.14.39",
"jest": "28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/node": "16.11.34",
"esbuild": "0.14.39",
"jest": "28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/node": "12.20.51",
"esbuild": "0.14.39",
"jest": "28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Expand Up @@ -16,7 +16,7 @@
"@sindresorhus/slugify": "1.1.2",
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/mssql": "7.1.5",
"@types/node": "12.20.51",
"@types/pg": "8.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -24,7 +24,7 @@
"@prisma/sdk": "workspace:*",
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/node": "12.20.51",
"@types/pg": "8.6.5",
"@types/prompts": "2.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.1",
"@types/jest": "28.1.0",
"@types/node": "12.20.51",
"@types/resolve": "1.20.2",
"@types/shell-quote": "1.7.1",
Expand Down
47 changes: 27 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbd24a3

Please sign in to comment.