Skip to content

Commit 044964f

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 858b5db commit 044964f

File tree

9 files changed

+139
-139
lines changed

9 files changed

+139
-139
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-17_01:52:42
1+
2025-10-17_08:33:26

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "15.5.5",
15+
"next": "15.5.6",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.2.0",
1818
"react-dom": "^19.2.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.5.5",
21+
"@next/eslint-plugin-next": "^15.5.6",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.8.0",
24+
"@types/node": "^24.8.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"typescript": "^5.9.3"

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^15.5.5",
16+
"next": "^15.5.6",
1717
"nextjs-darkmode": "workspace:*",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"react18-loaders": "^1.1.11"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.5.5",
24+
"@next/eslint-plugin-next": "^15.5.6",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^24.8.0",
27+
"@types/node": "^24.8.1",
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
3030
"typescript": "^5.9.3"

examples/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/shared": "workspace:*",
1717
"@tailwindcss/postcss": "^4.1.14",
18-
"next": "^15.5.5",
18+
"next": "^15.5.6",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.2.0",
2222
"react-dom": "^19.2.0",
2323
"react18-loaders": "^1.1.11"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^15.5.5",
26+
"@next/eslint-plugin-next": "^15.5.6",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.8.0",
29+
"@types/node": "^24.8.1",
3030
"@types/react": "^19.2.2",
3131
"@types/react-dom": "^19.2.2",
3232
"autoprefixer": "^10.4.21",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@repo/eslint-config": "workspace:*",
5757
"@repo/typescript-config": "workspace:*",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/node": "^24.8.0",
59+
"@types/node": "^24.8.1",
6060
"@types/react": "^19.2.2",
6161
"@types/react-dom": "^19.2.2",
6262
"@vitejs/plugin-react": "^5.0.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": ">=18"
2323
},
2424
"dependencies": {
25-
"@types/node": "^24.8.0"
25+
"@types/node": "^24.8.1"
2626
},
2727
"name": "turborepo-template"
2828
}

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.5.5",
7+
"@next/eslint-plugin-next": "^15.5.6",
88
"@typescript-eslint/eslint-plugin": "^8.46.1",
99
"@typescript-eslint/parser": "^8.46.1",
1010
"eslint": "^9.37.0",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/node": "^24.8.0",
24+
"@types/node": "^24.8.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.0.4",

0 commit comments

Comments
 (0)