Skip to content

Commit a45891a

Browse files
committed
upgrade deps && docs [skip ci]
1 parent a0fdba4 commit a45891a

File tree

11 files changed

+763
-2941
lines changed

11 files changed

+763
-2941
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-10_02:05:04
1+
2025-07-05_16:29:39

examples/nextjs-pages/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "15.3.3",
15+
"next": "15.3.5",
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.3",
21+
"@next/eslint-plugin-next": "^15.3.5",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.15.30",
25-
"@types/react": "^19.1.7",
24+
"@types/node": "^24.0.10",
25+
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"typescript": "^5.8.3"
2828
}

examples/nextjs/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/compat/navigation" />
43

54
// NOTE: This file should not be edited
65
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^15.3.3",
16+
"next": "^15.3.5",
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.3.3",
24+
"@next/eslint-plugin-next": "^15.3.5",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^22.15.30",
28-
"@types/react": "^19.1.7",
27+
"@types/node": "^24.0.10",
28+
"@types/react": "^19.1.8",
2929
"@types/react-dom": "^19.1.6",
3030
"typescript": "^5.8.3"
3131
}

examples/tailwind/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"dependencies": {
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/shared": "workspace:*",
17-
"@tailwindcss/postcss": "^4.1.8",
18-
"next": "^15.3.3",
17+
"@tailwindcss/postcss": "^4.1.11",
18+
"next": "^15.3.5",
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.3.3",
26+
"@next/eslint-plugin-next": "^15.3.5",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^22.15.30",
30-
"@types/react": "^19.1.7",
29+
"@types/node": "^24.0.10",
30+
"@types/react": "^19.1.8",
3131
"@types/react-dom": "^19.1.6",
3232
"autoprefixer": "^10.4.21",
33-
"postcss": "^8.5.4",
34-
"tailwindcss": "^4.1.8",
33+
"postcss": "^8.5.6",
34+
"tailwindcss": "^4.1.11",
3535
"typescript": "^5.8.3"
3636
}
3737
}

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/react": "^19.1.7",
24+
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.2",
26+
"@vitejs/plugin-react": "^4.6.0",
2727
"typescript": "^5.8.3",
28-
"vite": "^6.3.5"
28+
"vite": "^7.0.2"
2929
}
3030
}

lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"@repo/eslint-config": "workspace:*",
5757
"@repo/typescript-config": "workspace:*",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/node": "^22.15.30",
60-
"@types/react": "^19.1.7",
59+
"@types/node": "^24.0.10",
60+
"@types/react": "^19.1.8",
6161
"@types/react-dom": "^19.1.6",
62-
"@vitejs/plugin-react": "^4.5.2",
63-
"@vitest/coverage-v8": "^3.2.3",
62+
"@vitejs/plugin-react": "^4.6.0",
63+
"@vitest/coverage-v8": "^3.2.4",
6464
"esbuild-plugin-rdi": "^0.0.0",
6565
"esbuild-plugin-react18": "0.2.6",
6666
"esbuild-plugin-react18-css": "^0.0.4",
@@ -70,7 +70,7 @@
7070
"tsup": "^8.5.0",
7171
"typescript": "^5.8.3",
7272
"vite-tsconfig-paths": "^5.1.4",
73-
"vitest": "^3.2.3"
73+
"vitest": "^3.2.4"
7474
},
7575
"dependencies": {
7676
"r18gs": "3.0.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"preinstall": "node scripts/update-pm.js"
1212
},
1313
"devDependencies": {
14-
"@changesets/cli": "^2.29.4",
14+
"@changesets/cli": "^2.29.5",
1515
"@repo/typescript-config": "workspace:*",
1616
"plop": "^4.0.1",
17-
"prettier": "^3.5.3",
17+
"prettier": "^3.6.2",
1818
"turbo": "^2.5.4"
1919
},
2020
"packageManager": "[email protected]",
2121
"engines": {
2222
"node": ">=18"
2323
},
2424
"dependencies": {
25-
"@types/node": "^22.15.30"
25+
"@types/node": "^24.0.10"
2626
},
2727
"name": "turborepo-template"
2828
}

packages/config-eslint/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.3.3",
8-
"@typescript-eslint/eslint-plugin": "^8.34.0",
9-
"@typescript-eslint/parser": "^8.34.0",
10-
"eslint": "^9.28.0",
7+
"@next/eslint-plugin-next": "^15.3.5",
8+
"@typescript-eslint/eslint-plugin": "^8.35.1",
9+
"@typescript-eslint/parser": "^8.35.1",
10+
"eslint": "^9.30.1",
1111
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.0",
1515
"eslint-plugin-turbo": "^2.5.4",
16-
"globals": "^16.2.0",
16+
"globals": "^16.3.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.34.0"
18+
"typescript-eslint": "^8.35.1"
1919
}
2020
}

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/node": "^22.15.30",
25-
"@types/react": "^19.1.7",
24+
"@types/node": "^24.0.10",
25+
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
27-
"@vitejs/plugin-react": "^4.5.2",
28-
"@vitest/coverage-v8": "^3.2.3",
27+
"@vitejs/plugin-react": "^4.6.0",
28+
"@vitest/coverage-v8": "^3.2.4",
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^26.1.0",
@@ -34,7 +34,7 @@
3434
"tsup": "^8.5.0",
3535
"typescript": "^5.8.3",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^3.2.3"
37+
"vitest": "^3.2.4"
3838
},
3939
"dependencies": {
4040
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)