Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2208)
Browse files Browse the repository at this point in the history
ci: Workflow Bot -- Update ALL Dependencies

Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 8b24075 commit 31dffab
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@
"eslint": "^7.32.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vsce": "^2.11.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "^8.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/vscode": "^1.71.0",
"@vscode/test-electron": "^2.1.5",
"chai": "^4.3.6",
Expand All @@ -38,7 +38,7 @@
"kefir": "^3.8.8",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},
"peerDependenciesMeta": {},
"dependencies": {}
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": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"common-utils": "1.0.0",
"cspell-glob": "^6.8.1",
"cspell-lib": "^6.8.1",
Expand All @@ -44,7 +44,7 @@
"ts-jest": "^28.0.8",
"ts-json-schema-generator": "^1.1.0-next.5",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-uri": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"devDependencies": {
"@cspell/cspell-types": "^6.8.1",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"common-utils": "1.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-uri": "^3.0.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@types/react-test-renderer": "^17.0.2",
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react": "^7.31.8",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.3",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"mobx-react-devtools": "^6.1.1",
"mobx-react-lite": "^3.4.0",
"path-browserify": "^1.0.1",
Expand All @@ -49,12 +49,12 @@
"terser": "^5.15.0",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"url-loader": "^4.1.1",
"vscode-uri": "^3.0.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
"webpack-dev-server": "^4.11.0"
},
"files": [
"out/api/**",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.7.15",
"@types/node": "^18.7.16",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.71.0",
"comment-json": "^4.2.3",
Expand All @@ -53,7 +53,7 @@
"source-map-support": "^0.5.21",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"vscode-languageclient": "^8.0.2",
"vscode-uri": "^3.0.3",
"webpack": "^5.74.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 @@ -20,6 +20,6 @@
"jest-mock-vscode": "^1.1.2",
"jest-when": "^3.5.1",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 31dffab

Please sign in to comment.