Skip to content

Commit 02a0aa9

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 1d7c7d5 commit 02a0aa9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-14_16:34:08
1+
2025-07-15_02:11:51

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
15-
"next": "^15.3.5",
15+
"next": "^15.4.1",
1616
"nextjs-themes": "^4.0.6",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^15.3.5",
22+
"@next/eslint-plugin-next": "^15.4.1",
2323
"@types/node": "^24.0.13",
2424
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
23-
"@typescript-eslint/eslint-plugin": "^8.36.0",
24-
"@typescript-eslint/parser": "^8.36.0",
23+
"@typescript-eslint/eslint-plugin": "^8.37.0",
24+
"@typescript-eslint/parser": "^8.37.0",
2525
"@vitejs/plugin-react-swc": "^3.10.2",
2626
"eslint": "^9.31.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react-dom": "^19.1.6",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^15.3.5",
19+
"next": "^15.4.1",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.1.0",
2222
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)