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] committed Aug 11, 2023
1 parent a65ba35 commit 37229a1
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 127 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.72.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"metro": "~0.78.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"autoprefixer": "10.4.14",
"cssnano": "^6.0.0",
"dotenv-cli": "^7.1.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/sharp": "^0.31.1",
"cssnano": "^6.0.0",
"dotenv-cli": "^7.1.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"remix-flat-routes": "0.5.10",
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.2",
"@types/node": "^18.15.3",
"dotenv-cli": "^7.1.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"prettier": "^2.8.4",
"typescript": "5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand Down
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.46.0",
"eslint": "8.47.0",
"prettier": "^2.8.4",
"tailwindcss": "^3.3.1",
"typescript": "5.1.6"
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.46.0",
"eslint": "8.47.0",
"tailwindcss": "^3.3.1",
"prettier": "^2.8.4",
"typescript": "5.1.6"
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.46.0",
"eslint": "8.47.0",
"prettier": "^2.8.4",
"typescript": "5.1.6"
}
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.2.20",
"@types/react-dom": "18.2.7",
"dotenv-cli": "^7.1.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.3.1",
Expand Down
Loading

0 comments on commit 37229a1

Please sign in to comment.