Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 3, 2022
1 parent ca0bab5 commit 2b34b39
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 187 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.13.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.13.1",
"@cspell/cspell-types": "^6.13.1",
"@cspell/cspell-bundled-dicts": "^6.14.0",
"@cspell/cspell-types": "^6.14.0",
"@types/react": "^17.0.52",
"cosmiconfig": "^7.0.1",
"cspell": "^6.13.1",
"cspell": "^6.14.0",
"regexp-worker": "^2.0.1"
},
"comment-resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.13.1",
"@cspell/cspell-types": "^6.14.0",
"@types/chai": "^4.3.3",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.7",
"@types/vscode": "^1.72.0",
"@types/node": "^18.11.9",
"@types/vscode": "^1.73.0",
"@vscode/test-electron": "^2.2.0",
"chai": "^4.3.6",
"chalk": "^4.1.2",
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,14 +24,14 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.13.1",
"@cspell/cspell-types": "^6.14.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.7",
"@types/node": "^18.11.9",
"common-utils": "1.0.0",
"cspell-glob": "^6.13.1",
"cspell-lib": "^6.13.1",
"cspell-glob": "^6.14.0",
"cspell-lib": "^6.14.0",
"fs-extra": "^10.1.0",
"gensequence": "^4.0.2",
"iconv-lite": "^0.6.3",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.13.1",
"cspell-gitignore": "^6.13.1"
"@cspell/cspell-bundled-dicts": "^6.14.0",
"cspell-gitignore": "^6.14.0"
},
"scripts": {
"clean": "rimraf dist temp out coverage",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.13.1",
"@cspell/cspell-types": "^6.14.0",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.7",
"@types/node": "^18.11.9",
"common-utils": "1.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"@types/node": "^18.11.9",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/react-test-renderer": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 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.13.1",
"@cspell/cspell-types": "^6.14.0",
"@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.7",
"@types/node": "^18.11.9",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.72.0",
"@types/vscode": "^1.73.0",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.13.1",
"cspell-lib": "^6.14.0",
"fs-extra": "^10.1.0",
"jest": "^28.1.3",
"jest-mock-vscode": "^1.2.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 @@ -16,7 +16,7 @@
"devDependencies": {
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
"@types/vscode": "^1.72.0",
"@types/vscode": "^1.73.0",
"jest-mock-vscode": "^1.2.0",
"jest-when": "^3.5.2",
"ts-jest": "^28.0.8",
Expand Down
Loading

0 comments on commit 2b34b39

Please sign in to comment.