Skip to content

Commit 54e8349

Browse files
committed
Update dependencies
1 parent dd227a3 commit 54e8349

File tree

10 files changed

+1747
-1340
lines changed

10 files changed

+1747
-1340
lines changed

examples/app-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"dependencies": {
1515
"@repo/scripts": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^14.2.15",
17+
"next": "^15.0.3",
1818
"nextjs-darkmode": "^1.0.4",
1919
"nextjs-themes": "workspace:*",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"react18-loaders": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^14.2.15",
25+
"@next/eslint-plugin-next": "^15.0.3",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.7.7",
29-
"@types/react": "^18.3.11",
28+
"@types/node": "^22.9.1",
29+
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"typescript": "^5.6.3"
3232
}

examples/pages-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"dependencies": {
1212
"@repo/shared": "workspace:*",
13-
"next": "^14.2.15",
13+
"next": "^15.0.3",
1414
"nextjs-themes": "workspace:*",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@next/eslint-plugin-next": "^14.2.15",
19+
"@next/eslint-plugin-next": "^15.0.3",
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
22-
"@types/node": "^22.7.7",
23-
"@types/react": "^18.3.11",
22+
"@types/node": "^22.9.1",
23+
"@types/react": "^18.3.12",
2424
"@types/react-dom": "^18.3.1",
2525
"react-webgl-trails": "^0.0.4",
2626
"typescript": "^5.6.3"

examples/tailwind/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
"dependencies": {
1414
"@repo/scripts": "workspace:*",
1515
"@repo/shared": "workspace:*",
16-
"next": "^14.2.15",
16+
"next": "^15.0.3",
1717
"nextjs-themes": "workspace:*",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
},
2121
"devDependencies": {
22-
"@next/eslint-plugin-next": "^14.2.15",
22+
"@next/eslint-plugin-next": "^15.0.3",
2323
"@repo/eslint-config": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
25-
"@types/node": "^22.7.7",
26-
"@types/react": "^18.3.11",
25+
"@types/node": "^22.9.1",
26+
"@types/react": "^18.3.12",
2727
"@types/react-dom": "^18.3.1",
2828
"autoprefixer": "^10.4.20",
29-
"postcss": "^8.4.47",
30-
"tailwindcss": "^3.4.14",
29+
"postcss": "^8.4.49",
30+
"tailwindcss": "^3.4.15",
3131
"typescript": "^5.6.3"
3232
}
3333
}

examples/themes/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"dependencies": {
1515
"@repo/scripts": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^14.2.15",
17+
"next": "^15.0.3",
1818
"nextjs-darkmode": "^1.0.4",
1919
"nextjs-themes": "workspace:*",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"react18-loaders": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^14.2.15",
25+
"@next/eslint-plugin-next": "^15.0.3",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.7.7",
29-
"@types/react": "^18.3.11",
28+
"@types/node": "^22.9.1",
29+
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"typescript": "^5.6.3"
3232
}

examples/vite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"nextjs-themes": "workspace:*",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"react-router-dom": "^6.27.0"
18+
"react-router-dom": "^6.28.0"
1919
},
2020
"devDependencies": {
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
23-
"@types/react": "^18.3.11",
23+
"@types/react": "^18.3.12",
2424
"@types/react-dom": "^18.3.1",
2525
"@vitejs/plugin-react": "^4.3.3",
2626
"typescript": "^5.6.3",
27-
"vite": "^5.4.9"
27+
"vite": "^5.4.11"
2828
}
2929
}

lib/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,21 @@
117117
"@repo/eslint-config": "workspace:*",
118118
"@repo/typescript-config": "workspace:*",
119119
"@testing-library/react": "^16.0.1",
120-
"@types/node": "^22.7.7",
121-
"@types/react": "^18.3.11",
120+
"@types/node": "^22.9.1",
121+
"@types/react": "^18.3.12",
122122
"@types/react-dom": "^18.3.1",
123123
"@vitejs/plugin-react": "^4.3.3",
124-
"@vitest/coverage-v8": "^2.1.3",
124+
"@vitest/coverage-v8": "^2.1.5",
125125
"esbuild-plugin-rdi": "^0.0.0",
126126
"esbuild-plugin-react18": "0.2.5",
127127
"esbuild-plugin-react18-css": "^0.0.4",
128128
"jsdom": "^25.0.1",
129129
"react": "^18.3.1",
130130
"react-dom": "^18.3.1",
131-
"tsup": "^8.3.0",
131+
"tsup": "^8.3.5",
132132
"typescript": "^5.6.3",
133-
"vite-tsconfig-paths": "^5.0.1",
134-
"vitest": "^2.1.3"
133+
"vite-tsconfig-paths": "^5.1.3",
134+
"vitest": "^2.1.5"
135135
},
136136
"dependencies": {
137137
"r18gs": "2.0.0"

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@repo/typescript-config": "workspace:*",
1717
"plop": "^4.0.1",
1818
"prettier": "^3.3.3",
19-
"turbo": "^2.2.2",
20-
"typedoc": "^0.26.10",
19+
"turbo": "^2.3.0",
20+
"typedoc": "^0.26.11",
2121
"typedoc-plugin-extras": "^3.1.0",
22-
"typedoc-plugin-mdn-links": "^3.3.4",
23-
"typedoc-plugin-missing-exports": "^3.0.0",
22+
"typedoc-plugin-mdn-links": "^3.3.8",
23+
"typedoc-plugin-missing-exports": "^3.0.2",
2424
"typedoc-plugin-rename-defaults": "^0.7.1",
2525
"typedoc-plugin-zod": "^1.2.1"
2626
},
@@ -29,7 +29,7 @@
2929
"node": ">=18"
3030
},
3131
"dependencies": {
32-
"@types/node": "^22.7.7",
32+
"@types/node": "^22.9.1",
3333
"enquirer": "^2.4.1"
3434
},
3535
"name": "turborepo-template",

packages/config-eslint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"private": true,
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
8-
"eslint-config-turbo": "^2.2.2",
8+
"eslint-config-turbo": "^2.3.0",
99
"eslint-plugin-mdx": "^3.1.5",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^0.10.1"
11+
"eslint-plugin-storybook": "^0.11.1"
1212
}
1313
}

packages/shared/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.0.1",
24-
"@types/node": "^22.7.7",
25-
"@types/react": "^18.3.11",
24+
"@types/node": "^22.9.1",
25+
"@types/react": "^18.3.12",
2626
"@types/react-dom": "^18.3.1",
2727
"@vitejs/plugin-react": "^4.3.3",
28-
"@vitest/coverage-v8": "^2.1.3",
28+
"@vitest/coverage-v8": "^2.1.5",
2929
"esbuild-plugin-react18": "^0.2.5",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^25.0.1",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1",
34-
"tsup": "^8.3.0",
34+
"tsup": "^8.3.5",
3535
"typescript": "^5.6.3",
36-
"vite-tsconfig-paths": "^5.0.1",
37-
"vitest": "^2.1.3"
36+
"vite-tsconfig-paths": "^5.1.3",
37+
"vitest": "^2.1.5"
3838
},
3939
"dependencies": {
4040
"@mayank1513/fork-me": "^2.1.2",
4141
"@repo/scripts": "workspace:*",
4242
"nextjs-darkmode": "^1.0.4",
4343
"nextjs-themes": "workspace:*",
4444
"r18gs": "^2.0.0",
45-
"react-live": "^4.1.7",
45+
"react-live": "^4.1.8",
4646
"react18-loaders": "^1.1.3"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)