Skip to content

Commit 720fced

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 69be830 commit 720fced

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-30_16:30:18
1+
2025-10-01_01:59:33

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.5.4",
23-
"@types/node": "^24.6.0",
23+
"@types/node": "^24.6.1",
2424
"@types/react": "^19.1.16",
2525
"@types/react-dom": "^19.1.9",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
28-
"typescript": "^5.9.2"
28+
"typescript": "^5.9.3"
2929
}
3030
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "^9.36.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",
2828
"eslint-plugin-react-refresh": "^0.4.22",
29-
"typescript": "^5.9.2",
29+
"typescript": "^5.9.3",
3030
"vite": "^7.1.7"
3131
}
3232
}

lib/esbuild-plugin-react18-css-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.8",
28-
"@types/node": "^24.6.0",
28+
"@types/node": "^24.6.1",
2929
"@types/react": "^19.1.16",
3030
"@types/react-dom": "^19.1.9",
3131
"@vitejs/plugin-react": "^5.0.4",
@@ -40,7 +40,7 @@
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",
4242
"typedoc": "^0.28.13",
43-
"typescript": "^5.9.2",
43+
"typescript": "^5.9.3",
4444
"vite-tsconfig-paths": "^5.1.4",
4545
"vitest": "^3.2.4"
4646
},

lib/esbuild-plugin-react18-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"sass": "^1.93.2"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^24.6.0",
33+
"@types/node": "^24.6.1",
3434
"@vitest/coverage-v8": "^3.2.4",
3535
"esbuild": "^0.25.10",
3636
"octokit": "^5.0.3",
@@ -42,7 +42,7 @@
4242
"typedoc-plugin-missing-exports": "^4.1.0",
4343
"typedoc-plugin-rename-defaults": "^0.7.3",
4444
"typedoc-plugin-zod": "^1.4.2",
45-
"typescript": "^5.9.2",
45+
"typescript": "^5.9.3",
4646
"vitest": "^3.2.4"
4747
},
4848
"funding": {

lib/example2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.8",
28-
"@types/node": "^24.6.0",
28+
"@types/node": "^24.6.1",
2929
"@types/react": "^19.1.16",
3030
"@types/react-dom": "^19.1.9",
3131
"@vitejs/plugin-react": "^5.0.4",
@@ -40,7 +40,7 @@
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",
4242
"typedoc": "^0.28.13",
43-
"typescript": "^5.9.2",
43+
"typescript": "^5.9.3",
4444
"vite-tsconfig-paths": "^5.1.4",
4545
"vitest": "^3.2.4"
4646
},

packages/shared-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
14-
"@types/node": "^24.6.0",
14+
"@types/node": "^24.6.1",
1515
"@types/react": "^19.1.16",
1616
"@types/react-dom": "^19.1.9",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
@@ -20,7 +20,7 @@
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.1.1",
2222
"tsconfig": "workspace:*",
23-
"typescript": "5.9.2"
23+
"typescript": "5.9.3"
2424
},
2525
"dependencies": {
2626
"eslint": "^9.36.0"

0 commit comments

Comments
 (0)