Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (#1306)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 5341dce commit ea48f39
Show file tree
Hide file tree
Showing 10 changed files with 131 additions and 131 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2407,19 +2407,19 @@
"update-packages": "yarn upgrade"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"prettier": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"prettier": "^2.4.0",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"typescript": "^4.4.2",
"vsce": "^1.95.0"
"standard-version": "^9.3.1",
"typescript": "^4.4.3",
"vsce": "^1.99.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.9.1",
"@cspell/cspell-types": "^5.9.1",
"cosmiconfig": "^7.0.0",
"cosmiconfig": "^7.0.1",
"cspell": "^5.9.1",
"regexp-worker": "^1.1.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jest": "^27.0.0",
"@types/json-schema": "^7.0.8",
"ts-jest": "^27.0.4"
"@types/jest": "^27.0.1",
"@types/json-schema": "^7.0.9",
"ts-jest": "^27.0.5"
},
"dependencies": {
"commander": "^8.1.0",
"commander": "^8.2.0",
"deep-equal": "^2.0.5"
}
}
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": "^27.0.0",
"jest": "^27.0.6",
"@types/jest": "^27.0.1",
"jest": "^27.2.0",
"ts-jest": "^27.0.5"
},
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^5.9.1",
"@types/chai": "^4.2.15",
"@types/glob": "^7.1.3",
"@types/chai": "^4.2.21",
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/vscode": "^1.54.0",
"@vscode/test-electron": "^1.6.1",
"@types/node": "^16.9.1",
"@types/vscode": "^1.60.0",
"@vscode/test-electron": "^1.6.2",
"chai": "^4.3.4",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"glob": "^7.1.6",
"glob": "^7.1.7",
"kefir": "^3.8.8",
"mocha": "^9.0.0",
"mocha": "^9.1.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
"typescript": "^4.4.3"
},
"peerDependenciesMeta": {},
"dependencies": {}
Expand Down
28 changes: 14 additions & 14 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
},
"devDependencies": {
"@cspell/cspell-types": "^5.9.1",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^27.0.0",
"@types/micromatch": "^4.0.1",
"@types/node": "^16.0.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.9.1",
"common-utils": "1.0.0",
"cspell-glob": "^5.9.1",
"cspell-lib": "^5.9.1",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1",
"iconv-lite": "^0.6.2",
"jest": "^27.0.1",
"jest-diff": "^27.0.1",
"iconv-lite": "^0.6.3",
"jest": "^27.2.0",
"jest-diff": "^27.2.0",
"lorem-ipsum": "^2.0.3",
"micromatch": "^4.0.2",
"micromatch": "^4.0.4",
"minimatch": "^3.0.4",
"node-watch": "^0.7.1",
"rxjs": "^7.0.1",
"ts-jest": "^27.0.1",
"rxjs": "^7.3.0",
"ts-jest": "^27.0.5",
"ts-json-schema-generator": "^0.95.0",
"ts-loader": "^9.0.2",
"typescript": "^4.3.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.2",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.9.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"devDependencies": {
"@cspell/cspell-types": "^5.9.1",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"common-utils": "1.0.0",
"jest": "^27.0.1",
"ts-jest": "^27.0.1",
"ts-loader": "^9.0.2",
"typescript": "^4.3.5",
"jest": "^27.2.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.2",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"regexp-worker": "^1.1.0"
Expand Down
42 changes: 21 additions & 21 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@
"author": "Jason Dent",
"license": "MIT",
"devDependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.25.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.1",
"mobx": "^6.3.0",
"mobx-react": "^7.1.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.0",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"mobx-react-devtools": "^6.1.1",
"mobx-react-lite": "^3.2.0",
"mobx-react-lite": "^3.2.1",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"resolve-url-loader": "^4.0.0",
"terser": "^5.7.0",
"ts-jest": "^27.0.1",
"ts-loader": "^9.2.2",
"typescript": "^4.3.5",
"terser": "^5.8.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"url-loader": "^4.1.1",
"vscode-uri": "^3.0.2",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0"
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"files": [
"out/api/**",
Expand Down
28 changes: 14 additions & 14 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
},
"devDependencies": {
"@cspell/cspell-types": "^5.9.1",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^27.0.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@types/jest-when": "^2.7.3",
"@types/kefir": "^3.8.5",
"@types/node": "^16.0.0",
"@types/source-map-support": "^0.5.3",
"@types/vscode": "^1.54.0",
"comment-json": "^4.1.0",
"@types/kefir": "^3.8.7",
"@types/node": "^16.9.1",
"@types/source-map-support": "^0.5.4",
"@types/vscode": "^1.60.0",
"comment-json": "^4.1.1",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^5.9.1",
"fs-extra": "^10.0.0",
"jest": "^27.0.1",
"jest": "^27.2.0",
"jest-mock-vscode": "0.1.0",
"jest-when": "^3.3.1",
"kefir": "^3.8.8",
Expand All @@ -51,14 +51,14 @@
"rimraf": "^3.0.2",
"server": "^2.0.0-alpha.1",
"settings-webview": "^2.0.0-alpha.1",
"source-map-support": "^0.5.19",
"ts-jest": "^27.0.1",
"ts-loader": "^9.0.2",
"typescript": "^4.3.5",
"source-map-support": "^0.5.20",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"vscode-languageclient": "^7.0.0",
"vscode-uri": "^3.0.2",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"yaml": "^1.10.2"
},
"dependencies": {}
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-mock-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dist/**"
],
"devDependencies": {
"@types/jest": "^27.0.0",
"@types/jest": "^27.0.1",
"@types/node": "16",
"@types/vscode": "^1.57.0",
"jest": "^27.0.5",
"@types/vscode": "^1.60.0",
"jest": "^27.2.0",
"rfdc": "^1.3.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"peerDependencies": {
"jest": "^27.0.5"
Expand Down
Loading

0 comments on commit ea48f39

Please sign in to comment.