Commit 1c2a368 1 parent 7eeed49 commit 1c2a368 Copy full SHA for 1c2a368
File tree 12 files changed +210
-203
lines changed
12 files changed +210
-203
lines changed Original file line number Diff line number Diff line change 25
25
"@next/eslint-plugin-next" : " ^14.2.5" ,
26
26
"@repo/eslint-config" : " workspace:*" ,
27
27
"@repo/typescript-config" : " workspace:*" ,
28
- "@types/node" : " ^22.1 .0" ,
28
+ "@types/node" : " ^22.2 .0" ,
29
29
"@types/react" : " ^18.3.3" ,
30
30
"@types/react-dom" : " ^18.3.0" ,
31
31
"typescript" : " ^5.5.4"
Original file line number Diff line number Diff line change 19
19
"@next/eslint-plugin-next" : " ^14.2.5" ,
20
20
"@repo/eslint-config" : " workspace:*" ,
21
21
"@repo/typescript-config" : " workspace:*" ,
22
- "@types/node" : " ^22.1 .0" ,
22
+ "@types/node" : " ^22.2 .0" ,
23
23
"@types/react" : " ^18.3.3" ,
24
24
"@types/react-dom" : " ^18.3.0" ,
25
25
"react-webgl-trails" : " ^0.0.4" ,
Original file line number Diff line number Diff line change 22
22
"@next/eslint-plugin-next" : " ^14.2.5" ,
23
23
"@repo/eslint-config" : " workspace:*" ,
24
24
"@repo/typescript-config" : " workspace:*" ,
25
- "@types/node" : " ^22.1 .0" ,
25
+ "@types/node" : " ^22.2 .0" ,
26
26
"@types/react" : " ^18.3.3" ,
27
27
"@types/react-dom" : " ^18.3.0" ,
28
28
"autoprefixer" : " ^10.4.20" ,
29
29
"postcss" : " ^8.4.41" ,
30
- "tailwindcss" : " ^3.4.8 " ,
30
+ "tailwindcss" : " ^3.4.9 " ,
31
31
"typescript" : " ^5.5.4"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 25
25
"@next/eslint-plugin-next" : " ^14.2.5" ,
26
26
"@repo/eslint-config" : " workspace:*" ,
27
27
"@repo/typescript-config" : " workspace:*" ,
28
- "@types/node" : " ^22.1 .0" ,
28
+ "@types/node" : " ^22.2 .0" ,
29
29
"@types/react" : " ^18.3.3" ,
30
30
"@types/react-dom" : " ^18.3.0" ,
31
31
"typescript" : " ^5.5.4"
Original file line number Diff line number Diff line change 5
5
"rootDir" : "." ,
6
6
"outDir" : "dist"
7
7
} ,
8
- "include" : [ "src" , "vite.config.ts " ]
8
+ "include" : [ "src" , "vite.config.mts " ]
9
9
}
File renamed without changes.
Original file line number Diff line number Diff line change 117
117
"@repo/eslint-config" : " workspace:*" ,
118
118
"@repo/typescript-config" : " workspace:*" ,
119
119
"@testing-library/react" : " ^16.0.0" ,
120
- "@types/node" : " ^22.1 .0" ,
120
+ "@types/node" : " ^22.2 .0" ,
121
121
"@types/react" : " ^18.3.3" ,
122
122
"@types/react-dom" : " ^18.3.0" ,
123
123
"@vitejs/plugin-react" : " ^4.3.1" ,
130
130
"react-dom" : " ^18.3.1" ,
131
131
"tsup" : " ^8.2.4" ,
132
132
"typescript" : " ^5.5.4" ,
133
- "vite-tsconfig-paths" : " ^4.3.2 " ,
133
+ "vite-tsconfig-paths" : " ^5.0.1 " ,
134
134
"vitest" : " ^2.0.5"
135
135
},
136
136
"dependencies" : {
File renamed without changes.
Original file line number Diff line number Diff line change 19
19
"turbo" : " ^2.0.12" ,
20
20
"typedoc" : " ^0.26.5" ,
21
21
"typedoc-plugin-extras" : " ^3.1.0" ,
22
- "typedoc-plugin-mdn-links" : " ^3.2.7 " ,
22
+ "typedoc-plugin-mdn-links" : " ^3.2.8 " ,
23
23
"typedoc-plugin-missing-exports" : " ^3.0.0" ,
24
24
"typedoc-plugin-rename-defaults" : " ^0.7.1" ,
25
25
"typedoc-plugin-zod" : " ^1.2.0"
29
29
"node" : " >=18"
30
30
},
31
31
"dependencies" : {
32
- "@types/node" : " ^22.1 .0" ,
32
+ "@types/node" : " ^22.2 .0" ,
33
33
"enquirer" : " ^2.4.1"
34
34
},
35
35
"name" : " turborepo-template" ,
Original file line number Diff line number Diff line change 21
21
"@repo/eslint-config" : " workspace:*" ,
22
22
"@repo/typescript-config" : " workspace:*" ,
23
23
"@testing-library/react" : " ^16.0.0" ,
24
- "@types/node" : " ^22.1 .0" ,
24
+ "@types/node" : " ^22.2 .0" ,
25
25
"@types/react" : " ^18.3.3" ,
26
26
"@types/react-dom" : " ^18.3.0" ,
27
27
"@vitejs/plugin-react" : " ^4.3.1" ,
33
33
"react-dom" : " ^18.3.1" ,
34
34
"tsup" : " ^8.2.4" ,
35
35
"typescript" : " ^5.5.4" ,
36
- "vite-tsconfig-paths" : " ^4.3.2 " ,
36
+ "vite-tsconfig-paths" : " ^5.0.1 " ,
37
37
"vitest" : " ^2.0.5"
38
38
},
39
39
"dependencies" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments