Skip to content

Commit

Permalink
fix(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 0c98dc1 commit 6c0f542
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 1,149 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
},
"dependencies": {
"@achrinza/node-ipc": "9.2.5",
"@jest/reporters": "29.1.2",
"@jest/test-result": "29.1.2",
"@jest/types": "29.1.2",
"@jest/reporters": "29.7.0",
"@jest/test-result": "29.7.0",
"@jest/types": "29.6.3",
"@vscode/test-electron": "2.1.5",
"cosmiconfig": "7.0.1",
"jest-cli": "29.1.2",
"jest-environment-node": "29.1.2",
"jest-runner": "29.1.2",
"jest-cli": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-runner": "29.7.0",
"js-message": "1.0.7"
},
"devDependencies": {
"@jest/transform": "29.1.2",
"@jest/transform": "29.7.0",
"@types/achrinza__node-ipc": "npm:@types/node-ipc@9.2.0",
"@types/babel__core": "7.1.19",
"@types/fs-extra": "9.0.13",
"@types/istanbul-lib-coverage": "2.0.4",
"@types/jest": "29.1.2",
"@types/jest": "29.5.6",
"@types/node": "16.11.64",
"@types/vscode": "1.71.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
Expand All @@ -61,9 +61,9 @@
"execa": "5.1.1",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"jest": "29.1.2",
"jest-haste-map": "29.1.2",
"jest-resolve": "29.1.2",
"jest": "29.7.0",
"jest-haste-map": "29.7.0",
"jest-resolve": "29.7.0",
"jest-runner-vscode": "workspace:^",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runner-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/achrinza__node-ipc": "npm:@types/node-ipc@9.2.0",
"@types/fs-extra": "9.0.13",
"@types/istanbul-lib-coverage": "2.0.4",
"@types/jest": "29.1.2",
"@types/jest": "29.5.6",
"@types/node": "16.11.64",
"@types/vscode": "1.71.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
Expand All @@ -59,9 +59,9 @@
"execa": "5.1.1",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"jest": "29.2.1",
"jest-haste-map": "29.2.1",
"jest-resolve": "29.2.1",
"jest": "29.7.0",
"jest-haste-map": "29.7.0",
"jest-resolve": "29.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
Expand Down
Loading

0 comments on commit 6c0f542

Please sign in to comment.