From 3ce0b4473edc014d5603e6d8a1f1e93933ded4e4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 18 Jan 2019 07:54:13 -0500 Subject: [PATCH] =?UTF-8?q?Update=20rollup-plugin-babel-minify=20to=20the?= =?UTF-8?q?=20latest=20version=20=F0=9F=9A=80=20(#325)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update rollup-plugin-babel-minify to version 7.0.0 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 663b5a3f2..d225f010b 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "replace": "^1.0.1", "rollup": "^1.1.0", "rollup-plugin-babel": "^4.3.0", - "rollup-plugin-babel-minify": "^6.2.0", + "rollup-plugin-babel-minify": "^7.0.0", "rollup-plugin-browsersync": "^1.0.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-css-only": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index ae2235e0e..be4864622 100644 --- a/yarn.lock +++ b/yarn.lock @@ -317,6 +317,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" +"@babel/plugin-syntax-dynamic-import@^7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612" + integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-json-strings@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470" @@ -8242,12 +8249,13 @@ rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@~2.6.2: dependencies: glob "^7.1.3" -rollup-plugin-babel-minify@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-babel-minify/-/rollup-plugin-babel-minify-6.2.0.tgz#d101fa6c1ff79c67b2af91632a87284bf1bd7f8b" - integrity sha512-Ahil4nyB97OSoMTqm8qDyuL8e3NU1juDDdTC3Tuy00DvCLJmuX7OVrfEhGVJtguh/D1aO2t/2pe59/dzT/k4mw== +rollup-plugin-babel-minify@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-babel-minify/-/rollup-plugin-babel-minify-7.0.0.tgz#658462d7aec0e83971816eff36338aad81ac15f3" + integrity sha512-ExLkt1yo1iNXVADxF/pq27/gk7mbGXhMUJybvUHDAw0Qw6F+Th7oWiuOsPcz+ylbmvmRu4l0/V3w1rdJuIT80Q== dependencies: "@babel/core" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.2.0" "@comandeer/babel-plugin-banner" "^4.0.0" babel-preset-minify "^0.5.0" sourcemap-codec "^1.4.3"