Downgrade jquery to 3.4.1 to fix nav bar collapse

This commit is contained in:
lideming 2021-02-20 11:37:22 +08:00
parent 03a8c858af
commit 9fbeb0c65e

View file

@ -19,7 +19,7 @@
"got": "^7.1.0",
"helmet": "^3.23.0",
"ip-address": "^5.8.9",
"jquery": "^3.5.1",
"jquery": "~3.4.1",
"morgan": "~1.9.1",
"node-persist": "^2.1.0",
"pug": "^2.0.4",