chore(deps-dev): bump rollup-plugin-typescript2 from 0.27.2 to 0.27.3

Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.2 to 0.27.3.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.2...0.27.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-28 05:08:36 +00:00
committed by GitHub
parent 993055e08b
commit ee35470dd7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11570,9 +11570,9 @@
}
},
"rollup-plugin-typescript2": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.2.tgz",
"integrity": "sha512-zarMH2F8oT/NO6p20gl/jkts+WxyzOlhOIUwUU/EDx5e6ewdDPS/flwLj5XFuijUCr64bZwqKuRVwCPdXXYefQ==",
"version": "0.27.3",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.3.tgz",
"integrity": "sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.1.0",

View File

@@ -63,7 +63,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-typescript2": "^0.27.3",
"rollup-plugin-uglify": "^6.0.4",
"start-server-and-test": "^1.11.4",
"typescript": "^4.0.3"