fix(deps): pin dependencies

pull/85/head
Renovate Bot 4 years ago
parent 48ced06560
commit 7f8d25ed0c
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

@ -26,7 +26,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-beta.4",
"tslib": "^2.1.0"
"@tauri-apps/api": "1.0.0-beta.8",
"tslib": "2.3.1"
}
}

@ -52,7 +52,7 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"
"@tauri-apps/api@^1.0.0-beta.4":
"@tauri-apps/api@1.0.0-beta.8":
version "1.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.0.0-beta.8.tgz#a43dc4a4515148f29bfb616db85445b771e84f78"
integrity sha512-a56lXB7XvQ4+fKtT0pxpkjTSKhyrQ1Vmjyvt2ox3mT9xw3l7s8IOKHJ1WuqW6TA6xdoy3Cyja3Z3prw8hflS7g==
@ -285,7 +285,7 @@ terser@^5.0.0:
source-map "~0.7.2"
source-map-support "~0.5.20"
tslib@^2.1.0:
tslib@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

Loading…
Cancel
Save