chore(deps) Update dependency @rollup/plugin-typescript to v5 (#734)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot]
2020-07-02 19:14:50 -03:00
committed by GitHub
parent a5e7249178
commit c59eebbced
2 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-sucrase": "3.1.0",
"@rollup/plugin-typescript": "4.1.2",
"@rollup/plugin-typescript": "5.0.1",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.1",
"@types/http-proxy": "1.17.4",

View File

@@ -1325,10 +1325,10 @@
"@rollup/pluginutils" "^3.0.1"
sucrase "^3.10.1"
"@rollup/plugin-typescript@4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-4.1.2.tgz#6f910430276ae3e53a47a12ad65820627e7b6ad9"
integrity sha512-+7UlGat/99e2JbmGNnIauxwEhYLwrL7adO/tSJxUN57xrrS3Ps+ZzYpLCDGPZJ57j+ZJTZLLN89KXW9JMEB+jg==
"@rollup/plugin-typescript@5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-5.0.1.tgz#af1cb238e4821e9e371cb00b10a7f61f282fca5b"
integrity sha512-r2rfyh7dFfqHwxkITM/I9sW+rkx66/ycr12msvZliU6AX1plIcRq4lU9crcQbcSjMr7T9ONWM6pAwsBiNAYW8g==
dependencies:
"@rollup/pluginutils" "^3.0.1"
resolve "^1.14.1"