From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 04:50:23 +0000 (+0000) Subject: build(deps-dev): bump rollup-plugin-typescript2 from 0.24.1 to 0.24.2 X-Git-Tag: v4.0.0-alpha.0~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666c90db640331d625bbe7e09bd660ea3536bb83;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump rollup-plugin-typescript2 from 0.24.1 to 0.24.2 Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.24.1...0.24.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index fe26d222..a60759b0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^5.1.2", - "rollup-plugin-typescript2": "^0.24.1", + "rollup-plugin-typescript2": "^0.24.2", "ts-jest": "^24.1.0", "ts-loader": "^6.1.0", "ts-node": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index 3a8655a8..9eff0d79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5370,10 +5370,10 @@ rollup-plugin-terser@^5.1.2: serialize-javascript "^1.7.0" terser "^4.1.0" -rollup-plugin-typescript2@^0.24.1: - version "0.24.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.24.1.tgz#6b6bd4c4dcfc7575af68b16f921a13ad32f68f47" - integrity sha512-n3vgzHSNWN45w1Z/2BcpCPgrCLUUCS/GqQJJ780vA3/ULuXqyHbP+7CMBhWA/WL7LV55sMbMT55s7cwIvbRXsg== +rollup-plugin-typescript2@^0.24.2: + version "0.24.2" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.24.2.tgz#832d52b2e9c0355f310e0145b2fb05a349c8414f" + integrity sha512-teMsD+jxRXj0voIEoyy1xAkQceBcM+cRsCZ0srrlq5ZM8kXvoVh7AMxDYC3I6QRTpJ2RAP03AyMtYmkf0ndoxA== dependencies: find-cache-dir "^3.0.0" fs-extra "8.1.0"