Skip to content

Commit

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

Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 7a3c84a commit dca3bd1
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 184 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2281,11 +2281,11 @@
"vsce": "^2.14.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.15.0",
"@cspell/cspell-types": "^6.15.0",
"@cspell/cspell-bundled-dicts": "^6.15.1",
"@cspell/cspell-types": "^6.15.1",
"@types/react": "^17.0.52",
"cosmiconfig": "^8.0.0",
"cspell": "^6.15.0",
"cspell": "^6.15.1",
"regexp-worker": "^2.0.1"
},
"comment-resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.15.0",
"@cspell/cspell-types": "^6.15.1",
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/vscode": "^1.73.1",
"@vscode/test-electron": "^2.2.0",
"chai": "^4.3.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.15.0",
"@cspell/cspell-types": "^6.15.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"common-utils": "1.0.0",
"cspell-glob": "^6.15.0",
"cspell-glob": "^6.15.1",
"cspell-lib": "^6.15.1",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.2",
Expand All @@ -43,7 +43,7 @@
"rxjs": "^7.5.7",
"ts-jest": "^28.0.8",
"ts-json-schema-generator": "^1.1.2",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.15.0",
"cspell-gitignore": "^6.15.0"
"@cspell/cspell-bundled-dicts": "^6.15.1",
"cspell-gitignore": "^6.15.1"
},
"scripts": {
"clean": "rimraf dist temp out coverage",
Expand Down
6 changes: 3 additions & 3 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.15.0",
"@cspell/cspell-types": "^6.15.1",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"common-utils": "1.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/react-test-renderer": "^17.0.2",
Expand All @@ -48,7 +48,7 @@
"resolve-url-loader": "^5.0.0",
"terser": "^5.16.0",
"ts-jest": "^28.0.8",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"vscode-uri": "^3.0.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.15.0",
"@cspell/cspell-types": "^6.15.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.73.1",
"comment-json": "^4.2.3",
Expand All @@ -52,7 +52,7 @@
"settings-webview": "^2.0.0-alpha.1",
"source-map-support": "^0.5.21",
"ts-jest": "^28.0.8",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"vscode-languageclient": "^8.0.2",
"vscode-uri": "^3.0.6",
Expand Down
Loading

0 comments on commit dca3bd1

Please sign in to comment.