From c27c985dce5e7dbdc69ffbcefe0b2c896b8e0e29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:05:12 +0000 Subject: [PATCH] Bump rollup-plugin-typescript2 from 0.26.0 to 0.27.3 Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.26.0 to 0.27.3. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.26.0...0.27.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e228202..bf85bba 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-peer-deps-external": "^2.2.2", "rollup-plugin-terser": "^5.2.0", - "rollup-plugin-typescript2": "^0.26.0" + "rollup-plugin-typescript2": "^0.27.3" } }