Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v27 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 1, 2021
1 parent a073093 commit 81728c6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 37 deletions.
2 changes: 1 addition & 1 deletion actions/monorepo-workspace-submodules-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@sounisi5011/run-if-supported": "workspace:^1.0.0",
"@sounisi5011/ts-type-util-has-own-property": "workspace:^1.0.0",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "*",
"@types/validate-npm-package-name": "3.0.3",
"@vercel/ncc": "0.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-pid-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@sounisi5011/cli-utils-top-level-await": "workspace:^1.0.0",
"@sounisi5011/run-if-supported": "workspace:^1.0.0",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "12.x",
"@types/readline-transform": "1.0.1",
"@types/signal-exit": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/top-level-await-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:jest": "jest"
},
"devDependencies": {
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "12.x",
"execa": "5.1.1",
"jest": "27.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/run-if-supported/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@types/cross-spawn": "6.0.2",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "*",
"@types/parse-json": "4.0.0",
"execa": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/bl": "5.0.2",
"@types/capitalize": "2.0.0",
"@types/google-protobuf": "3.15.3",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "*",
"@types/varint": "6.0.0",
"bytefield-svg": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-transform-from/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@sounisi5011/run-if-supported": "workspace:^1.0.0",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/node": "15.6.0",
"jest": "27.3.1",
"ts-jest": "27.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/is-property-accessible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"devDependencies": {
"@betit/rollup-plugin-rename-extensions": "0.1.0",
"@rollup/plugin-typescript": "8.3.0",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"glob-exec": "0.1.1",
"jest": "27.3.1",
"rollup": "2.58.3",
Expand Down
53 changes: 23 additions & 30 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 81728c6

Please sign in to comment.