Downgrade frontend JS normalize-url dependency

Safari on Mac + iOS are only supported up through version 4.x of normalize-url:
c422c1b15c

Fixes https://github.com/DCsunset/taskwarrior-webui/issues/21
This commit is contained in:
Josh Mock 2022-10-15 15:13:36 -05:00
parent 4b51f5b439
commit e0d26bef12
2 changed files with 25 additions and 12 deletions

View file

@ -19,7 +19,7 @@
"@vue/composition-api": "^1.0.0-beta.18",
"lodash": "^4.17.20",
"moment": "^2.29.4",
"normalize-url": "^6.0.1",
"normalize-url": "4.5.1",
"nuxt": "^2.14.7",
"nuxt-typed-vuex": "^0.1.22",
"typeface-open-sans": "1.1.13",