fix: pin plugin-stronghold npm version to match Rust crate (2.3.1)
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m35s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m35s
Test / rust-clippy (pull_request) Successful in 3m24s
Test / rust-tests (pull_request) Successful in 6m1s
PR Review Automation / review (pull_request) Successful in 7m21s

Address automated review finding: "^2" was overly permissive and
inconsistent with other plugin version pins added in this PR.
This commit is contained in:
Shaun Arman 2026-06-05 13:26:06 -05:00
parent fc6af60495
commit 093efbd200
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -11,7 +11,7 @@
"@tauri-apps/api": "^2.11.0", "@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1", "@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-stronghold": "^2", "@tauri-apps/plugin-stronghold": "^2.3.1",
"class-variance-authority": "^0.7", "class-variance-authority": "^0.7",
"clsx": "^2", "clsx": "^2",
"lucide-react": "latest", "lucide-react": "latest",

View File

@ -18,7 +18,7 @@
"@tauri-apps/api": "^2.11.0", "@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1", "@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-stronghold": "^2", "@tauri-apps/plugin-stronghold": "^2.3.1",
"class-variance-authority": "^0.7", "class-variance-authority": "^0.7",
"clsx": "^2", "clsx": "^2",
"lucide-react": "latest", "lucide-react": "latest",