Skip to content

Commit 944315b

Browse files
author
Sravan S
authored
fix: UIKit@3.6.0 build error on CRA (#668)
UIKit@3.6.0 wouldnt work with zero config on CRA because of module resolution error This is fixed in uikit-tools, and released in 40.alpha see: https://github.com/sendbird/sendbird-uikit-core-ts/pull/55 Fixes: https://sendbird.atlassian.net/browse/SBISSUE-12931, https://sendbird.atlassian.net/browse/CLNP-259
1 parent 9772c2e commit 944315b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"@sendbird/chat": "^4.9.2",
71-
"@sendbird/uikit-tools": "v0.0.1-alpha.39",
71+
"@sendbird/uikit-tools": "0.0.1-alpha.40",
7272
"css-vars-ponyfill": "^2.3.2",
7373
"date-fns": "^2.16.1",
7474
"dompurify": "^3.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ __metadata:
24602460
"@rollup/plugin-replace": ^2.4.2
24612461
"@rollup/plugin-typescript": ^8.2.1
24622462
"@sendbird/chat": ^4.9.2
2463-
"@sendbird/uikit-tools": v0.0.1-alpha.39
2463+
"@sendbird/uikit-tools": 0.0.1-alpha.40
24642464
"@storybook/addon-actions": ^6.5.10
24652465
"@storybook/addon-docs": ^6.5.10
24662466
"@storybook/addon-links": ^6.5.10
@@ -2527,13 +2527,13 @@ __metadata:
25272527
languageName: unknown
25282528
linkType: soft
25292529

2530-
"@sendbird/uikit-tools@npm:v0.0.1-alpha.39":
2531-
version: 0.0.1-alpha.39
2532-
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.39"
2530+
"@sendbird/uikit-tools@npm:0.0.1-alpha.40":
2531+
version: 0.0.1-alpha.40
2532+
resolution: "@sendbird/uikit-tools@npm:0.0.1-alpha.40"
25332533
peerDependencies:
25342534
"@sendbird/chat": ^4.9.2
25352535
react: ">=16.8.6"
2536-
checksum: 02f58c0dcef5c48149a675b267663d865a75fb7691ab3b22dc817aaa3ce355a37b54681593bc50d466f24e99da2d57a8ed5156285aed9cd8d85bdd4681c96d05
2536+
checksum: 328262b225ee8699857c8d9bc1d98860bf0df9db8dca20c03f33973d180785545d7d9f4fc5152ce2923882449b673aada8f1d663801f3b101abcf7516cfe98fe
25372537
languageName: node
25382538
linkType: hard
25392539

0 commit comments

Comments
 (0)