Skip to content

Commit 042649b

Browse files
committed
upgrade deps && docs [skip ci]
1 parent ead9a03 commit 042649b

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-
2026-03-16_17:09:47
1+
2026-03-17_02:39:13

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": "^16.1.6",
15+
"next": "^16.1.7",
1616
"nextjs-themes": "^4.0.6",
1717
"react": "^19.2.4",
1818
"react-dom": "^19.2.4",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^16.1.6",
22+
"@next/eslint-plugin-next": "^16.1.7",
2323
"@types/node": "^25.5.0",
2424
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.2.3",

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.2.14",
2222
"@types/react-dom": "^19.2.3",
23-
"@typescript-eslint/eslint-plugin": "^8.57.0",
24-
"@typescript-eslint/parser": "^8.57.0",
23+
"@typescript-eslint/eslint-plugin": "^8.57.1",
24+
"@typescript-eslint/parser": "^8.57.1",
2525
"@vitejs/plugin-react-swc": "^4.3.0",
2626
"eslint": "^10.0.3",
2727
"eslint-plugin-react-hooks": "^7.0.1",

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.2.3",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
19-
"next": "^16.1.6",
19+
"next": "^16.1.7",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.2.4",
2222
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)