Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4596)
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 1f16a61 commit 2e65be0
Show file tree
Hide file tree
Showing 10 changed files with 537 additions and 540 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-istanbul": "^0.31.4",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -116,14 +116,14 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rollup": "^3.25.3",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts2mjs": "^1.1.2",
"tslib": "^2.6.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.31.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/types": "^5.60.1",
"@typescript-eslint/typescript-estree": "^5.60.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
"ts-json-schema-generator": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"dependencies": {
"@cspell/cspell-service-bus": "workspace:*",
"node-fetch": "^2.6.11"
"node-fetch": "^2.6.12"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"node": ">=16"
},
"devDependencies": {
"globby": "^13.2.0"
"globby": "^13.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"@cspell/dynamic-import": "workspace:*",
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^10.0.1",
"cspell-gitignore": "workspace:*",
"cspell-glob": "workspace:*",
"cspell-io": "workspace:*",
"cspell-lib": "workspace:*",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"get-stdin": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2e65be0

Please sign in to comment.