Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2538)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent e8ebb08 commit c6c4a0e
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 284 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@
"@tsconfig/node16": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vscode/vsce": "^2.17.0",
"@vscode/vsce": "^2.18.0",
"eslint": "^7.32.0",
"inject-markdown": "^1.5.0",
"ovsx": "^0.8.0",
Expand All @@ -2543,11 +2543,11 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.26.3",
"@cspell/cspell-types": "^6.26.3",
"@cspell/cspell-bundled-dicts": "^6.27.0",
"@cspell/cspell-types": "^6.27.0",
"@types/react": "^17.0.53",
"cosmiconfig": "^8.0.0",
"cspell": "^6.26.3",
"cosmiconfig": "^8.1.0",
"cspell": "^6.27.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,11 +24,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.26.3",
"@cspell/cspell-types": "^6.27.0",
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.1",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/vscode": "^1.75.1",
"@vscode/test-electron": "^2.2.3",
"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,14 +24,14 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.26.3",
"@cspell/cspell-types": "^6.27.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"common-utils": "1.0.0",
"cspell-glob": "^6.26.3",
"cspell-lib": "^6.26.3",
"cspell-glob": "^6.27.0",
"cspell-lib": "^6.27.0",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.26.3",
"cspell-gitignore": "^6.26.3"
"@cspell/cspell-bundled-dicts": "^6.27.0",
"cspell-gitignore": "^6.27.0"
},
"scripts": {
"clean": "shx rm -rf 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.26.3",
"@cspell/cspell-types": "^6.27.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"common-utils": "1.0.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
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": "^29.4.0",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/react-test-renderer": "^17.0.2",
Expand All @@ -42,7 +42,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"terser": "^5.16.4",
"terser": "^5.16.5",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
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.26.3",
"@cspell/cspell-types": "^6.27.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/source-map-support": "^0.5.6",
"@types/vscode": "^1.75.1",
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.26.3",
"cspell-lib": "^6.27.0",
"fs-extra": "^11.1.0",
"jest": "^29.4.3",
"jest-mock-vscode": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-dependency-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/glob": "^8.0.1",
"@types/glob": "^8.1.0",
"@types/semver": "^7.3.13",
"@types/yarnpkg__lockfile": "^1.1.5"
}
Expand Down
Loading

0 comments on commit c6c4a0e

Please sign in to comment.