Skip to content

Commit

Permalink
build(deps): bump eslint from 8.57.0 to 9.2.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.2.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent 1fc3373 commit 9709e2b
Show file tree
Hide file tree
Showing 4 changed files with 7,689 additions and 9,674 deletions.
2 changes: 1 addition & 1 deletion js/packages/eslint-config-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion js/packages/quary-extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"storybook": "^8.0.9",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/quary-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"@vscode/vsce": "^2.26.0",
"assert": "^2.1.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
Expand Down

0 comments on commit 9709e2b

Please sign in to comment.