feat: add "goto create link/category" keybinds

This commit is contained in:
Sonny
2023-04-23 20:44:47 +02:00
parent ab462aafd4
commit 935b69eee8
5 changed files with 42 additions and 31 deletions

34
package-lock.json generated
View File

@@ -9,9 +9,9 @@
"@prisma/client": "^4.12.0",
"@svgr/webpack": "^7.0.0",
"axios": "^1.3.5",
"hotkeys-js": "^3.10.2",
"next": "^13.3.0",
"next-auth": "^4.22.0",
"next-connect": "^0.13.0",
"next-seo": "^6.0.0",
"node-html-parser": "^6.1.5",
"nprogress": "^0.2.0",
@@ -4571,6 +4571,11 @@
"react-is": "^16.7.0"
}
},
"node_modules/hotkeys-js": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.2.tgz",
"integrity": "sha512-Z6vLmJTYzkbZZXlBkhrYB962Q/rZGc/WHQiyEGu9ZZVF7bAeFDjjDa31grWREuw9Ygb4zmlov2bTkPYqj0aFnQ=="
},
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
@@ -5262,14 +5267,6 @@
}
}
},
"node_modules/next-connect": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/next-connect/-/next-connect-0.13.0.tgz",
"integrity": "sha512-f2G4edY01XomjCECSrgOpb/zzQinJO6Whd8Zds0+rLUYhj5cLwkh6FVvZsQCSSbxSc4k9nCwNuk5NLIhvO1gUA==",
"dependencies": {
"trouter": "^3.2.0"
}
},
"node_modules/next-seo": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/next-seo/-/next-seo-6.0.0.tgz",
@@ -5861,14 +5858,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/regexparam": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/regexparam/-/regexparam-1.3.0.tgz",
"integrity": "sha512-6IQpFBv6e5vz1QAqI+V4k8P2e/3gRrqfCJ9FI+O1FLQTO+Uz6RXZEZOPmTJ6hlGj7gkERzY5BRCv09whKP96/g==",
"engines": {
"node": ">=6"
}
},
"node_modules/regexpp": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
@@ -6343,17 +6332,6 @@
"jquery": ">=1.12.0"
}
},
"node_modules/trouter": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/trouter/-/trouter-3.2.0.tgz",
"integrity": "sha512-rLLXbhTObLy2MBVjLC+jTnoIKw99n0GuJs9ov10J870vDw5qhTurPzsDrudNtBf5w/CZ9ctZy2p2IMmhGcel2w==",
"dependencies": {
"regexparam": "^1.3.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/tsconfig-paths": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",