fix(nx/forge): missing jquery-hotkeys

This commit is contained in:
Elian Doran 2025-04-26 11:38:39 +03:00
parent 7a2b481036
commit 880958e251
No known key found for this signature in database
2 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,9 @@
"better-sqlite3": "^11.9.1", "better-sqlite3": "^11.9.1",
"electron-debug": "4.1.0", "electron-debug": "4.1.0",
"electron-dl": "4.0.0", "electron-dl": "4.0.0",
"electron-squirrel-startup": "1.0.1" "electron-squirrel-startup": "1.0.1",
"jquery.fancytree": "2.38.5",
"jquery-hotkeys": "0.2.2"
}, },
"devDependencies": { "devDependencies": {
"@types/electron-squirrel-startup": "1.0.2", "@types/electron-squirrel-startup": "1.0.2",

View File

@ -3,7 +3,9 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"better-sqlite3": "11.9.1" "better-sqlite3": "11.9.1",
"jquery.fancytree": "2.38.5",
"jquery-hotkeys": "0.2.2"
}, },
"devDependencies": { "devDependencies": {
"@electron/remote": "2.1.2", "@electron/remote": "2.1.2",
@ -44,9 +46,7 @@
"boxicons": "2.1.4", "boxicons": "2.1.4",
"codemirror": "5.65.19", "codemirror": "5.65.19",
"express-http-proxy": "2.1.1", "express-http-proxy": "2.1.1",
"jquery": "3.7.1", "jquery": "3.7.1",
"jquery-hotkeys": "0.2.2",
"jquery.fancytree": "2.38.5",
"katex": "0.16.22", "katex": "0.16.22",
"normalize.css": "8.0.1", "normalize.css": "8.0.1",
"@anthropic-ai/sdk": "0.39.0", "@anthropic-ai/sdk": "0.39.0",