Skip to content

Commit 1c2a368

Browse files
committed
Update dependencies and fix tests
1 parent 7eeed49 commit 1c2a368

File tree

12 files changed

+210
-203
lines changed

12 files changed

+210
-203
lines changed

examples/app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@next/eslint-plugin-next": "^14.2.5",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.1.0",
28+
"@types/node": "^22.2.0",
2929
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"typescript": "^5.5.4"

examples/pages-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@next/eslint-plugin-next": "^14.2.5",
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
22-
"@types/node": "^22.1.0",
22+
"@types/node": "^22.2.0",
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
2525
"react-webgl-trails": "^0.0.4",

examples/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@next/eslint-plugin-next": "^14.2.5",
2323
"@repo/eslint-config": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
25-
"@types/node": "^22.1.0",
25+
"@types/node": "^22.2.0",
2626
"@types/react": "^18.3.3",
2727
"@types/react-dom": "^18.3.0",
2828
"autoprefixer": "^10.4.20",
2929
"postcss": "^8.4.41",
30-
"tailwindcss": "^3.4.8",
30+
"tailwindcss": "^3.4.9",
3131
"typescript": "^5.5.4"
3232
}
3333
}

examples/themes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@next/eslint-plugin-next": "^14.2.5",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.1.0",
28+
"@types/node": "^22.2.0",
2929
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"typescript": "^5.5.4"

examples/vite/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"rootDir": ".",
66
"outDir": "dist"
77
},
8-
"include": ["src", "vite.config.ts"]
8+
"include": ["src", "vite.config.mts"]
99
}
File renamed without changes.

lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@repo/eslint-config": "workspace:*",
118118
"@repo/typescript-config": "workspace:*",
119119
"@testing-library/react": "^16.0.0",
120-
"@types/node": "^22.1.0",
120+
"@types/node": "^22.2.0",
121121
"@types/react": "^18.3.3",
122122
"@types/react-dom": "^18.3.0",
123123
"@vitejs/plugin-react": "^4.3.1",
@@ -130,7 +130,7 @@
130130
"react-dom": "^18.3.1",
131131
"tsup": "^8.2.4",
132132
"typescript": "^5.5.4",
133-
"vite-tsconfig-paths": "^4.3.2",
133+
"vite-tsconfig-paths": "^5.0.1",
134134
"vitest": "^2.0.5"
135135
},
136136
"dependencies": {
File renamed without changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"turbo": "^2.0.12",
2020
"typedoc": "^0.26.5",
2121
"typedoc-plugin-extras": "^3.1.0",
22-
"typedoc-plugin-mdn-links": "^3.2.7",
22+
"typedoc-plugin-mdn-links": "^3.2.8",
2323
"typedoc-plugin-missing-exports": "^3.0.0",
2424
"typedoc-plugin-rename-defaults": "^0.7.1",
2525
"typedoc-plugin-zod": "^1.2.0"
@@ -29,7 +29,7 @@
2929
"node": ">=18"
3030
},
3131
"dependencies": {
32-
"@types/node": "^22.1.0",
32+
"@types/node": "^22.2.0",
3333
"enquirer": "^2.4.1"
3434
},
3535
"name": "turborepo-template",

packages/shared/package.json

+2-2
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.0.0",
24-
"@types/node": "^22.1.0",
24+
"@types/node": "^22.2.0",
2525
"@types/react": "^18.3.3",
2626
"@types/react-dom": "^18.3.0",
2727
"@vitejs/plugin-react": "^4.3.1",
@@ -33,7 +33,7 @@
3333
"react-dom": "^18.3.1",
3434
"tsup": "^8.2.4",
3535
"typescript": "^5.5.4",
36-
"vite-tsconfig-paths": "^4.3.2",
36+
"vite-tsconfig-paths": "^5.0.1",
3737
"vitest": "^2.0.5"
3838
},
3939
"dependencies": {
File renamed without changes.

0 commit comments

Comments
 (0)