Skip to content

Commit e0049e1

Browse files
committed
upgrade deps && docs [skip ci]
1 parent fecaff6 commit e0049e1

File tree

10 files changed

+183
-183
lines changed

10 files changed

+183
-183
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-29_16:31:54
1+
2025-05-30_01:59:00

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.3.2",
15+
"next": "15.3.3",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.3.2",
21+
"@next/eslint-plugin-next": "^15.3.3",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.15.24",
24+
"@types/node": "^22.15.26",
2525
"@types/react": "^19.1.6",
2626
"@types/react-dom": "^19.1.5",
2727
"typescript": "^5.8.3"

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"dependencies": {
1515
"@repo/logger": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^15.3.2",
17+
"next": "^15.3.3",
1818
"nextjs-darkmode": "workspace:*",
1919
"nextjs-themes": "^4.0.6",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
2222
"react18-loaders": "^1.1.4"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.3.2",
25+
"@next/eslint-plugin-next": "^15.3.3",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.15.24",
28+
"@types/node": "^22.15.26",
2929
"@types/react": "^19.1.6",
3030
"@types/react-dom": "^19.1.5",
3131
"typescript": "^5.8.3"

examples/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
1818
"@tailwindcss/postcss": "^4.1.8",
19-
"next": "^15.3.2",
19+
"next": "^15.3.3",
2020
"nextjs-darkmode": "workspace:*",
2121
"nextjs-themes": "^4.0.6",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
2424
"react18-loaders": "^1.1.4"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.3.2",
27+
"@next/eslint-plugin-next": "^15.3.3",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.15.24",
30+
"@types/node": "^22.15.26",
3131
"@types/react": "^19.1.6",
3232
"@types/react-dom": "^19.1.5",
3333
"autoprefixer": "^10.4.21",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@repo/jest-presets": "workspace:*",
5858
"@repo/typescript-config": "workspace:*",
5959
"@testing-library/react": "^16.3.0",
60-
"@types/node": "^22.15.24",
60+
"@types/node": "^22.15.26",
6161
"@types/react": "^19.1.6",
6262
"@types/react-dom": "^19.1.5",
6363
"@vitejs/plugin-react": "^4.5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^22.15.24"
33+
"@types/node": "^22.15.26"
3434
},
3535
"name": "turborepo-template"
3636
}

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.3.2",
7+
"@next/eslint-plugin-next": "^15.3.3",
88
"@typescript-eslint/eslint-plugin": "^8.33.0",
99
"@typescript-eslint/parser": "^8.33.0",
1010
"eslint": "^9.27.0",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/jest-presets": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/jest": "^29.5.14",
25-
"@types/node": "^22.15.24",
25+
"@types/node": "^22.15.26",
2626
"jest": "^29.7.0",
2727
"tsup": "^8.5.0",
2828
"typescript": "^5.8.3"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/jest-presets": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
25-
"@types/node": "^22.15.24",
25+
"@types/node": "^22.15.26",
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.5.0",

0 commit comments

Comments
 (0)