File tree Expand file tree Collapse file tree 10 files changed +919
-854
lines changed Expand file tree Collapse file tree 10 files changed +919
-854
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@repo/shared" : " workspace:*" ,
15
- "next" : " ^14.2.5 " ,
15
+ "next" : " ^14.2.7 " ,
16
16
"nextjs-darkmode" : " ^1.0.4" ,
17
17
"nextjs-themes" : " ^4.0.3" ,
18
18
"react" : " ^18.3.1" ,
24
24
"webgl-generative-particles" : " ^0.0.1"
25
25
},
26
26
"devDependencies" : {
27
- "@next/eslint-plugin-next" : " ^14.2.5 " ,
27
+ "@next/eslint-plugin-next" : " ^14.2.7 " ,
28
28
"@repo/eslint-config" : " workspace:*" ,
29
29
"@repo/typescript-config" : " workspace:*" ,
30
- "@types/node" : " ^22.1.0 " ,
31
- "@types/react" : " ^18.3.3 " ,
30
+ "@types/node" : " ^22.5.1 " ,
31
+ "@types/react" : " ^18.3.4 " ,
32
32
"@types/react-dom" : " ^18.3.0" ,
33
33
"typescript" : " ^5.5.4"
34
34
}
Original file line number Diff line number Diff line change 23
23
"devDependencies" : {
24
24
"@repo/eslint-config" : " workspace:*" ,
25
25
"@repo/typescript-config" : " workspace:*" ,
26
- "@types/react" : " ^18.3.3 " ,
26
+ "@types/react" : " ^18.3.4 " ,
27
27
"@types/react-dom" : " ^18.3.0" ,
28
28
"@vitejs/plugin-react" : " ^4.3.1" ,
29
29
"typescript" : " ^5.5.4" ,
30
- "vite" : " ^5.4.0 "
30
+ "vite" : " ^5.4.2 "
31
31
}
32
32
}
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 26
26
"devDependencies" : {
27
27
"@repo/eslint-config" : " workspace:*" ,
28
28
"@repo/typescript-config" : " workspace:*" ,
29
- "@types/node" : " ^22.1.0 " ,
29
+ "@types/node" : " ^22.5.1 " ,
30
30
"@vitest/coverage-v8" : " ^2.0.5" ,
31
31
"esbuild-plugin-react18" : " ^0.2.5" ,
32
32
"tsup" : " ^8.2.4" ,
33
33
"typescript" : " ^5.5.4" ,
34
- "vite" : " ^5.4.0 " ,
35
- "vite-tsconfig-paths" : " ^4.3.2 " ,
34
+ "vite" : " ^5.4.2 " ,
35
+ "vite-tsconfig-paths" : " ^5.0.1 " ,
36
36
"vitest" : " ^2.0.5"
37
37
},
38
38
"funding" : [
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"@changesets/cli" : " ^2.27.7" ,
18
18
"@repo/typescript-config" : " workspace:*" ,
19
- "@types/node" : " ^22.1.0 " ,
19
+ "@types/node" : " ^22.5.1 " ,
20
20
"enquirer" : " ^2.4.1" ,
21
21
"plop" : " ^4.0.1" ,
22
22
"prettier" : " ^3.3.3" ,
23
- "turbo" : " ^2.0.12 " ,
24
- "typedoc" : " ^0.26.5 " ,
23
+ "turbo" : " ^2.1.0 " ,
24
+ "typedoc" : " ^0.26.6 " ,
25
25
"typedoc-plugin-extras" : " ^3.1.0" ,
26
26
"typedoc-plugin-inline-sources" : " ^1.0.2" ,
27
- "typedoc-plugin-mdn-links" : " ^3.2.7 " ,
27
+ "typedoc-plugin-mdn-links" : " ^3.2.10 " ,
28
28
"typedoc-plugin-missing-exports" : " ^3.0.0" ,
29
29
"typedoc-plugin-rename-defaults" : " ^0.7.1" ,
30
- "typedoc-plugin-zod" : " ^1.2.0 "
30
+ "typedoc-plugin-zod" : " ^1.2.1 "
31
31
},
32
- "packageManager" : " pnpm@9.7 .0" ,
32
+ "packageManager" : " pnpm@9.9 .0" ,
33
33
"engines" : {
34
34
"node" : " >=18"
35
35
},
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"devDependencies" : {
7
7
"@vercel/style-guide" : " ^6.0.0" ,
8
- "eslint-config-turbo" : " ^2.0.12 " ,
8
+ "eslint-config-turbo" : " ^2.1.0 " ,
9
9
"eslint-plugin-mdx" : " ^3.1.5" ,
10
10
"eslint-plugin-only-warn" : " ^1.1.0" ,
11
11
"eslint-plugin-storybook" : " ^0.8.0"
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 " ,
25
- "@types/react" : " ^18.3.3 " ,
24
+ "@types/node" : " ^22.5.1 " ,
25
+ "@types/react" : " ^18.3.4 " ,
26
26
"@types/react-dom" : " ^18.3.0" ,
27
27
"@vitejs/plugin-react" : " ^4.3.1" ,
28
28
"@vitest/coverage-v8" : " ^2.0.5" ,
29
29
"esbuild-plugin-react18" : " ^0.2.5" ,
30
30
"esbuild-plugin-react18-css" : " ^0.0.4" ,
31
- "jsdom" : " ^24.1.1 " ,
31
+ "jsdom" : " ^25.0.0 " ,
32
32
"react" : " ^18.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" : {
You can’t perform that action at this time.
0 commit comments