Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2181)
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 64b2571 commit 37770de
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 147 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2278,11 +2278,11 @@
"vsce": "^2.10.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.8.0",
"@cspell/cspell-types": "^6.8.0",
"@cspell/cspell-bundled-dicts": "^6.8.1",
"@cspell/cspell-types": "^6.8.1",
"@types/react": "^17.0.48",
"cosmiconfig": "^7.0.1",
"cspell": "^6.8.0",
"cspell": "^6.8.1",
"regexp-worker": "^1.1.1"
},
"comment-resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@cspell/cspell-types": "^6.8.1",
"@types/chai": "^4.3.3",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@cspell/cspell-types": "^6.8.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.7.13",
"common-utils": "1.0.0",
"cspell-glob": "^6.8.0",
"cspell-lib": "^6.8.0",
"cspell-glob": "^6.8.1",
"cspell-lib": "^6.8.1",
"fs-extra": "^10.1.0",
"gensequence": "^3.1.1",
"iconv-lite": "^0.6.3",
Expand All @@ -53,8 +53,8 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.8.0",
"cspell-gitignore": "^6.8.0"
"@cspell/cspell-bundled-dicts": "^6.8.1",
"cspell-gitignore": "^6.8.1"
},
"scripts": {
"clean": "rimraf dist temp out coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@cspell/cspell-types": "^6.8.1",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"common-utils": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react-test-renderer": "^17.0.2",
"browser-resolve": "^2.0.0",
"clone-deep": "^4.0.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
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,18 +28,18 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.8.0",
"@cspell/cspell-types": "^6.8.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.7.13",
"@types/source-map-support": "^0.5.5",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.70.0",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.8.0",
"cspell-lib": "^6.8.1",
"fs-extra": "^10.1.0",
"jest": "^28.1.3",
"jest-mock-vscode": "^1.1.0",
Expand Down
Loading

0 comments on commit 37770de

Please sign in to comment.