Skip to content

Commit

Permalink
chore(deps): update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 30, 2022
1 parent 3159402 commit 24a1ec0
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.5",
"eslint-plugin-jest": "26.4.5",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eventemitter3": "4.0.7",
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 @@
"@swc/jest": "0.2.21",
"@types/debug": "4.1.7",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@types/rimraf": "3.0.2",
"@types/ws": "8.5.3",
"chalk": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
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.0",
"@types/jest": "27.5.1",
"@types/js-levenshtein": "1.1.1",
"@types/mssql": "7.1.5",
"@types/node": "12.20.51",
Expand Down Expand Up @@ -115,7 +115,7 @@
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.1",
"strip-indent": "3.0.0",
"ts-jest": "28.0.2",
"ts-jest": "28.0.3",
"ts-node": "10.8.0",
"tsd": "0.20.0",
"typescript": "4.6.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@types/node": "12.20.51",
"esbuild": "0.14.39",
"jest": "28.1.0",
"jest-junit": "13.2.0",
"ts-jest": "28.0.2",
"ts-jest": "28.0.3",
"typescript": "4.6.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@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
Original file line number Diff line number Diff line change
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.0",
"@types/jest": "27.5.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@prisma/sdk": "workspace:*",
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@swc/core": "1.2.189",
"@swc/jest": "0.2.21",
"@types/jest": "27.5.0",
"@types/jest": "27.5.1",
"@types/node": "12.20.51",
"@types/resolve": "1.20.2",
"@types/shell-quote": "1.7.1",
Expand Down

0 comments on commit 24a1ec0

Please sign in to comment.