mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-26 12:37:18 +02:00
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:
parent
4b51f5b439
commit
e0d26bef12
2 changed files with 25 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue