Skip to content

Commit 9c16967

Browse files
committed
build: update deps
1 parent 86cccc9 commit 9c16967

File tree

6 files changed

+456
-339
lines changed

6 files changed

+456
-339
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^18.3.12",
2424
"@types/react-dom": "^18.3.1",
2525
"@vitejs/plugin-react": "^4.3.3",
26-
"eslint": "^9.13.0",
26+
"eslint": "^9.14.0",
2727
"eslint-plugin-react-hooks": "rc",
2828
"eslint-plugin-react-refresh": "^0.4.14",
2929
"typescript": "^5.6.3",

examples/vite-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^18.3.12",
2626
"@types/react-dom": "^18.3.1",
2727
"@vitejs/plugin-react": "^4.3.3",
28-
"eslint": "^9.13.0",
28+
"eslint": "^9.14.0",
2929
"eslint-plugin-react-hooks": "rc",
3030
"eslint-plugin-react-refresh": "^0.4.14",
3131
"globals": "^15.11.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.8.6",
28+
"@types/node": "^22.8.7",
2929
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",
3232
"dotenv-webpack": "^8.1.0",
3333
"dprint": "0.47.5",
3434
"esbuild-register": "3.6.0",
35-
"eslint": "^9.13.0",
35+
"eslint": "^9.14.0",
3636
"eslint-plugin-react-hooks": "rc",
3737
"eslint-plugin-react-refresh": "^0.4.14",
3838
"eslint-webpack-plugin": "4.2.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@swc/core": "^1.7.42",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.8.6",
63+
"@types/node": "^22.8.7",
6464
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^8.12.2",
@@ -69,11 +69,11 @@
6969
"@typescript-eslint/types": "^8.12.2",
7070
"@vitest/ui": "^2.1.4",
7171
"concurrently": "^9.0.1",
72-
"cspell": "^8.15.5",
72+
"cspell": "^8.15.7",
7373
"dprint": "^0.47.5",
7474
"effect": "^3.10.8",
7575
"esbuild": "^0.24.0",
76-
"eslint": "^9.13.0",
76+
"eslint": "^9.14.0",
7777
"eslint-config-flat-gitignore": "^0.3.0",
7878
"eslint-import-resolver-oxc": "^0.4.0",
7979
"eslint-plugin-better-mutation": "^1.5.0",
@@ -102,7 +102,7 @@
102102
"turbo": "^2.2.3",
103103
"type-fest": "^4.26.1",
104104
"typedoc": "^0.26.11",
105-
"typedoc-plugin-markdown": "^4.2.9",
105+
"typedoc-plugin-markdown": "^4.2.10",
106106
"typedoc-plugin-rename-defaults": "^0.7.1",
107107
"typescript": "^5.6.3",
108108
"typescript-eslint": "^8.12.2",

0 commit comments

Comments
 (0)