fix: package.lock.json for SharpEmu.CLI to match the other projects

This commit is contained in:
ParantezTech
2026-07-11 19:01:12 +03:00
parent c7c9645f5f
commit 9d8e5027f8
+5 -4
View File
@@ -4,9 +4,9 @@
"net10.0": { "net10.0": {
"Microsoft.NET.ILLink.Tasks": { "Microsoft.NET.ILLink.Tasks": {
"type": "Direct", "type": "Direct",
"requested": "[10.0.9, )", "requested": "[10.0.3, )",
"resolved": "10.0.9", "resolved": "10.0.3",
"contentHash": "4Iw41e2h7I4t70SJcX2GCmbyKJIlA273Cfm9RJMM050/3VBejGAG1KcthP5Z2L6SQcbfbf6BhNWO26+ZG+GzMg==" "contentHash": "0B6nZyCHWXnvmlB559oduOspVdNOnpNXPjhpWVMovLPAsDVG7A4jJR9rzECf67JUzxP8/ee/wA8clwIzJcWNFA=="
}, },
"Avalonia.Angle.Windows.Natives": { "Avalonia.Angle.Windows.Natives": {
"type": "Transitive", "type": "Transitive",
@@ -211,6 +211,7 @@
"Avalonia.Desktop": "[11.3.18, )", "Avalonia.Desktop": "[11.3.18, )",
"Avalonia.Fonts.Inter": "[11.3.18, )", "Avalonia.Fonts.Inter": "[11.3.18, )",
"Avalonia.Themes.Fluent": "[11.3.18, )", "Avalonia.Themes.Fluent": "[11.3.18, )",
"SharpEmu.Logging": "[1.0.0, )",
"Tmds.DBus.Protocol": "[0.21.3, )" "Tmds.DBus.Protocol": "[0.21.3, )"
} }
}, },
@@ -484,4 +485,4 @@
} }
} }
} }
} }