Skip to content

Commit

Permalink
build(deps): bump @tauri-apps/plugin-autostart
Browse files Browse the repository at this point in the history
Bumps @tauri-apps/plugin-autostart from 2.0.0-alpha.2 to 2.0.0-alpha.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent ed1f38a commit d78b7fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@pomatez/shareables": "*",
"@tauri-apps/api": "2.0.0-alpha.11",
"@tauri-apps/plugin-autostart": "2.0.0-alpha.2",
"@tauri-apps/plugin-autostart": "2.0.0-alpha.3",
"@tauri-apps/plugin-global-shortcut": "2.0.0-alpha.2",
"@tauri-apps/plugin-shell": "^2.0.0-alpha.3",
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3730,12 +3730,12 @@
"@tauri-apps/cli-win32-ia32-msvc" "2.0.0-alpha.17"
"@tauri-apps/cli-win32-x64-msvc" "2.0.0-alpha.17"

"@tauri-apps/[email protected].2":
version "2.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-autostart/-/plugin-autostart-2.0.0-alpha.2.tgz#adbf3b564d75b996f12cadce98a729d5d83d418b"
integrity sha512-BDdnmiQwOtQkFpubGL+QaZbYo71cQRCcbC5vBmlxrNXn/J4WfyJ7yoU8cvaMemWTbeVsUOcFP0lKsYffXi+t3g==
"@tauri-apps/[email protected].3":
version "2.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-autostart/-/plugin-autostart-2.0.0-alpha.3.tgz#4f7f2f9b2a1b746ff2e55e80f1868b9db91da692"
integrity sha512-FWXMun68YPs+czGj063B/R2ItK0lFAHz08GCY8Ez1v5qGfq48MqBVF6EB5AHqQ73Wyq3+RGgDTyxuRFzBnXr6A==
dependencies:
"@tauri-apps/api" "2.0.0-alpha.9"
"@tauri-apps/api" "2.0.0-alpha.11"

"@tauri-apps/[email protected]":
version "2.0.0-alpha.2"
Expand Down Expand Up @@ -14930,10 +14930,10 @@ react-dom@^16.14.0:
prop-types "^15.6.2"
scheduler "^0.19.1"

react-error-overlay@^6.0.11:
version "6.0.11"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
react-error-overlay@6.0.9, react-error-overlay@^6.0.11:
version "6.0.9"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==

react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
version "16.13.1"
Expand Down

0 comments on commit d78b7fb

Please sign in to comment.