File tree 9 files changed +934
-68
lines changed
9 files changed +934
-68
lines changed Original file line number Diff line number Diff line change 28
28
"dependencies" : [
29
29
" vite"
30
30
],
31
- "pinVersion" : " ^5"
31
+ "pinVersion" : " ^5 || ^6 "
32
32
},
33
33
{
34
34
"label" : " use workspace protocol for local packages and allow patch versions (used in e.g. qwik-react)" ,
174
174
"typescript" : " 5.4.5" ,
175
175
"undici" : " *" ,
176
176
"vfile" : " 6.0.2" ,
177
- "vite" : " 5.3.5 " ,
177
+ "vite" : " 6.2.2 " ,
178
178
"vite-imagetools" : " 7.0.4" ,
179
179
"vite-plugin-dts" : " 3.9.1" ,
180
180
"vite-tsconfig-paths" : " 4.3.2" ,
Original file line number Diff line number Diff line change 50
50
"typescript" : " 5.4.5" ,
51
51
"undici" : " *" ,
52
52
"valibot" : " 0.33.3" ,
53
- "vite" : " 5.3.5 " ,
53
+ "vite" : " 6.2.2 " ,
54
54
"vite-plugin-inspect" : " 0.8.5" ,
55
55
"shiki" : " 3.1.0" ,
56
56
"@shikijs/rehype" : " 3.1.0" ,
Original file line number Diff line number Diff line change 34
34
"tailwindcss" : " 3.4.6" ,
35
35
"typescript" : " 5.4.5" ,
36
36
"undici" : " *" ,
37
- "vite" : " 5.3.5 " ,
37
+ "vite" : " 6.2.2 " ,
38
38
"vite-tsconfig-paths" : " 4.3.2" ,
39
39
"vitest" : " 2.0.5" ,
40
40
"zod" : " 3.22.4"
Original file line number Diff line number Diff line change 11
11
"undici" : " *" ,
12
12
"valibot" : " >=0.36.0 <2" ,
13
13
"vfile" : " 6.0.2" ,
14
- "vite" : " ^5" ,
14
+ "vite" : " ^5 || ^6 " ,
15
15
"vite-imagetools" : " ^7" ,
16
16
"zod" : " 3.22.4"
17
17
},
175
175
"license" : " MIT" ,
176
176
"main" : " ./lib/index.qwik.mjs" ,
177
177
"peerDependencies" : {
178
- "vite" : " ^5"
178
+ "vite" : " ^5 || ^6 "
179
179
},
180
180
"publishConfig" : {
181
181
"access" : " public"
Original file line number Diff line number Diff line change 14
14
"prettier" : " 3.3.3" ,
15
15
"typescript" : " 5.4.5" ,
16
16
"undici" : " *" ,
17
- "vite" : " 5.3.5 " ,
17
+ "vite" : " 6.2.2 " ,
18
18
"zod" : " 3.22.4"
19
19
},
20
20
"engines" : {
38
38
],
39
39
"main" : " ./lib/index.qwik.mjs" ,
40
40
"peerDependencies" : {
41
- "vite" : " ^5" ,
41
+ "vite" : " ^5 || ^6 " ,
42
42
"zod" : " 3.22.4"
43
43
},
44
44
"private" : true ,
Original file line number Diff line number Diff line change 10
10
"react" : " 18.3.1" ,
11
11
"react-dom" : " 18.3.1" ,
12
12
"typescript" : " 5.4.5" ,
13
- "vite" : " 5.3.5 "
13
+ "vite" : " 6.2.2 "
14
14
},
15
15
"engines" : {
16
16
"node" : " >=16.8.0 <18.0.0 || >=18.11"
40
40
"@types/react-dom" : " ^18" ,
41
41
"react" : " ^18" ,
42
42
"react-dom" : " ^18" ,
43
- "vite" : " ^5"
43
+ "vite" : " ^5 || ^6 "
44
44
},
45
45
"qwik" : " ./lib/index.qwik.mjs" ,
46
46
"repository" : {
Original file line number Diff line number Diff line change 5
5
"bugs" : " https://github.com/QwikDev/qwik/issues" ,
6
6
"devDependencies" : {
7
7
"@builder.io/qwik" : " workspace:^" ,
8
- "vite" : " 5.3.5 " ,
8
+ "vite" : " 6.2.2 " ,
9
9
"vite-plugin-static-copy" : " 1.0.6"
10
10
},
11
11
"engines" : {
Original file line number Diff line number Diff line change 159
159
"license" : " MIT" ,
160
160
"main" : " ./dist/core.mjs" ,
161
161
"peerDependencies" : {
162
- "vite" : " ^5"
162
+ "vite" : " ^5 || ^6 "
163
163
},
164
164
"repository" : {
165
165
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments