File tree Expand file tree Collapse file tree 3 files changed +390
-98
lines changed Expand file tree Collapse file tree 3 files changed +390
-98
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module.exports = {
3
3
if ( dependencyName . startsWith ( "@mantine/" ) ) return "minor" ;
4
4
if ( dependencyName === "eslint" ) return "minor" ;
5
5
if ( dependencyName === "@tabler/icons-react" ) return "minor" ;
6
+ if ( dependencyName === "vite-plugin-comlink" ) return "minor" ;
6
7
if ( major === "0" ) return "minor" ;
7
8
return "latest" ;
8
9
} ,
Original file line number Diff line number Diff line change 48
48
"ts-morph" : " ^21.0.1" ,
49
49
"tsx" : " ^4.7.1" ,
50
50
"typescript" : " ^5.4.2" ,
51
- "vite" : " ^5.1.5 " ,
52
- "vite-plugin-comlink" : " ^4.0.2 " ,
53
- "vite-plugin-inspect" : " ^0.8.3 " ,
54
- "vite-plugin-node-polyfills" : " ^0.21 .0" ,
55
- "vite-plugin-static-copy" : " ^1 .0.1 "
51
+ "vite" : " ^5.4.10 " ,
52
+ "vite-plugin-comlink" : " ^4.1.0 " ,
53
+ "vite-plugin-inspect" : " ^0.8.7 " ,
54
+ "vite-plugin-node-polyfills" : " ^0.22 .0" ,
55
+ "vite-plugin-static-copy" : " ^2 .0.0 "
56
56
},
57
57
"pnpm" : {
58
58
"updateConfig" : {
You can’t perform that action at this time.
0 commit comments