Bump @tauri-apps/api from 1.0.0-rc.4 to 1.0.0-rc.5 (#6)

Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.0.0-rc.4 to 1.0.0-rc.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/v1.0.0-rc.4...v1.0.0-rc.5)

---
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>
This commit is contained in:
dependabot[bot] 2022-05-08 12:48:09 +05:30 committed by GitHub
parent dcaa62dcd1
commit bbee4890f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.8.2",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.4"
"@tauri-apps/api": "^1.0.0-rc.5"
},
"devDependencies": {
"@actions/github": "^5.0.0",
@ -174,9 +174,9 @@
}
},
"node_modules/@tauri-apps/api": {
"version": "1.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.0.0-rc.4.tgz",
"integrity": "sha512-1HaUsx8+TzFHDoQ+Mmd6RWaMsPyZlurQHgACDt+il5e/ui6pDkumVXaS92SnY5XOcS4gBC0BkgjVfkWgcm/Oww==",
"version": "1.0.0-rc.5",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.0.0-rc.5.tgz",
"integrity": "sha512-IiQg7pLByl/W3KRx9Whn1EWh9ZrBojkl9FAgCRJ4//e58var1WmNPHA92YC0i0DLSIF0JLLp0EQKRHJa+aaqlQ==",
"dependencies": {
"type-fest": "2.12.2"
},
@ -675,9 +675,9 @@
}
},
"@tauri-apps/api": {
"version": "1.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.0.0-rc.4.tgz",
"integrity": "sha512-1HaUsx8+TzFHDoQ+Mmd6RWaMsPyZlurQHgACDt+il5e/ui6pDkumVXaS92SnY5XOcS4gBC0BkgjVfkWgcm/Oww==",
"version": "1.0.0-rc.5",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-1.0.0-rc.5.tgz",
"integrity": "sha512-IiQg7pLByl/W3KRx9Whn1EWh9ZrBojkl9FAgCRJ4//e58var1WmNPHA92YC0i0DLSIF0JLLp0EQKRHJa+aaqlQ==",
"requires": {
"type-fest": "2.12.2"
}

View file

@ -15,7 +15,7 @@
"author": "Ajay Bura",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.4"
"@tauri-apps/api": "^1.0.0-rc.5"
},
"devDependencies": {
"@actions/github": "^5.0.0",