From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 05:18:56 +0000 (+0000) Subject: chore(deps-dev): bump @rollup/plugin-alias from 2.2.0 to 3.0.0 X-Git-Tag: 0.0.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c4116d6361a510095e494c5fd2d27cf82147d8;p=thirdparty%2Fvuejs%2Fpinia.git chore(deps-dev): bump @rollup/plugin-alias from 2.2.0 to 3.0.0 Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/alias-v2.2.0...wasm-v3.0.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index b485b170..4926a8e5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "keywords": [], "license": "MIT", "devDependencies": { - "@rollup/plugin-alias": "^2.2.0", + "@rollup/plugin-alias": "^3.0.0", "@rollup/plugin-replace": "^2.2.1", "@types/jest": "^24.0.18", "@typescript-eslint/eslint-plugin": "^2.10.0", diff --git a/yarn.lock b/yarn.lock index 94749448..49671763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -299,10 +299,10 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== -"@rollup/plugin-alias@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-2.2.0.tgz#3ac52ece8b39583249884adb90fb316484389fe5" - integrity sha512-//6zmlHGbmousaatu4pBlC61gqZykLbH0c2GESBO4JgK5xFZgb/ih0zlg/5/BmTAczX5R/xsHRnsYsu4KyHV5w== +"@rollup/plugin-alias@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.0.0.tgz#3ac4952d05d5a700b0d918b18f312db0aa2b006f" + integrity sha512-MYlgCptgl/VgyMvqkqn/XxYMph6xv83cdgj6aKQHjFnhVFXn1N/IJfrSdgQAxRFqfHUCZyTxEPlHfmlgRzTG1w== dependencies: slash "^3.0.0"