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 Jul 12, 2024
1 parent c2c1879 commit d425b72
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 106 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-config-next": "14.2.5",
"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 @@ -31,7 +31,7 @@
"@vitest/coverage-v8": "2.0.2",
"@vitest/ui": "2.0.2",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-plugin-tailwindcss": "3.17.4",
"happy-dom": "14.12.3",
"prettier": "3.3.2",
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.2.2",
"@types/shell-quote": "1.7.5",
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.0",
"eslint": "9.7.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"npm-run-all2": "6.2.2",
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": "20.14.10",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "9.7.0",
"prettier": "3.3.2",
"rimraf": "6.0.0",
"typescript": "5.5.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.0.2",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "9.7.0",
"npm-run-all2": "6.2.2",
"prettier": "3.3.2",
"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 @@ -48,7 +48,7 @@
"cross-env": "7.0.3",
"dotenv-flow": "4.1.0",
"dotenv-flow-cli": "1.1.1",
"eslint": "8.57.0",
"eslint": "9.7.0",
"execa": "9.2.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.3",
"@types/react-dom": "18.3.0",
"es-check": "7.2.1",
"eslint": "8.57.0",
"eslint": "9.7.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.0",
"eslint": "9.7.0",
"get-tsconfig": "4.7.5",
"rimraf": "6.0.0",
"size-limit": "11.1.4",
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 @@ -57,7 +57,7 @@
"@your-org/eslint-config-bases": "workspace:^",
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-plugin-tailwindcss": "3.17.4",
"npm-run-all2": "6.2.2",
"postcss": "8.4.39",
Expand Down
Loading

0 comments on commit d425b72

Please sign in to comment.