Fix uikit version to ~3.14.0 (fixes #334)

This commit is contained in:
Alex Ling 2022-09-05 03:17:36 +00:00
parent 76b4666708
commit ce559984e6

View File

@ -25,6 +25,6 @@
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0", "@fortawesome/fontawesome-free": "^5.14.0",
"uikit": "^3.5.4" "uikit": "~3.14.0"
} }
} }