Skip to content

Commit b8aefd0

Browse files
committed
Update dependency rollup-plugin-babel to v4
1 parent fdee576 commit b8aefd0

File tree

2 files changed

+40
-17
lines changed

2 files changed

+40
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"babel-core": "6.26.0",
1717
"babel-plugin-inferno": "5.0.1",
1818
"rollup": "0.57.1",
19-
"rollup-plugin-babel": "3.0.3",
19+
"rollup-plugin-babel": "4.3.2",
2020
"rollup-plugin-typescript2": "0.12.0",
2121
"typescript": "2.8.1"
2222
},

yarn.lock

Lines changed: 39 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
# yarn lockfile v1
33

44

5+
"@babel/helper-module-imports@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
8+
dependencies:
9+
"@babel/types" "^7.0.0"
10+
11+
"@babel/types@^7.0.0":
12+
version "7.2.2"
13+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
14+
dependencies:
15+
esutils "^2.0.2"
16+
lodash "^4.17.10"
17+
to-fast-properties "^2.0.0"
18+
519
"@types/acorn@^4.0.3":
620
version "4.0.3"
721
resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.3.tgz#d1f3e738dde52536f9aad3d3380d14e448820afd"
@@ -267,14 +281,14 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
267281
version "1.0.5"
268282
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
269283

270-
estree-walker@^0.2.1:
271-
version "0.2.1"
272-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e"
273-
274284
estree-walker@^0.3.0:
275285
version "0.3.1"
276286
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.3.1.tgz#e6b1a51cf7292524e7237c312e5fe6660c1ce1aa"
277287

288+
estree-walker@^0.5.2:
289+
version "0.5.2"
290+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
291+
278292
esutils@^2.0.2:
279293
version "2.0.2"
280294
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
@@ -541,6 +555,10 @@ locate-character@^2.0.5:
541555
version "2.0.5"
542556
resolved "https://registry.yarnpkg.com/locate-character/-/locate-character-2.0.5.tgz#f2d2614d49820ecb3c92d80d193b8db755f74c0f"
543557

558+
lodash@^4.17.10:
559+
version "4.17.11"
560+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
561+
544562
lodash@^4.17.4, lodash@^4.3.0:
545563
version "4.17.5"
546564
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -573,7 +591,7 @@ mimic-fn@^1.0.0:
573591
version "1.2.0"
574592
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
575593

576-
minimatch@^3.0.2, minimatch@^3.0.4:
594+
minimatch@^3.0.4:
577595
version "3.0.4"
578596
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
579597
dependencies:
@@ -773,11 +791,12 @@ restore-cursor@^2.0.0:
773791
onetime "^2.0.0"
774792
signal-exit "^3.0.2"
775793

776-
rollup-plugin-babel@3.0.3:
777-
version "3.0.3"
778-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-3.0.3.tgz#63adedc863130327512a4a9006efc2241c5b7c15"
794+
rollup-plugin-babel@4.3.2:
795+
version "4.3.2"
796+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.3.2.tgz#8c0e1bd7aa9826e90769cf76895007098ffd1413"
779797
dependencies:
780-
rollup-pluginutils "^1.5.0"
798+
"@babel/helper-module-imports" "^7.0.0"
799+
rollup-pluginutils "^2.3.0"
781800

782801
783802
version "0.12.0"
@@ -788,20 +807,20 @@ [email protected]:
788807
rollup-pluginutils "^2.0.1"
789808
tslib "^1.9.0"
790809

791-
rollup-pluginutils@^1.5.0:
792-
version "1.5.2"
793-
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408"
794-
dependencies:
795-
estree-walker "^0.2.1"
796-
minimatch "^3.0.2"
797-
798810
rollup-pluginutils@^2.0.1:
799811
version "2.0.1"
800812
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.0.1.tgz#7ec95b3573f6543a46a6461bd9a7c544525d0fc0"
801813
dependencies:
802814
estree-walker "^0.3.0"
803815
micromatch "^2.3.11"
804816

817+
rollup-pluginutils@^2.3.0:
818+
version "2.3.3"
819+
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
820+
dependencies:
821+
estree-walker "^0.5.2"
822+
micromatch "^2.3.11"
823+
805824
806825
version "0.57.1"
807826
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.57.1.tgz#0bb28be6151d253f67cf4a00fea48fb823c74027"
@@ -891,6 +910,10 @@ to-fast-properties@^1.0.3:
891910
version "1.0.3"
892911
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
893912

913+
to-fast-properties@^2.0.0:
914+
version "2.0.0"
915+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
916+
894917
trim-right@^1.0.1:
895918
version "1.0.1"
896919
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

0 commit comments

Comments
 (0)