Skip to content

Commit f8d7feb

Browse files
authored
Merge pull request #65 from FormidableLabs/bugfix/upgrade-buble
Upgrade buble to 0.19.3
2 parents 65ca14e + 341894d commit f8d7feb

4 files changed

Lines changed: 47 additions & 31 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
.DS_Store
66
bundle-stats.html
77
.next
8+
.out

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"license": "MIT",
1010
"scripts": {
1111
"storybook": "start-storybook -p 9001 -c .storybook",
12+
"storybook:build": "build-storybook -c .storybook -o .out",
1213
"prebuild:lib": "rm -rf lib/*",
1314
"build": "rollup -c",
1415
"prepublishOnly": "npm run build",
1516
"test": "jest",
1617
"test:typings": "typings-tester --dir typings"
1718
},
1819
"dependencies": {
19-
"buble": "^0.18.0",
20+
"buble": "^0.19.3",
2021
"core-js": "^2.4.1",
2122
"dom-iterator": "^1.0.0",
2223
"prismjs": "^1.6.0",

src/utils/transpile/transform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { transform as _transform } from 'buble/dist/buble.deps'
1+
import { transform as _transform } from 'buble'
22
import assign from 'core-js/fn/object/assign'
33

44
export const _poly = { assign }

yarn.lock

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -236,27 +236,23 @@ acorn-dynamic-import@^2.0.0:
236236
dependencies:
237237
acorn "^4.0.3"
238238

239+
acorn-dynamic-import@^3.0.0:
240+
version "3.0.0"
241+
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz#901ceee4c7faaef7e07ad2a47e890675da50a278"
242+
dependencies:
243+
acorn "^5.0.0"
244+
239245
acorn-globals@^4.1.0:
240246
version "4.1.0"
241247
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.1.0.tgz#ab716025dbe17c54d3ef81d32ece2b2d99fe2538"
242248
dependencies:
243249
acorn "^5.0.0"
244250

245-
acorn-jsx@^3.0.1:
246-
version "3.0.1"
247-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
248-
dependencies:
249-
acorn "^3.0.4"
250-
251-
acorn5-object-spread@^4.0.0:
252-
version "4.0.0"
253-
resolved "https://registry.yarnpkg.com/acorn5-object-spread/-/acorn5-object-spread-4.0.0.tgz#d5758081eed97121ab0be47e31caaef2aa399697"
251+
acorn-jsx@^4.1.1:
252+
version "4.1.1"
253+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
254254
dependencies:
255-
acorn "^5.1.2"
256-
257-
acorn@^3.0.4:
258-
version "3.3.0"
259-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
255+
acorn "^5.0.3"
260256

261257
acorn@^4.0.3:
262258
version "4.0.13"
@@ -266,9 +262,9 @@ acorn@^5.0.0, acorn@^5.2.1, acorn@^5.3.0:
266262
version "5.4.1"
267263
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102"
268264

269-
acorn@^5.1.2:
270-
version "5.3.0"
271-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"
265+
acorn@^5.0.3, acorn@^5.4.1:
266+
version "5.5.0"
267+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.0.tgz#1abb587fbf051f94e3de20e6b26ef910b1828298"
272268

273269
airbnb-js-shims@^1.4.0:
274270
version "1.4.1"
@@ -1950,18 +1946,18 @@ bser@^2.0.0:
19501946
dependencies:
19511947
node-int64 "^0.4.0"
19521948

1953-
buble@^0.18.0:
1954-
version "0.18.0"
1955-
resolved "https://registry.yarnpkg.com/buble/-/buble-0.18.0.tgz#63b338b8248c474b46fd3e3546560ae08d8abe91"
1949+
buble@^0.19.3:
1950+
version "0.19.3"
1951+
resolved "https://registry.yarnpkg.com/buble/-/buble-0.19.3.tgz#01e9412062cff1da6f20342b6ecd72e7bf699d02"
19561952
dependencies:
1957-
acorn "^5.1.2"
1958-
acorn-jsx "^3.0.1"
1959-
acorn5-object-spread "^4.0.0"
1960-
chalk "^2.1.0"
1953+
acorn "^5.4.1"
1954+
acorn-dynamic-import "^3.0.0"
1955+
acorn-jsx "^4.1.1"
1956+
chalk "^2.3.1"
19611957
magic-string "^0.22.4"
19621958
minimist "^1.2.0"
19631959
os-homedir "^1.0.1"
1964-
vlq "^0.2.2"
1960+
vlq "^1.0.0"
19651961

19661962
buffer-shims@^1.0.0:
19671963
version "1.0.0"
@@ -2078,14 +2074,22 @@ chalk@^1.1.0, chalk@^1.1.3:
20782074
strip-ansi "^3.0.0"
20792075
supports-color "^2.0.0"
20802076

2081-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
2077+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0:
20822078
version "2.3.0"
20832079
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
20842080
dependencies:
20852081
ansi-styles "^3.1.0"
20862082
escape-string-regexp "^1.0.5"
20872083
supports-color "^4.0.0"
20882084

2085+
chalk@^2.3.1:
2086+
version "2.3.1"
2087+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
2088+
dependencies:
2089+
ansi-styles "^3.2.0"
2090+
escape-string-regexp "^1.0.5"
2091+
supports-color "^5.2.0"
2092+
20892093
cheerio@^1.0.0-rc.2:
20902094
version "1.0.0-rc.2"
20912095
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.2.tgz#4b9f53a81b27e4d5dac31c0ffd0cfa03cc6830db"
@@ -3629,6 +3633,10 @@ has-flag@^2.0.0:
36293633
version "2.0.0"
36303634
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
36313635

3636+
has-flag@^3.0.0:
3637+
version "3.0.0"
3638+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
3639+
36323640
has-symbols@^1.0.0:
36333641
version "1.0.0"
36343642
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -6976,6 +6984,12 @@ supports-color@^5.1.0:
69766984
dependencies:
69776985
has-flag "^2.0.0"
69786986

6987+
supports-color@^5.2.0:
6988+
version "5.2.0"
6989+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.2.0.tgz#b0d5333b1184dd3666cbe5aa0b45c5ac7ac17a4a"
6990+
dependencies:
6991+
has-flag "^3.0.0"
6992+
69796993
svg-tag-names@^1.1.0:
69806994
version "1.1.1"
69816995
resolved "https://registry.yarnpkg.com/svg-tag-names/-/svg-tag-names-1.1.1.tgz#9641b29ef71025ee094c7043f7cdde7d99fbd50a"
@@ -7373,9 +7387,9 @@ vlq@^0.2.1:
73737387
version "0.2.1"
73747388
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.1.tgz#14439d711891e682535467f8587c5630e4222a6c"
73757389

7376-
vlq@^0.2.2:
7377-
version "0.2.3"
7378-
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26"
7390+
vlq@^1.0.0:
7391+
version "1.0.0"
7392+
resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.0.tgz#8101be90843422954c2b13eb27f2f3122bdcc806"
73797393

73807394
vm-browserify@0.0.4:
73817395
version "0.0.4"

0 commit comments

Comments
 (0)