Merge pull request #421 from jdalrymple/greenkeeper/rollup-plugin-typescript2-0.23.0

Update rollup-plugin-typescript2 to the latest version 🚀
This commit is contained in:
Justin Dalrymple 2019-08-23 10:29:40 -04:00 committed by GitHub
commit b24a3f2e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13983,9 +13983,9 @@
}
},
"rollup-plugin-typescript2": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.22.1.tgz",
"integrity": "sha512-SQEHr1s0kDWrNV3UKySZtYKFIcWCJh2PQ4ZtLNj18pf50SrxeRDlUksOOeLPyodJ7bVLaKwWDbiobF2a6gfKyg==",
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.23.0.tgz",
"integrity": "sha512-LocTdy/rtp7UVoQcxqO3nIDjuI6AhfmiO/iNTx0k3uGRGPFQzlAyw5hEFNMpAT2tlpoGqawRnOT9OCePuwfZ5w==",
"dev": true,
"requires": {
"fs-extra": "8.1.0",

View File

@ -45,7 +45,7 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.22.1",
"rollup-plugin-typescript2": "^0.23.0",
"semantic-release": "^15.13.24",
"ts-jest": "24.0.2",
"tslint": "5.19.0",