Merge pull request #654 from wbkd/dependabot/npm_and_yarn/main/rollup-plugin-typescript2-0.29.0

chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
This commit is contained in:
Christopher Möller
2020-11-03 17:46:02 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7519,9 +7519,9 @@
}
},
"rollup-plugin-typescript2": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.28.0.tgz",
"integrity": "sha512-kk+146r8LfvsscytH94W1zgKrNx2anvC5AQReBtkE8WowBWuoFCIFoULUrC+DI5Ga4zVrCaBk6MUq3GZGTcLnQ==",
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz",
"integrity": "sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.1.0",
+1 -1
View File
@@ -61,7 +61,7 @@
"rollup": "^2.33.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-typescript2": "^0.28.0",
"rollup-plugin-typescript2": "^0.29.0",
"start-server-and-test": "^1.11.5",
"typescript": "^4.0.5"
},