Skip to content

Commit 13ddf68

Browse files
davenquinngithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent f046745 commit 13ddf68

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

packages/column-components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

toolchain/bundler/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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: {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)