File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
packages/column-components Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
77## [ 2.0.1] - 2026-01-28
88
9- - Improve linking of CommonJS dependencies
9+ - Improve linking of CommonJS dependencies
1010
1111## [ 2.0.0] - 2026-01-26
1212
Original file line number Diff line number Diff line change @@ -99,10 +99,7 @@ function buildStandardViteConfig(
9999 } ) as any ,
100100 checkExportsPlugin ,
101101 cjsInterop ( {
102- dependencies : [
103- "labella" ,
104- "ui-box" ,
105- ] ,
102+ dependencies : [ "labella" , "ui-box" ] ,
106103 } ) ,
107104 ] ,
108105 build : {
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.base.json" ,
33 "compilerOptions" : {
4- "types" : [" vite/client" , " ./global.d.ts" ],
4+ "types" : [" vite/client" , " ./global.d.ts" ]
55 },
66 "include" : [" ./packages/**/src/*.ts" ]
77}
You can’t perform that action at this time.
0 commit comments