Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 99b6fca commit f2696cc
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/json-schema": "^7.0.11",
"ts-jest": "^28.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"watch": "tsc -p . --watch"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"jest": "^28.1.3",
"ts-jest": "^28.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/chai": "^4.3.3",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"@types/node": "^18.7.13",
"@types/vscode": "^1.70.0",
"@vscode/test-electron": "^2.1.5",
"chai": "^4.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.7.8",
"@types/node": "^18.7.13",
"common-utils": "1.0.0",
"cspell-glob": "^6.8.0",
"cspell-lib": "^6.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.8",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"common-utils": "1.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.8",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@types/react-test-renderer": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.7.8",
"@types/source-map-support": "^0.5.4",
"@types/node": "^18.7.13",
"@types/source-map-support": "^0.5.5",
"@types/vscode": "^1.70.0",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock-vscode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/vscode": "^1.70.0",
"jest-mock-vscode": "^1.1.0",
Expand Down
148 changes: 74 additions & 74 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f2696cc

Please sign in to comment.