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] committed May 14, 2024
1 parent 9a03821 commit d5b3164
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 197 deletions.
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint": "9.2.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"happy-dom": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/source-map-support": "^0.5.10",
"eslint": "8.57.0",
"eslint": "9.2.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint": "8.57.0",
"eslint": "9.2.0",
"eslint-plugin-tailwindcss": "^3.15.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"eslint": "8.57.0"
"eslint": "9.2.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down
Loading

0 comments on commit d5b3164

Please sign in to comment.