chore(web): Improve dependencies

This commit is contained in:
Eberhard Beilharz 2024-05-06 16:32:37 +02:00
parent 40aa8b8646
commit 1b066de292
No known key found for this signature in database
GPG key ID: E9140597606020D3
3 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
. "$KEYMAN_ROOT/resources/shellHelperFunctions.sh"
builder_describe "Build Keyman common file types module" \
"@/core/include/ldml" \
"@/common/web/keyman-version" \
"configure" \
"build" \

View file

@ -29,6 +29,7 @@
"url": "https://github.com/keymanapp/keyman/issues"
},
"dependencies": {
"@keymanapp/ldml-keyboard-constants": "*",
"@keymanapp/keyman-version": "*",
"restructure": "git+https://github.com/keymanapp/dependency-restructure.git#7a188a1e26f8f36a175d95b67ffece8702363dfc",
"semver": "^7.5.2",

View file

@ -35,6 +35,7 @@
"@keymanapp/web-utils": ["./common/web/utils"],
"@keymanapp/lm-message-types": ["./common/web/lm-message-types"],
"@keymanapp/keyman-version": ["./common/web/keyman-version"],
"@keymanapp/ldml-keyboard-constants": [ "./core/include/ldml" ],
}
}
}
}