File tree 4 files changed +74
-91
lines changed
4 files changed +74
-91
lines changed Original file line number Diff line number Diff line change 13
13
] ,
14
14
"ignoreDeps" : [
15
15
// manually bumping
16
- "esbuild" ,
17
16
"rollup" ,
18
17
"node" ,
19
18
"typescript" ,
20
19
21
20
// breaking changes
22
21
"source-map" , // `source-map:v0.7.0+` needs more investigation
23
- "dotenv-expand" , // `dotenv-expand:6.0.0+` has breaking changes (#6858)
24
22
"kill-port" , // `kill-port:^2.0.0 has perf issues (#8392)
25
- "miniflare" , // `miniflare:v2.0.0+` only supports node 16.7
26
23
] ,
27
24
}
Original file line number Diff line number Diff line change 61
61
"prettier" : " 2.8.1" ,
62
62
"prompts" : " ^2.4.2" ,
63
63
"resolve" : " ^1.22.1" ,
64
- "rollup" : " ^3.7.0 " ,
64
+ "rollup" : " ^3.17.2 " ,
65
65
"rollup-plugin-license" : " ^2.9.1" ,
66
66
"semver" : " ^7.3.8" ,
67
67
"simple-git-hooks" : " ^2.8.1" ,
68
68
"tsx" : " ^3.12.1" ,
69
- "typescript" : " ^4.6.4 " ,
69
+ "typescript" : " ^4.9.5 " ,
70
70
"unbuild" : " ^1.1.1" ,
71
71
"vite" : " ^4.0.3" ,
72
72
"vitest" : " ^0.26.3" ,
Original file line number Diff line number Diff line change 42
42
"@jridgewell/gen-mapping" : " ^0.3.2" ,
43
43
"@jridgewell/trace-mapping" : " ^0.3.17" ,
44
44
"debug" : " ^4.3.4" ,
45
- "rollup" : " ^3.7.0 " ,
45
+ "rollup" : " ^3.17.2 " ,
46
46
"slash" : " ^5.0.0" ,
47
47
"source-map" : " ^0.6.1" ,
48
48
"vite" : " ^4.0.3" ,
You can’t perform that action at this time.
0 commit comments