Skip to content

Commit 3a8be92

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 71070e3 commit 3a8be92

File tree

9 files changed

+253
-253
lines changed

9 files changed

+253
-253
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-18_16:35:01
1+
2025-07-19_02:06:58

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.4.1",
15+
"next": "15.4.2",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.4.1",
21+
"@next/eslint-plugin-next": "^15.4.2",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.0.14",
24+
"@types/node": "^24.0.15",
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"typescript": "^5.8.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.4.1",
16+
"next": "^15.4.2",
1717
"nextjs-darkmode": "workspace:*",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react18-loaders": "^1.1.4"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.4.1",
24+
"@next/eslint-plugin-next": "^15.4.2",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^24.0.14",
27+
"@types/node": "^24.0.15",
2828
"@types/react": "^19.1.8",
2929
"@types/react-dom": "^19.1.6",
3030
"typescript": "^5.8.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.11",
18-
"next": "^15.4.1",
18+
"next": "^15.4.2",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"react18-loaders": "^1.1.4"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^15.4.1",
26+
"@next/eslint-plugin-next": "^15.4.2",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.0.14",
29+
"@types/node": "^24.0.15",
3030
"@types/react": "^19.1.8",
3131
"@types/react-dom": "^19.1.6",
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.0.14",
59+
"@types/node": "^24.0.15",
6060
"@types/react": "^19.1.8",
6161
"@types/react-dom": "^19.1.6",
6262
"@vitejs/plugin-react": "^4.7.0",

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.0.14"
25+
"@types/node": "^24.0.15"
2626
},
2727
"name": "turborepo-template"
2828
}

packages/config-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.4.1",
7+
"@next/eslint-plugin-next": "^15.4.2",
88
"@typescript-eslint/eslint-plugin": "^8.37.0",
99
"@typescript-eslint/parser": "^8.37.0",
1010
"eslint": "^9.31.0",
11-
"eslint-config-prettier": "^10.1.7",
11+
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.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.0.14",
24+
"@types/node": "^24.0.15",
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"@vitejs/plugin-react": "^4.7.0",

0 commit comments

Comments
 (0)