Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4363)
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 3f1997e commit 188ef2a
Show file tree
Hide file tree
Showing 10 changed files with 1,081 additions and 1,079 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/node14": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitest/coverage-istanbul": "^0.29.8",
"ajv-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -119,10 +119,10 @@
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts2mjs": "^1.1.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.8"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"node": ">=14"
},
"devDependencies": {
"@types/eslint": "^8.21.3",
"@types/eslint": "^8.37.0",
"@types/estree": "^1.0.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/types": "^5.56.0",
"@typescript-eslint/typescript-estree": "^5.56.0",
"eslint": "^8.36.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/types": "^5.57.0",
"@typescript-eslint/typescript-estree": "^5.57.0",
"eslint": "^8.37.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 @@ -50,7 +50,7 @@
"node": ">=14"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@types/node-fetch": "^2.6.3",
"lorem-ipsum": "^2.0.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
"expect": "^29.5.0",
"jest": "^29.5.0",
"lorem-ipsum": "^2.0.8",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.3.13",
"micromatch": "^4.0.5",
"minimatch": "^7.4.3"
"minimatch": "^7.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 188ef2a

Please sign in to comment.