File tree Expand file tree Collapse file tree 9 files changed +989
-1921
lines changed Expand file tree Collapse file tree 9 files changed +989
-1921
lines changed Original file line number Diff line number Diff line change 24
24
"@types/react" : " catalog:" ,
25
25
"@types/react-dom" : " catalog:" ,
26
26
"@types/three" : " catalog:" ,
27
- "@vitejs/plugin-react" : " ^4.2.1 " ,
28
- "@vitejs/plugin-react-swc" : " ^3.5 .0" ,
27
+ "@vitejs/plugin-react" : " ^4.7.0 " ,
28
+ "@vitejs/plugin-react-swc" : " ^3.11 .0" ,
29
29
"vite" : " catalog:"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 24
24
"@types/react" : " catalog:" ,
25
25
"@types/react-dom" : " catalog:" ,
26
26
"@types/three" : " catalog:" ,
27
- "@vitejs/plugin-react" : " ^4.2.1 " ,
28
- "@vitejs/plugin-react-swc" : " ^3.5 .0" ,
27
+ "@vitejs/plugin-react" : " ^4.7.0 " ,
28
+ "@vitejs/plugin-react-swc" : " ^3.11 .0" ,
29
29
"vite" : " catalog:"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 24
24
"@types/react" : " catalog:" ,
25
25
"@types/react-dom" : " catalog:" ,
26
26
"@types/three" : " catalog:" ,
27
- "@vitejs/plugin-react" : " ^4.2.1 " ,
28
- "@vitejs/plugin-react-swc" : " ^3.5 .0" ,
27
+ "@vitejs/plugin-react" : " ^4.7.0 " ,
28
+ "@vitejs/plugin-react-swc" : " ^3.11 .0" ,
29
29
"vite" : " catalog:"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " ./src/index.ts" ,
8
8
"dependencies" : {
9
- "web-worker" : " ^1.3 .0"
9
+ "web-worker" : " ^1.5 .0"
10
10
},
11
11
"devDependencies" : {
12
12
"@config/typescript" : " workspace:*"
Original file line number Diff line number Diff line change 12
12
"lint" : " pnpm -r lint"
13
13
},
14
14
"devDependencies" : {
15
- "@types/node" : " >= 24.0.1 " ,
16
- "oxlint" : " ^1.0 .0" ,
17
- "typescript " : " latest" ,
18
- "tsx " : " latest"
15
+ "@types/node" : " ^ 24.1.0 " ,
16
+ "oxlint" : " ^1.8 .0" ,
17
+ "tsx " : " latest" ,
18
+ "typescript " : " latest"
19
19
},
20
20
"engines" : {
21
21
"node" : " >=24.2.0" ,
Original file line number Diff line number Diff line change 51
51
"generate-tests" : " node scripts/generate-tests.ts"
52
52
},
53
53
"devDependencies" : {
54
+ "@config/typescript" : " workspace:*" ,
54
55
"@koota/core" : " workspace:*" ,
55
56
"@koota/react" : " workspace:*" ,
56
- "@testing-library/react" : " ^16.2 .0" ,
57
+ "@testing-library/react" : " ^16.3 .0" ,
57
58
"esbuild-plugin-inline-functions" : " catalog:" ,
58
- "react" : " >=18.0.0" ,
59
- "react-dom" : " >=18.0.0" ,
60
- "@config/typescript" : " workspace:*" ,
61
- "tsup" : " ^8.3.0" ,
59
+ "react" : " ^19.1.1" ,
60
+ "react-dom" : " ^19.1.1" ,
61
+ "tsup" : " ^8.5.0" ,
62
62
"vitest" : " catalog:"
63
63
},
64
64
"peerDependencies" : {
Original file line number Diff line number Diff line change 23
23
"devDependencies" : {
24
24
"@config/oxlint" : " workspace:*" ,
25
25
"@config/typescript" : " workspace:*" ,
26
+ "@testing-library/react" : " ^16.3.0" ,
26
27
"@types/react" : " catalog:" ,
27
28
"@types/react-dom" : " catalog:" ,
28
- "@testing-library/react" : " ^16.2.0" ,
29
- "jsdom" : " ^26.0.0" ,
29
+ "jsdom" : " ^26.1.0" ,
30
30
"react" : " catalog:" ,
31
31
"react-dom" : " catalog:" ,
32
32
"vitest" : " catalog:"
You can’t perform that action at this time.
0 commit comments