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] committed Aug 31, 2022
1 parent 7d4636f commit aafcb5f
Show file tree
Hide file tree
Showing 14 changed files with 89 additions and 132 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,7 +50,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.8.7",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eventemitter3": "4.0.7",
Expand All @@ -60,7 +60,7 @@
"graphviz-mit": "0.0.9",
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"lint-staged": "13.0.3",
"node-fetch": "2.6.7",
"p-map": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -74,7 +74,7 @@
"@swc/jest": "0.2.22",
"@types/debug": "4.1.7",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/rimraf": "3.0.2",
"@types/ws": "8.5.3",
"chalk": "4.1.2",
Expand All @@ -90,7 +90,7 @@
"global-dirs": "3.0.0",
"is-installed-globally": "0.4.0",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"line-replace": "2.0.1",
"log-update": "4.0.0",
"make-dir": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Expand Up @@ -83,7 +83,7 @@
"@swc/jest": "0.2.22",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.7",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/js-levenshtein": "1.1.1",
"@types/mssql": "8.1.1",
"@types/node": "14.18.26",
Expand All @@ -106,7 +106,7 @@
"is-obj": "2.0.0",
"is-regexp": "2.1.0",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"jest-snapshot": "28.1.3",
"js-levenshtein": "1.1.6",
"klona": "2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Expand Up @@ -14,11 +14,11 @@
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "12.20.55",
"esbuild": "0.15.5",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"typescript": "4.7.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"esbuild": "0.15.5",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"typescript": "4.7.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -13,7 +13,7 @@
"@prisma/get-platform": "workspace:*",
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"execa": "5.1.1",
"jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Expand Up @@ -18,7 +18,7 @@
"@prisma/engines-version": "4.4.0-1.a906a785bf911e110e2fb3dc66c8bdc7be469070",
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@types/node-fetch": "2.6.2",
"@types/progress": "2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-helper/package.json
Expand Up @@ -30,11 +30,11 @@
"@swc-node/register": "1.5.1",
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "12.20.55",
"esbuild": "0.15.5",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/package.json
Expand Up @@ -14,7 +14,7 @@
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"jest": "28.1.3",
"typescript": "4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation/package.json
Expand Up @@ -17,8 +17,8 @@
"@types/node": "16.11.56",
"typescript": "4.7.4",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"@types/jest": "28.1.7"
"jest-junit": "14.0.1",
"@types/jest": "28.1.8"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.31.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Expand Up @@ -16,7 +16,7 @@
"@sindresorhus/slugify": "1.1.2",
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/mssql": "8.1.1",
"@types/node": "12.20.55",
"@types/pg": "8.6.5",
Expand All @@ -26,7 +26,7 @@
"execa": "5.1.1",
"fs-jetpack": "4.3.1",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"mariadb": "3.0.1",
"mssql": "9.0.1",
"pg": "8.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/internals/package.json
Expand Up @@ -27,12 +27,12 @@
"devDependencies": {
"@swc/core": "1.2.204",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "12.20.55",
"@types/resolve": "1.20.2",
"esbuild": "0.15.5",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"mock-stdin": "1.0.0",
"ts-node": "10.9.1",
"typescript": "4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Expand Up @@ -22,15 +22,15 @@
"@prisma/internals": "workspace:*",
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "12.20.55",
"@types/pg": "8.6.5",
"@types/prompts": "2.0.14",
"@types/sqlite3": "3.1.8",
"esbuild": "0.15.5",
"fs-jetpack": "4.3.1",
"jest": "28.1.3",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"make-dir": "3.1.0",
"mock-stdin": "1.0.0",
"tempy": "1.0.1",
Expand Down

0 comments on commit aafcb5f

Please sign in to comment.