Skip to content

Commit 65f79a9

Browse files
committed
build: update eslint
1 parent f839eb9 commit 65f79a9

File tree

6 files changed

+56
-56
lines changed

6 files changed

+56
-56
lines changed

examples/vite-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vitejs/plugin-react": "^4.3.3",
2626
"eslint": "^9.13.0",
2727
"eslint-plugin-react-hooks": "rc",
28-
"eslint-plugin-react-refresh": "^0.4.12",
28+
"eslint-plugin-react-refresh": "^0.4.13",
2929
"typescript": "^5.6.3",
3030
"typescript-eslint": "^8.10.0",
3131
"vite": "^5.4.9"

examples/vite-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vitejs/plugin-react": "^4.3.3",
2828
"eslint": "^9.13.0",
2929
"eslint-plugin-react-hooks": "rc",
30-
"eslint-plugin-react-refresh": "^0.4.12",
30+
"eslint-plugin-react-refresh": "^0.4.13",
3131
"globals": "^15.11.0",
3232
"vite": "^5.4.9"
3333
}

examples/webpack-react-dom-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",
3232
"dotenv-webpack": "^8.1.0",
33-
"dprint": "0.47.2",
33+
"dprint": "0.47.4",
3434
"esbuild-register": "3.6.0",
3535
"eslint": "^9.13.0",
3636
"eslint-plugin-react-hooks": "rc",
37-
"eslint-plugin-react-refresh": "^0.4.12",
37+
"eslint-plugin-react-refresh": "^0.4.13",
3838
"eslint-webpack-plugin": "4.2.0",
3939
"file-loader": "^6.2.0",
4040
"html-webpack-plugin": "^5.6.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@vitest/ui": "^2.1.3",
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.4",
73-
"dprint": "^0.47.2",
73+
"dprint": "^0.47.4",
7474
"effect": "^3.9.2",
7575
"esbuild": "^0.24.0",
7676
"eslint": "^9.13.0",

pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "^9.13.0",
3636
"eslint-plugin-mdx": "^3.1.5",
3737
"eslint-plugin-react-hooks": "^5.0.0",
38-
"eslint-plugin-react-refresh": "^0.4.12",
38+
"eslint-plugin-react-refresh": "^0.4.13",
3939
"postcss": "^8.4.47",
4040
"rehype-raw": "^7.0.0",
4141
"remark-code-import": "^1.2.0",

0 commit comments

Comments
 (0)