From: Eduardo San Martin Morote Date: Fri, 12 Jun 2020 12:10:10 +0000 (+0200) Subject: chore: up rollup dep X-Git-Tag: v4.0.0-alpha.13~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a303c0d98553beb622d91967830921f77091fa;p=thirdparty%2Fvuejs%2Frouter.git chore: up rollup dep --- diff --git a/package.json b/package.json index e576b576..a9cb25af 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@microsoft/api-documenter": "^7.8.10", "@microsoft/api-extractor": "^7.8.1", "@rollup/plugin-alias": "^3.1.1", - "@rollup/plugin-commonjs": "^12.0.0", + "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-node-resolve": "^8.0.1", "@rollup/plugin-replace": "^2.3.3", "@size-limit/preset-small-lib": "^4.4.5", diff --git a/yarn.lock b/yarn.lock index 512d5417..f0d03426 100644 --- a/yarn.lock +++ b/yarn.lock @@ -553,10 +553,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-commonjs@^12.0.0": - version "12.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-12.0.0.tgz#e2f308ae6057499e0f413f878fff7c3a0fdc02a1" - integrity sha512-8+mDQt1QUmN+4Y9D3yCG8AJNewuTSLYPJVzKKUZ+lGeQrI+bV12Tc5HCyt2WdlnG6ihIL/DPbKRJlB40DX40mw== +"@rollup/plugin-commonjs@^13.0.0": + version "13.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.0.tgz#8a1d684ba6848afe8b9e3d85649d4b2f6f7217ec" + integrity sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw== dependencies: "@rollup/pluginutils" "^3.0.8" commondir "^1.0.1"