Skip to content

Commit 93cffc9

Browse files
committed
build: update deps
1 parent f8ae681 commit 93cffc9

File tree

6 files changed

+119
-119
lines changed

6 files changed

+119
-119
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@types/react": "^18.3.11",
2424
"@types/react-dom": "^18.3.1",
25-
"@vitejs/plugin-react": "^4.3.2",
25+
"@vitejs/plugin-react": "^4.3.3",
2626
"eslint": "^9.13.0",
2727
"eslint-plugin-react-hooks": "rc",
2828
"eslint-plugin-react-refresh": "^0.4.12",

examples/vite-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.13.0",
2525
"@types/react": "^18.3.11",
2626
"@types/react-dom": "^18.3.1",
27-
"@vitejs/plugin-react": "^4.3.2",
27+
"@vitejs/plugin-react": "^4.3.3",
2828
"eslint": "^9.13.0",
2929
"eslint-plugin-react-hooks": "rc",
3030
"eslint-plugin-react-refresh": "^0.4.12",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.7.6",
28+
"@types/node": "^22.7.7",
2929
"@types/react": "^18.3.11",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@swc/core": "^1.7.36",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.7.6",
63+
"@types/node": "^22.7.7",
6464
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^8.10.0",
@@ -99,7 +99,7 @@
9999
"ts-pattern": "^5.5.0",
100100
"tsup": "^8.3.0",
101101
"tsx": "^4.19.1",
102-
"turbo": "^2.2.0",
102+
"turbo": "^2.2.1",
103103
"type-fest": "^4.26.1",
104104
"typedoc": "^0.26.10",
105105
"typedoc-plugin-markdown": "^4.2.9",

0 commit comments

Comments
 (0)