Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2476)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent b701a93 commit 09517c0
Show file tree
Hide file tree
Showing 9 changed files with 383 additions and 382 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@
"@tsconfig/node16": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vscode/vsce": "^2.16.0",
"@vscode/vsce": "^2.17.0",
"eslint": "^7.32.0",
"ovsx": "^0.8.0",
"prettier": "^2.8.3",
Expand Down
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": "^29.2.6",
"@types/jest": "^29.4.0",
"@types/json-schema": "^7.0.11",
"ts-jest": "^29.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"prepare": "yarn build"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"jest": "^29.3.1",
"@types/jest": "^29.4.0",
"jest": "^29.4.1",
"ts-jest": "^29.0.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"watch": "tsc -p . --watch"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"jest": "^29.3.1",
"@types/jest": "^29.4.0",
"jest": "^29.4.1",
"ts-jest": "^29.0.5"
},
"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 @@ -26,7 +26,7 @@
"devDependencies": {
"@cspell/cspell-types": "^6.19.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.6",
"@types/jest": "^29.4.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.18",
"common-utils": "1.0.0",
Expand All @@ -35,7 +35,7 @@
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3",
"jest": "^29.3.1",
"jest": "^29.4.1",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^6.1.6",
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,10 +25,10 @@
},
"devDependencies": {
"@cspell/cspell-types": "^6.19.2",
"@types/jest": "^29.2.6",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"common-utils": "1.0.0",
"jest": "^29.3.1",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.2.6",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/react-test-renderer": "^17.0.2",
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest": "^29.4.1",
"locale-resolver": "*",
"mobx": "^6.7.0",
"mobx-react": "^7.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@cspell/cspell-types": "^6.19.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.6",
"@types/jest": "^29.4.0",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.11.18",
Expand All @@ -41,7 +41,7 @@
"cross-env": "^7.0.3",
"cspell-lib": "^6.19.2",
"fs-extra": "^11.1.0",
"jest": "^29.3.1",
"jest": "^29.4.1",
"jest-mock-vscode": "^1.3.0",
"jest-when": "^3.5.2",
"kefir": "^3.8.8",
Expand Down
Loading

0 comments on commit 09517c0

Please sign in to comment.