Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update dependency @tauri-apps/api to v1.0.0-rc.1 (#1170)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | dependencies | patch | [`1.0.0-beta.8` -> `1.0.0-rc.1`](https://renovatebot.com/diffs/npm/@tauri-apps%2fapi/1.0.0-beta.8/1.0.0-rc.1) |

---

### Release Notes

<details>
<summary>tauri-apps/tauri</summary>

### [`v1.0.0-rc.1`](tauri-apps/tauri@v1.0.0-rc.0...v1.0.0-rc.1)

[Compare Source](tauri-apps/tauri@v1.0.0-rc.0...v1.0.0-rc.1)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1170
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
3 people committed Feb 15, 2022
1 parent b0a1b4c commit 3d2f49a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ngxs/form-plugin": "3.7.3",
"@ngxs/storage-plugin": "3.7.3",
"@ngxs/store": "3.7.3",
"@tauri-apps/api": "1.0.0-beta.8",
"@tauri-apps/api": "1.0.0-rc.1",
"rxjs": "7.5.2",
"tslib": "2.3.1",
"zone.js": "0.11.4"
Expand Down
15 changes: 11 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1680,10 +1680,12 @@
dependencies:
defer-to-connect "^2.0.0"

"@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==
"@tauri-apps/api@1.0.0-rc.1":
version "1.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.0.0-rc.1.tgz#ce26a0fe30d8980a4682d50015eec28ed4a23c1e"
integrity sha512-VBUOmfT8ea02JB/Qr+FHeaLnug5BRA7ro2pX47q0GZCbZsU9b+iPnOXl0ShJwT0melR7B6iamyhDwkHStMVfQA==
dependencies:
type-fest "2.11.2"

"@tauri-apps/cli@1.0.0-beta.10":
version "1.0.0-beta.10"
Expand Down Expand Up @@ -9440,6 +9442,11 @@ type-check@^0.4.0, type-check@~0.4.0:
dependencies:
prelude-ls "^1.2.1"

type-fest@2.11.2:
version "2.11.2"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.11.2.tgz#5534a919858bc517492cd3a53a673835a76d2e71"
integrity sha512-reW2Y2Mpn0QNA/5fvtm5doROLwDPu2zOm5RtY7xQQS05Q7xgC8MOZ3yPNaP9m/s/sNjjFQtHo7VCNqYW2iI+Ig==

type-fest@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
Expand Down

0 comments on commit 3d2f49a

Please sign in to comment.