From 9f03048a4177c4dbcb15ae614747afee40315696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:04:30 +0000 Subject: [PATCH] Bump rollup-plugin-typescript2 from 0.27.2 to 0.28.0 Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.2...0.28.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 425c9894..3cc22eb3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "rollup": "2.27.1", "rollup-plugin-node-builtins": "2.1.2", "rollup-plugin-node-globals": "1.4.0", - "rollup-plugin-typescript2": "0.27.2", + "rollup-plugin-typescript2": "0.28.0", "sinon": "9.0.3", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", diff --git a/yarn.lock b/yarn.lock index 9e3478d8..502c8821 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3278,10 +3278,10 @@ rollup-plugin-node-globals@1.4.0: process-es6 "^0.11.6" rollup-pluginutils "^2.3.1" -rollup-plugin-typescript2@0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.2.tgz#871a7f5d2a774f9cef50d25da868eec72acc2ed8" - integrity sha512-zarMH2F8oT/NO6p20gl/jkts+WxyzOlhOIUwUU/EDx5e6ewdDPS/flwLj5XFuijUCr64bZwqKuRVwCPdXXYefQ== +rollup-plugin-typescript2@0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.28.0.tgz#5638553655aa6735d18f2e5c09acaac481eb65eb" + integrity sha512-kk+146r8LfvsscytH94W1zgKrNx2anvC5AQReBtkE8WowBWuoFCIFoULUrC+DI5Ga4zVrCaBk6MUq3GZGTcLnQ== dependencies: "@rollup/pluginutils" "^3.1.0" find-cache-dir "^3.3.1"