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

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 07e5229 commit f3fbecc
Show file tree
Hide file tree
Showing 10 changed files with 805 additions and 472 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@expo/config-plugins": "^6.0.0",
"@types/react": "^18.0.27",
"@types/react-native": "^0.73.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"metro": "~0.80.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"autoprefixer": "10.4.20",
"cssnano": "^6.0.0",
"dotenv-cli": "^7.1.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@boilerplate/eslint-config": "workspace:*",
"@boilerplate/tailwind-config": "workspace:*",
"@remix-run/dev": "1.19.3",
"@remix-run/eslint-config": "1.19.3",
"@remix-run/eslint-config": "2.13.1",
"@tailwindcss/forms": "^0.5.3",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "9.0.6",
Expand All @@ -63,7 +63,7 @@
"@types/sharp": "^0.32.0",
"cssnano": "^6.0.0",
"dotenv-cli": "^7.1.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"remix-flat-routes": "0.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jsonwebtoken": "9.0.6",
"@types/node": "^18.15.3",
"dotenv-cli": "^7.1.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"prettier": "^3.0.0",
"typescript": "5.5.4"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "./index.js",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tailwindcss": "^3.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@boilerplate/eslint-config": "workspace:*",
"eslint": "8.57.0",
"eslint": "9.13.0",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.1",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@boilerplate/eslint-config": "workspace:*",
"eslint": "8.57.0",
"eslint": "9.13.0",
"tailwindcss": "^3.3.1",
"prettier": "^3.0.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@boilerplate/eslint-config": "workspace:*",
"@types/node": "^18.15.3",
"eslint": "8.57.0",
"eslint": "9.13.0",
"prettier": "^3.0.0",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"dotenv-cli": "^7.1.0",
"eslint": "8.57.0",
"eslint": "9.13.0",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.1",
Expand Down
Loading

0 comments on commit f3fbecc

Please sign in to comment.