Skip to content

Commit 57936b1

Browse files
committed
upgrade deps && docs [skip ci]
1 parent ed2dcd7 commit 57936b1

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-08-18_16:33:41
1+
2025-08-19_01:57:40

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.4.6",
15+
"next": "^15.4.7",
1616
"nextjs-themes": "^4.0.6",
1717
"react": "^19.1.1",
1818
"react-dom": "^19.1.1",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^15.4.6",
22+
"@next/eslint-plugin-next": "^15.4.7",
2323
"@types/node": "^24.3.0",
2424
"@types/react": "^19.1.10",
2525
"@types/react-dom": "^19.1.7",

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.10",
2222
"@types/react-dom": "^19.1.7",
23-
"@typescript-eslint/eslint-plugin": "^8.39.1",
24-
"@typescript-eslint/parser": "^8.39.1",
23+
"@typescript-eslint/eslint-plugin": "^8.40.0",
24+
"@typescript-eslint/parser": "^8.40.0",
2525
"@vitejs/plugin-react-swc": "^4.0.0",
2626
"eslint": "^9.33.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.7",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^15.4.6",
19+
"next": "^15.4.7",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.1.1",
2222
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)