mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* refactor: custom protocol (#2503) Co-authored-by: Lucas Nogueira <lucas@tauri.studio> * Apply Version Updates From Current Changes (#2513) Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> * fix(api): revert ES2021 target * Apply Version Updates From Current Changes (#2520) Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> * docs: webdriver guide (#2461) Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> * fix(core): `Notification.requestPermission()` deadlock regression * Update package.json Small typo in path.. * update lockfile [skip ci] Co-authored-by: david <david@lemarier.ca> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: chip <chip@chip.sh> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"svelte": "3.35.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "link:../../tooling/api/dist",
|
||||
"@tauri-apps/api": "../../tooling/api/dist",
|
||||
"hotkeys-js": "^3.8.5",
|
||||
"sirv-cli": "1.0.11"
|
||||
}
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
estree-walker "^1.0.1"
|
||||
picomatch "^2.2.2"
|
||||
|
||||
"@tauri-apps/api@link:../../tooling/api/dist":
|
||||
version "0.0.0"
|
||||
"@tauri-apps/api@../../tooling/api/dist":
|
||||
version "1.0.0-beta.7"
|
||||
|
||||
"@types/estree@*":
|
||||
version "0.0.46"
|
||||
|
||||
Reference in New Issue
Block a user