Skip to content

Commit c982fbe

Browse files
huozhinevilm-lt
authored andcommitted
build: support mjs exports (vercel#1760)
1 parent b736979 commit c982fbe

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@types/react": "17.0.20",
8888
"@typescript-eslint/eslint-plugin": "5.8.0",
8989
"@typescript-eslint/parser": "5.8.0",
90-
"bunchee": "1.7.1",
90+
"bunchee": "1.8.0",
9191
"eslint": "8.3.0",
9292
"eslint-config-prettier": "8.3.0",
9393
"eslint-plugin-jest-dom": "3.9.2",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,10 +2296,10 @@ builtin-modules@^3.1.0:
22962296
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
22972297
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
22982298

2299-
2300-
version "1.8.2"
2301-
resolved "https://registry.yarnpkg.com/bunchee/-/bunchee-1.8.2.tgz#7423e40de5635640c7c792322baf1089f51ca3e0"
2302-
integrity sha512-i8NfUIQcC7VIGbninHTzM/PnEHD+b0pkCcSMVKb5N8nAK6On32f2N3vHczzYk0FcwxuIt27r2zB0yTMErLTfSA==
2299+
2300+
version "1.8.0"
2301+
resolved "https://registry.yarnpkg.com/bunchee/-/bunchee-1.8.0.tgz#51ac0badcaf7218dc9977d658c2992765236cdaa"
2302+
integrity sha512-fRgiDsPjEwlWEKfIRCu3XeE5IdYZ0x4I4K2tcpyrYOjuW5re6kYXjuMi1IVBZ90PBb+13XApIUJ+QBfptn+SEA==
23032303
dependencies:
23042304
"@rollup/plugin-babel" "5.2.1"
23052305
"@rollup/plugin-commonjs" "20.0.0"
@@ -2375,6 +2375,11 @@ caniuse-lite@^1.0.30001254, caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.300012
23752375
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz#d753bf6444ed401eb503cbbe17aa3e1451b5a68c"
23762376
integrity sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==
23772377

2378+
caniuse-lite@^1.0.30001286:
2379+
version "1.0.30001294"
2380+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz#4849f27b101fd59ddee3751598c663801032533d"
2381+
integrity sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g==
2382+
23782383
chalk@^1.0.0, chalk@^1.1.3:
23792384
version "1.1.3"
23802385
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"

0 commit comments

Comments
 (0)