Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+2 -1
View File
@@ -63,7 +63,7 @@
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/coverage-istanbul": "^1.6.0",
"docsify-cli": "^4.4.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
@@ -82,6 +82,7 @@
"sass": "^1.54.9",
"ts-prune": "^0.10.3",
"typescript": "^5.4.5",
"type-fest": "^4.18.0",
"vitest": "^1.5.0",
"vitest-mock-extended": "^1.3.1"
},