Merge pull request #11 from yume-chan/renovate/rollup-plugin-typescript-4.x

chore(deps): update dependency @rollup/plugin-typescript to v4
This commit is contained in:
Simon Chan 2020-05-19 15:56:02 +08:00 committed by GitHub
commit 531d76dee8
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

@ -39,9 +39,9 @@
}
},
"@rollup/plugin-typescript": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-3.0.0.tgz",
"integrity": "sha512-O6915Ril3+Q0B4P898PULAcPFZfPuatEB/4nox7bnK48ekGrmamMYhMB5tOqWjihEWrw4oz/NL+c+/kS3Fk95g==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-4.1.1.tgz",
"integrity": "sha512-KYZCn1Iw9hZWkeEPqPs5YjlmvSjR7UdezVca8z0e8rm/29wU24UD9Y4IZHhnc9tm749hzsgBTiOUxA85gfShEQ==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.0.1",

View file

@ -21,7 +21,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "11.0.1",
"@rollup/plugin-node-resolve": "7.0.0",
"@rollup/plugin-typescript": "3.0.0",
"@rollup/plugin-typescript": "4.1.1",
"@types/w3c-web-usb": "1.0.4",
"http-server": "0.12.1",
"rollup": "2.10.4",