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
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:
parent
fc6af60495
commit
093efbd200
2
package-lock.json
generated
2
package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@tauri-apps/api": "^2.11.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.7.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",
|
||||
"clsx": "^2",
|
||||
"lucide-react": "latest",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"@tauri-apps/api": "^2.11.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.7.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",
|
||||
"clsx": "^2",
|
||||
"lucide-react": "latest",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user