Skip to content

Commit f2d28c4

Browse files
committed
Merge remote-tracking branch 'origin/cjs-interop' into cjs-interop
* origin/cjs-interop: Apply formatting changes
2 parents 4841e3f + 13ddf68 commit f2d28c4

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-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
}

0 commit comments

Comments
 (0)