chore(deps): update tauri to 2.0.0-rc.12 (#1785)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-15 11:36:23 -03:00
committed by GitHub
parent 6f3f66794a
commit fb85e5dd76
31 changed files with 4347 additions and 7422 deletions
+16 -32
View File
@@ -295,60 +295,44 @@
"type": "string",
"oneOf": [
{
"description": "allow-impact-feedback -> Enables the impact_feedback command without any pre-configured scope.",
"description": "Enables the impact_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-impact-feedback"
]
"const": "allow-impact-feedback"
},
{
"description": "deny-impact-feedback -> Denies the impact_feedback command without any pre-configured scope.",
"description": "Denies the impact_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-impact-feedback"
]
"const": "deny-impact-feedback"
},
{
"description": "allow-notification-feedback -> Enables the notification_feedback command without any pre-configured scope.",
"description": "Enables the notification_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-notification-feedback"
]
"const": "allow-notification-feedback"
},
{
"description": "deny-notification-feedback -> Denies the notification_feedback command without any pre-configured scope.",
"description": "Denies the notification_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-notification-feedback"
]
"const": "deny-notification-feedback"
},
{
"description": "allow-selection-feedback -> Enables the selection_feedback command without any pre-configured scope.",
"description": "Enables the selection_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-selection-feedback"
]
"const": "allow-selection-feedback"
},
{
"description": "deny-selection-feedback -> Denies the selection_feedback command without any pre-configured scope.",
"description": "Denies the selection_feedback command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-selection-feedback"
]
"const": "deny-selection-feedback"
},
{
"description": "allow-vibrate -> Enables the vibrate command without any pre-configured scope.",
"description": "Enables the vibrate command without any pre-configured scope.",
"type": "string",
"enum": [
"allow-vibrate"
]
"const": "allow-vibrate"
},
{
"description": "deny-vibrate -> Denies the vibrate command without any pre-configured scope.",
"description": "Denies the vibrate command without any pre-configured scope.",
"type": "string",
"enum": [
"deny-vibrate"
]
"const": "deny-vibrate"
}
]
}