diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-13 14:36:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 14:36:34 +0100 |
| commit | 69893f7cd4f3113448201cb3f304b60be9e86d61 (patch) | |
| tree | fc23437b22451aeb6754cc2a01be7eddd7f9d910 | |
| parent | chore(deps): bump debian (#2129) (diff) | |
| download | atuin-69893f7cd4f3113448201cb3f304b60be9e86d61.zip | |
chore(deps): bump @tauri-apps/api in /ui (#2130)
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 2.0.0-beta.7 to 2.0.0-beta.13.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.0.0-beta.7...@tauri-apps/api-v2.0.0-beta.13)
---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | ui/package.json | 2 | ||||
| -rw-r--r-- | ui/pnpm-lock.yaml | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/ui/package.json b/ui/package.json index ac26d55a..53b60318 100644 --- a/ui/package.json +++ b/ui/package.json @@ -18,7 +18,7 @@ "@tailwindcss/forms": "^0.5.7", "@tanstack/react-table": "^8.17.3", "@tanstack/react-virtual": "^3.5.1", - "@tauri-apps/api": "2.0.0-beta.7", + "@tauri-apps/api": "2.0.0-beta.13", "@tauri-apps/plugin-http": "2.0.0-beta.5", "@tauri-apps/plugin-sql": "2.0.0-beta.2", "class-variance-authority": "^0.7.0", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index d70592c9..e9b9edea 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -30,8 +30,8 @@ dependencies: specifier: ^3.5.1 version: 3.5.1(react-dom@18.3.1)(react@18.3.1) '@tauri-apps/api': - specifier: 2.0.0-beta.7 - version: 2.0.0-beta.7 + specifier: 2.0.0-beta.13 + version: 2.0.0-beta.13 '@tauri-apps/plugin-http': specifier: 2.0.0-beta.5 version: 2.0.0-beta.5 @@ -1470,11 +1470,6 @@ packages: engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} dev: false - /@tauri-apps/api@2.0.0-beta.7: - resolution: {integrity: sha512-cM7SJQP4DBkLLMOdybLFYUURWn/tng2FEdAnXlu42f3NhFxKL4KVeeQTkuwlgC7ePwwwvDSqiXGiF+dKOadY7w==} - engines: {node: '>= 18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} - dev: false - /@tauri-apps/cli-darwin-arm64@2.0.0-beta.20: resolution: {integrity: sha512-oCJOCib7GuYkwkBXx+ekamR8NZZU+2i3MLP+DHpDxK5gS2uhCE+CBkamJkNt6y1x6xdVnwyqZOm5RvN4SRtyIA==} engines: {node: '>= 10'} |
