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 20, 2024
1 parent 2a82244 commit a100ecf
Show file tree
Hide file tree
Showing 6 changed files with 455 additions and 118 deletions.
2 changes: 1 addition & 1 deletion demos/demo-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@remix-run/serve": "^2.9.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "^8.32.0",
"eslint": "^9.0.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion demos/edge-demo-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@remix-run/serve": "^2.9.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "^8.32.0",
"eslint": "^9.0.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion demos/vite-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.38.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/vite-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.38.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint": "^9.0.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint-prettier-config": "^1.0.1",
"execa": "^8.0.1",
Expand Down
Loading

0 comments on commit a100ecf

Please sign in to comment.