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 Oct 4, 2024
1 parent 9d4cdcb commit 6de1abe
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 108 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.12.0",
"eslint-config-next": "14.2.14",
"eslint-plugin-tailwindcss": "3.17.4",
"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.2",
"@vitest/ui": "2.1.2",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint": "9.12.0",
"eslint-plugin-tailwindcss": "3.17.4",
"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.12.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.3",
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.5.5",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.12.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.2"
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.2",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.12.0",
"npm-run-all2": "6.2.3",
"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.12.0",
"execa": "9.4.0",
"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 @@ -86,7 +86,7 @@
},
"peerDependencies": {
"@graphql-eslint/eslint-plugin": "^3.14.3",
"eslint": "^8.55.0",
"eslint": "^8.55.0 || ^9.0.0",
"eslint-plugin-mdx": "^2.2.0 || ^3.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"graphql": "^16.8.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint": "9.12.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-tailwindcss": "3.17.4",
"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.12.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.12.0",
"eslint-plugin-tailwindcss": "3.17.4",
"npm-run-all2": "6.2.3",
"postcss": "8.4.47",
Expand Down
Loading

0 comments on commit 6de1abe

Please sign in to comment.