Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 93a3147 commit 2e7034d
Show file tree
Hide file tree
Showing 10 changed files with 179 additions and 114 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-config-next": "15.0.2",
"eslint-plugin-tailwindcss": "3.17.5",
"is-ci": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-tailwindcss": "3.17.5",
"happy-dom": "15.7.4",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@commitlint/config-conventional": "19.5.0",
"@types/shell-quote": "1.7.5",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint": "9.14.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"npm-run-all2": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "22.8.6",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@vitest/ui": "2.1.4",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.14.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"eslint": "8.57.1",
"eslint": "9.14.0",
"execa": "9.4.1",
"graphql": "16.9.0",
"is-port-reachable": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"peerDependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@testing-library/dom": "^10.4.0",
"eslint": "^8.57.1",
"eslint": "^8.57.1 || ^9.0.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.4",
"graphql": "^16.9.0",
Expand Down Expand Up @@ -174,7 +174,7 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-tailwindcss": "3.17.5",
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint": "9.14.0",
"get-tsconfig": "4.8.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@your-org/eslint-config-bases": "workspace:^",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.14.0",
"eslint-plugin-tailwindcss": "3.17.5",
"npm-run-all2": "7.0.1",
"postcss": "8.4.47",
Expand Down
Loading

0 comments on commit 2e7034d

Please sign in to comment.