Skip to content

Commit

Permalink
chore(deps): update jest (#8791)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
  • Loading branch information
3 people committed Aug 18, 2021
1 parent fc80873 commit fb25448
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 53 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -70,7 +70,7 @@
"@prisma/sdk": "workspace:*",
"@prisma/studio-server": "0.422.0",
"@timsuchanek/copy": "1.4.5",
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/rimraf": "3.0.1",
"@types/ws": "7.4.7",
"@typescript-eslint/eslint-plugin": "4.29.2",
Expand Down Expand Up @@ -107,7 +107,7 @@
"rimraf": "3.0.2",
"strip-ansi": "6.0.0",
"tempy": "1.0.1",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"typescript": "4.3.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Expand Up @@ -69,7 +69,7 @@
"@prisma/sdk": "workspace:*",
"@timsuchanek/copy": "1.4.5",
"@types/debug": "4.1.7",
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/js-levenshtein": "1.1.0",
"@types/mssql": "6.0.8",
"@types/node": "12.20.19",
Expand Down Expand Up @@ -114,7 +114,7 @@
"stacktrace-parser": "0.1.10",
"strip-ansi": "6.0.0",
"strip-indent": "3.0.0",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"ts-node": "10.2.0",
"tsd": "0.17.0",
"typescript": "4.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Expand Up @@ -15,7 +15,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
Expand All @@ -31,7 +31,7 @@
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"strip-ansi": "6.0.0",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"typescript": "4.3.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Expand Up @@ -15,7 +15,7 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
Expand All @@ -30,7 +30,7 @@
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"strip-ansi": "6.0.0",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"typescript": "4.3.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-helper/package.json
Expand Up @@ -31,7 +31,7 @@
"precommit": "lint-staged"
},
"devDependencies": {
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
Expand All @@ -45,7 +45,7 @@
"jest": "27.0.6",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"ts-node": "10.2.0",
"typescript": "4.3.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Expand Up @@ -13,7 +13,7 @@
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@sindresorhus/slugify": "1.1.2",
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/mssql": "6.0.8",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
Expand Down Expand Up @@ -44,7 +44,7 @@
"string-hash": "1.1.3",
"strip-ansi": "6.0.0",
"tempy": "1.0.1",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"ts-node": "10.2.0",
"typescript": "4.3.5",
"verror": "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Expand Up @@ -19,7 +19,7 @@
"@prisma/engines-version": "2.30.0-12.bea9c1f215004e5407a7c5f77287b8bd5a24ea3c",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@types/prompts": "2.0.14",
Expand All @@ -46,7 +46,7 @@
"sqlite-async": "1.1.1",
"sqlite3": "5.0.2",
"tempy": "1.0.1",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"typescript": "4.3.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Expand Up @@ -29,7 +29,7 @@
"scripts"
],
"devDependencies": {
"@types/jest": "27.0.0",
"@types/jest": "27.0.1",
"@types/node": "12.20.19",
"@types/resolve": "1.20.1",
"@types/shell-quote": "1.7.1",
Expand All @@ -46,7 +46,7 @@
"jest": "27.0.6",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"ts-node": "10.2.0",
"typescript": "4.3.5"
},
Expand Down

0 comments on commit fb25448

Please sign in to comment.