Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2562)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent beddb1f commit 9e3109d
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 141 deletions.
2 changes: 1 addition & 1 deletion modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"iconv-lite": "^0.6.3",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^7.3.0",
"minimatch": "^7.4.2",
"ts-json-schema-generator": "^1.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.4.0",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vscode/vsce": "^2.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.2",
"@types/vscode": "^1.75.1",
"@vscode/test-electron": "^2.2.3",
"@types/node": "^18.14.4",
"@types/vscode": "^1.76.0",
"@vscode/test-electron": "^2.3.0",
"chai": "^4.3.7",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"common-utils": "1.0.0",
"cspell-glob": "^6.27.0",
"cspell-lib": "^6.27.0",
Expand All @@ -38,7 +38,7 @@
"jest": "^29.4.3",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^7.3.0",
"minimatch": "^7.4.2",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"ts-jest": "^29.0.5",
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.27.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"common-utils": "1.0.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/react-test-renderer": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/_settingsViewerNext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"watch": "tsc -w -p ./"
},
"devDependencies": {
"@types/node": "^16.18.13",
"@types/vscode": "^1.75.1",
"@types/node": "^16.18.14",
"@types/vscode": "^1.76.0",
"@types/vscode-webview": "^1.57.1",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@types/jest": "^29.4.0",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.75.1",
"@types/vscode": "^1.76.0",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 9e3109d

Please sign in to comment.