Skip to content

Commit

Permalink
Bump @tauri-apps/plugin-http from 2.0.0-beta.8 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [@tauri-apps/plugin-http](https://github.com/tauri-apps/plugins-workspace) from 2.0.0-beta.8 to 2.0.0.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-beta.8...fs-v2.0.0)

---
updated-dependencies:
- dependency-name: "@tauri-apps/plugin-http"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 82b8c38 commit 9a674d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tauri-apps/api": "^2.0.0-rc.5",
"@tauri-apps/plugin-app": "^2.0.0-alpha",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.7",
"@tauri-apps/plugin-http": "^2.0.0-beta.8",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-window": "^2.0.0-alpha",
"framer-motion": "^11.3.8",
"hls-video-element": "^1.2.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.0.0-beta.15.tgz#41d5fbeaccf3926b6f9f3f9fb5137ba2e272e5c1"
integrity sha512-H9w6iISmR+NvH4XuyCZB4zDN10tf9RFt6i/9JHEjaRhAowdAaJ+oiXq/3kedizNClHMtbTQ5j0oqDVPkZDAI8g==

"@tauri-apps/api@^2.0.0-rc.5":
version "2.0.0-rc.5"
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.0.0-rc.5.tgz#9e790680f5cf691b0ae4c25c4de6696f340df401"
integrity sha512-JWs69pE9NsQdcqTpEVBepAZ08+jgQWuthIiTiaWRq/YlCLgnqq0KfC9sDem55uJ0YpgsytZuyj+m6b6q8oiD2g==
"@tauri-apps/api@^2.0.0", "@tauri-apps/api@^2.0.0-rc.5":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.0.2.tgz#266767f4a4641014e86a000e7e02e1a344ced45a"
integrity sha512-3wSwmG+1kr6WrgAFKK5ijkNFPp8TT3FLj3YHUb5EwMO+3FxX4uWlfSWkeeBy+Kc1RsKzugtYLuuya+98Flj+3w==

"@tauri-apps/[email protected]":
version "2.0.0-rc.15"
Expand Down Expand Up @@ -805,12 +805,12 @@
dependencies:
"@tauri-apps/api" "2.0.0-beta.15"

"@tauri-apps/plugin-http@^2.0.0-beta.8":
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-http/-/plugin-http-2.0.0-beta.8.tgz#3472b6b825edef40691f482dbd60766b99844379"
integrity sha512-FhZP4WtS1o69Mn7z2RpNIdVS+2nPqmXyz6LhqweuP1FTjgTVraVxIfGLQCOMLpEUwo8zWY2uChllolV6WGYZ/A==
"@tauri-apps/plugin-http@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-http/-/plugin-http-2.0.0.tgz#d1a7792cd53b4d420c3dfc751d3b148c9a4288ef"
integrity sha512-UfKAICL25ayluV/SjiEQujz8q/2uyAzp3u9uaHFkaIyKS5usBL8DoqSwi4eKz2mEjkbxTwldhDEXG4CEfTE0JQ==
dependencies:
"@tauri-apps/api" "2.0.0-beta.15"
"@tauri-apps/api" "^2.0.0"

"@tauri-apps/plugin-window@^2.0.0-alpha":
version "2.0.0-alpha.1"
Expand Down

0 comments on commit 9a674d3

Please sign in to comment.