Skip to content

Commit 5317ad2

Browse files
committed
build: update deps
1 parent ad6b1f6 commit 5317ad2

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
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.13",
28+
"eslint-plugin-react-refresh": "^0.4.14",
2929
"typescript": "^5.6.3",
3030
"typescript-eslint": "^8.11.0",
3131
"vite": "^5.4.10"

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.13",
30+
"eslint-plugin-react-refresh": "^0.4.14",
3131
"globals": "^15.11.0",
3232
"vite": "^5.4.10"
3333
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"esbuild-register": "3.6.0",
3535
"eslint": "^9.13.0",
3636
"eslint-plugin-react-hooks": "rc",
37-
"eslint-plugin-react-refresh": "^0.4.13",
37+
"eslint-plugin-react-refresh": "^0.4.14",
3838
"eslint-webpack-plugin": "4.2.0",
3939
"file-loader": "^6.2.0",
4040
"html-webpack-plugin": "^5.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"importx": "^0.5.0",
9090
"lefthook": "^1.8.1",
9191
"markdownlint": "^0.35.0",
92-
"publint": "^0.2.11",
92+
"publint": "^0.2.12",
9393
"react": "^18.3.1",
9494
"react-dom": "^18.3.1",
9595
"skott": "^0.35.3",

pnpm-lock.yaml

Lines changed: 16 additions & 16 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.13",
38+
"eslint-plugin-react-refresh": "^0.4.14",
3939
"postcss": "^8.4.47",
4040
"rehype-raw": "^7.0.0",
4141
"remark-code-import": "^1.2.0",

0 commit comments

Comments
 (0)