Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2617)
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 35fac93 commit bdb932a
Show file tree
Hide file tree
Showing 11 changed files with 387 additions and 387 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.4.3",
"minimatch": "^7.4.4",
"ts-json-schema-generator": "^1.2.0"
},
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2557,15 +2557,15 @@
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"@types/vscode": "1.76.0",
"@types/vscode-webview": "^1.57.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vscode/vsce": "^2.18.0",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -2580,15 +2580,15 @@
"ovsx": "^0.8.0",
"prettier": "^2.8.7",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.7"
"vitest": "^0.29.8"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.31.1",
"@cspell/cspell-types": "^6.31.1",
"@types/react": "^17.0.53",
"@types/react": "^17.0.55",
"cosmiconfig": "^8.1.3",
"cspell": "^6.31.1",
"regexp-worker": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.5.0",
"@types/json-schema": "^7.0.11",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
},
"dependencies": {
"commander": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
},
"dependencies": {
"vscode-uri": "^3.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
},
"dependencies": {
"vscode-uri": "^3.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"@types/vscode": "1.76.0",
"@vscode/test-electron": "^2.3.0",
"chai": "^4.3.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"iconv-lite": "^0.6.3",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^7.4.3",
"minimatch": "^7.4.4",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"ts-json-schema-generator": "^1.2.0",
"ts-loader": "^9.4.2",
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/react": "^17.0.53",
"@types/react": "^17.0.55",
"@types/react-dom": "^17.0.19",
"@types/react-test-renderer": "^17.0.2",
"browser-resolve": "^2.0.0",
Expand All @@ -42,9 +42,9 @@
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.4.2",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
"webpack-dev-server": "^4.13.2"
},
"files": [
"out/api/**",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "1.76.0",
"comment-json": "^4.2.3",
Expand All @@ -51,11 +51,11 @@
"settings-viewer-next": "*",
"settings-webview": "*",
"source-map-support": "^0.5.21",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"vscode-languageclient": "^8.1.0",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"yaml": "^2.2.1"
},
Expand Down
Loading

0 comments on commit bdb932a

Please sign in to comment.