Skip to content

Commit 5c6a629

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency rollup-plugin-babel to v4 (#21)
1 parent 58221e2 commit 5c6a629

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"jest-environment-node": "^22.4.3",
7777
"regenerator-runtime": "^0.13.1",
7878
"rollup": "^0.67.3",
79-
"rollup-plugin-babel": "^3.0.7",
79+
"rollup-plugin-babel": "^4.0.3",
8080
"rollup-plugin-commonjs": "^9.2.0",
8181
"rollup-plugin-node-resolve": "^3.4.0",
8282
"rollup-plugin-uglify": "^6.0.0"

yarn.lock

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
dependencies:
3737
"@babel/types" "^7.0.0"
3838

39+
"@babel/helper-module-imports@^7.0.0":
40+
version "7.0.0"
41+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
42+
integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
43+
dependencies:
44+
"@babel/types" "^7.0.0"
45+
3946
"@babel/helper-split-export-declaration@^7.0.0":
4047
version "7.0.0"
4148
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
@@ -2122,11 +2129,6 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
21222129
resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
21232130
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=
21242131

2125-
estree-walker@^0.2.1:
2126-
version "0.2.1"
2127-
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e"
2128-
integrity sha1-va/oCVOD2EFNXcLs9MkXO225QS4=
2129-
21302132
estree-walker@^0.5.2:
21312133
version "0.5.2"
21322134
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-0.5.2.tgz#d3850be7529c9580d815600b53126515e146dd39"
@@ -3971,7 +3973,7 @@ mimic-fn@^1.0.0:
39713973
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
39723974
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
39733975

3974-
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
3976+
minimatch@^3.0.3, minimatch@^3.0.4:
39753977
version "3.0.4"
39763978
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
39773979
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -4921,12 +4923,13 @@ rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@~2.6.2:
49214923
dependencies:
49224924
glob "^7.0.5"
49234925

4924-
rollup-plugin-babel@^3.0.7:
4925-
version "3.0.7"
4926-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-3.0.7.tgz#5b13611f1ab8922497e9d15197ae5d8a23fe3b1e"
4927-
integrity sha512-bVe2y0z/V5Ax1qU8NX/0idmzIwJPdUGu8Xx3vXH73h0yGjxfv2gkFI82MBVg49SlsFlLTBadBHb67zy4TWM3hA==
4926+
rollup-plugin-babel@^4.0.3:
4927+
version "4.0.3"
4928+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
4929+
integrity sha512-/PP0MgbPQyRywI4zRIJim6ySjTcOLo4kQbEbROqp9kOR3kHC3FeU++QpBDZhS2BcHtJTVZMVbBV46flbBN5zxQ==
49284930
dependencies:
4929-
rollup-pluginutils "^1.5.0"
4931+
"@babel/helper-module-imports" "^7.0.0"
4932+
rollup-pluginutils "^2.3.0"
49304933

49314934
rollup-plugin-commonjs@^9.2.0:
49324935
version "9.2.0"
@@ -4957,17 +4960,9 @@ rollup-plugin-uglify@^6.0.0:
49574960
serialize-javascript "^1.5.0"
49584961
uglify-js "^3.4.9"
49594962

4960-
rollup-pluginutils@^1.5.0:
4961-
version "1.5.2"
4962-
resolved "http://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408"
4963-
integrity sha1-HhVud4+UtyVb+hs9AXi+j1xVJAg=
4964-
dependencies:
4965-
estree-walker "^0.2.1"
4966-
minimatch "^3.0.2"
4967-
4968-
rollup-pluginutils@^2.3.3:
4963+
rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3:
49694964
version "2.3.3"
4970-
resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
4965+
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
49714966
integrity sha512-2XZwja7b6P5q4RZ5FhyX1+f46xi1Z3qBKigLRZ6VTZjwbN0K1IFGMlwm06Uu0Emcre2Z63l77nq/pzn+KxIEoA==
49724967
dependencies:
49734968
estree-walker "^0.5.2"

0 commit comments

Comments
 (0)