File tree Expand file tree Collapse file tree 4 files changed +237
-480
lines changed
playground/big-component-library-vite-ssr Expand file tree Collapse file tree 4 files changed +237
-480
lines changed Original file line number Diff line number Diff line change 53
53
"svelte-eslint-parser" : " ^0.41.0" ,
54
54
"typescript" : " ^5.5.4" ,
55
55
"typescript-eslint" : " ^8.3.0" ,
56
- "vite" : " https://pkg.pr.new/vite@main " ,
56
+ "vite" : " ^5.4.4 " ,
57
57
"vitest" : " ^2.0.5"
58
58
},
59
59
"lint-staged" : {
74
74
"@sveltejs/vite-plugin-svelte-inspector" : " workspace:^" ,
75
75
"svelte" : " $svelte" ,
76
76
"vite" : " $vite" ,
77
- "@types/node@<=20.12.0" : " 20.11.5"
77
+ "@types/node@<=20.12.0" : " 20.11.5" ,
78
+ "send@<0.19.0" : " ^0.19.0"
78
79
},
79
80
"onlyBuiltDependencies" : [
80
81
" esbuild"
Original file line number Diff line number Diff line change 17
17
"cross-env" : " ^7.0.3" ,
18
18
"decamelize" : " ^6.0.0" ,
19
19
"e2e-test-dep-esm-only" : " workspace:^" ,
20
- "express" : " ^4.19.2 " ,
20
+ "express" : " ^4.20.0 " ,
21
21
"npm-run-all2" : " ^6.2.2" ,
22
- "serve-static" : " ^1.15 .0" ,
22
+ "serve-static" : " ^1.16 .0" ,
23
23
"svelte" : " ^5.0.0-next.242" ,
24
24
"vite" : " ^5.4.2"
25
25
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"compression" : " ^1.7.4" ,
15
- "express" : " ^4.19.2 " ,
15
+ "express" : " ^4.20.0 " ,
16
16
"sirv" : " ^2.0.4"
17
17
},
18
18
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments