Skip to content

Commit df9e1f0

Browse files
committed
upgrade deps && docs [skip ci]
1 parent a973a30 commit df9e1f0

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-11-12_16:34:43
1+
2025-11-13_01:58:49

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"octokit": "^5.0.5",
3939
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",
41-
"tsup": "^8.5.0",
41+
"tsup": "^8.5.1",
4242
"typedoc": "^0.28.14",
4343
"typescript": "^5.9.3",
4444
"vite-tsconfig-paths": "^5.1.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"esbuild": "^0.27.0",
3636
"octokit": "^5.0.5",
3737
"tiny-glob": "^0.2.9",
38-
"tsup": "^8.5.0",
38+
"tsup": "^8.5.1",
3939
"typedoc": "^0.28.14",
4040
"typedoc-plugin-inline-sources": "^1.3.0",
4141
"typedoc-plugin-mdn-links": "^5.0.10",

lib/example2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"octokit": "^5.0.5",
3939
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",
41-
"tsup": "^8.5.0",
41+
"tsup": "^8.5.1",
4242
"typedoc": "^0.28.14",
4343
"typescript": "^5.9.3",
4444
"vite-tsconfig-paths": "^5.1.4",

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.0.1",
19+
"next": "^16.0.2",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.2.0",
2222
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)