File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
packages/column-components Expand file tree Collapse file tree 4 files changed +4
-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}
Original file line number Diff line number Diff line change @@ -1374,6 +1374,7 @@ __metadata:
13741374 axios : " npm:^1.13.2"
13751375 classnames : " npm:^2.5.1"
13761376 mapbox-gl : " npm:^2.15.0||^3.0.0"
1377+ ui-box : " npm:^5.4.1"
13771378 peerDependencies :
13781379 react : ^18.0.0||^19.0.0
13791380 react-dom : ^18.0.0||^19.0.0
You can’t perform that action at this time.
0 commit comments