mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 05:20:26 +08:00
fix: Wire navigate key bindings (#18072)
This commit is contained in:
Generated
+4
-4
@@ -24,7 +24,7 @@
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/theme-one-dark": "^6.1.2",
|
||||
"@codemirror/view": "^6.36.6",
|
||||
"@danharrin/alpine-mousetrap": "^0.1.6",
|
||||
"@danharrin/alpine-mousetrap": "^0.1.8",
|
||||
"@floating-ui/dom": "^1.7.0",
|
||||
"@fontsource-variable/inter": "^5.0.18",
|
||||
"@ryangjchandler/alpine-tooltip": "^2.0",
|
||||
@@ -1921,9 +1921,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@danharrin/alpine-mousetrap": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@danharrin/alpine-mousetrap/-/alpine-mousetrap-0.1.7.tgz",
|
||||
"integrity": "sha512-bMzPC7AIylIOrptgC2/uqZPhIhAIm9pQWQVqxtsuA1UXdLyY/pKnAngV2WlHo6K3pzxsj8LK2KKcGJkJr6sKiQ==",
|
||||
"version": "0.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@danharrin/alpine-mousetrap/-/alpine-mousetrap-0.1.8.tgz",
|
||||
"integrity": "sha512-edQlgGmRWGlOxq24xLdjbS5DbNTXuEVs5xAPkQIPABmPLSZOwkIdLoqYx8X230l/1ATAX3AWB1oWVCKBQaKB0w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@discoveryjs/json-ext": {
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/theme-one-dark": "^6.1.2",
|
||||
"@codemirror/view": "^6.36.6",
|
||||
"@danharrin/alpine-mousetrap": "^0.1.6",
|
||||
"@danharrin/alpine-mousetrap": "^0.1.8",
|
||||
"@floating-ui/dom": "^1.7.0",
|
||||
"@fontsource-variable/inter": "^5.0.18",
|
||||
"@ryangjchandler/alpine-tooltip": "^2.0",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user