Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump eslint from 8.57.0 to 9.0.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.0.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.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 7c25ec6 commit 46b8086
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 90 deletions.
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"jsdom": "^24.0.0",
"tailwindcss": "^3.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@cs/eslint-config": "*",
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lexical": "^0.14.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"@types/bcrypt": "^5.0.2",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/ws": "^8.5.10",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lexical": "^0.14.3",
"prettier": "^3.2.5",
"tsx": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kyaku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"@lexical/headless": "^0.14.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"lexical": "^0.14.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@testing-library/react": "^14.3.0",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0"
"eslint": "^9.0.0"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"@types/eslint": "^8.56.7",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"typescript": "^5.4.5"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cs/eslint-config": "*",
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 46b8086

Please sign in to comment.