diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-10 11:23:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 11:23:31 +0200 |
commit | 2774bfe90562ff30732ba179504131194c129867 (patch) | |
tree | 8c973a5adb5d6bbde46acc7c5b100500d9f3d5b0 /package.json | |
parent | 1ebefbb4453271e0229f216ac769ed6d4ec407de (diff) | |
download | FlightCore-2774bfe90562ff30732ba179504131194c129867.tar.gz FlightCore-2774bfe90562ff30732ba179504131194c129867.zip |
chore: Bump tauri version (#604)
* chore: bump tauri-build from 1.4.1 to 1.5.0 in /src-tauri
Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.4.1...tauri-build-v1.5)
---
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: bump tauri from 1.4.1 to 1.5.1 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.4.1...tauri-v1.5.1)
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: bump @tauri-apps/api from 1.4.0 to 1.5.0
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.4...@tauri-apps/api-v1.5.0)
---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: bump @tauri-apps/cli from 1.4.0 to 1.5.2
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.4.0 to 1.5.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.4.0...@tauri-apps/cli-v1.5.2)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 27094072..7075ea4f 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "tauri": "tauri" }, "dependencies": { - "@tauri-apps/api": "^1.4.0" + "@tauri-apps/api": "^1.5.0" }, "devDependencies": { - "@tauri-apps/cli": "^1.4.0" + "@tauri-apps/cli": "^1.5.2" } } |