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 authored and github-actions[bot] committed May 4, 2024
1 parent c12aad6 commit 7a0f082
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 360 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {
"@cspell/cspell-types": "workspace:*",
"@octokit/rest": "^20.1.0",
"@octokit/rest": "^20.1.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"csv-parse": "^5.5.5",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"devDependencies": {
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.2.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.3.3",
"@lerna-lite/publish": "^3.3.3",
Expand All @@ -106,12 +106,12 @@
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.31",
"@vitest/coverage-istanbul": "^1.5.3",
"@vitest/coverage-istanbul": "^1.6.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.4.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand All @@ -130,6 +130,6 @@
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.2.0",
"@types/estree": "^1.0.5",
"@types/mocha": "^10.0.6",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/types": "^7.8.0",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand Down
Loading

0 comments on commit 7a0f082

Please sign in to comment.