Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (#2160)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 4a62498 commit 3da3583
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.3",
"@types/node": "^18.7.6",
"@types/vscode": "^1.70.0",
"@vscode/test-electron": "^2.1.5",
"chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.7",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.7.3",
"@types/node": "^18.7.6",
"common-utils": "1.0.0",
"cspell-glob": "^6.6.1",
"cspell-lib": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@cspell/cspell-types": "^6.6.1",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.3",
"@types/node": "^18.7.6",
"common-utils": "1.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.3",
"@types/node": "^18.7.6",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@types/react-test-renderer": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "^28.1.7",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.7.3",
"@types/node": "^18.7.6",
"@types/source-map-support": "^0.5.4",
"@types/vscode": "^1.70.0",
"comment-json": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^18.7.3":
"@types/node@*", "@types/node@^18.7.6":
version "18.7.6"
resolved "https://registry.npmjs.org/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83"
integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==
Expand Down

0 comments on commit 3da3583

Please sign in to comment.