fix: allow absolute urls in public_folder (#5311)

This commit is contained in:
Gerard Wilkinson
2021-04-29 10:57:43 +01:00
committed by GitHub
parent 724d172cf0
commit d1bcbe0a4c
6 changed files with 40 additions and 0 deletions

View File

@ -68,6 +68,7 @@
"semaphore": "^1.0.5",
"tomlify-j0.4": "^3.0.0-alpha.0",
"url": "^0.11.0",
"url-join": "^4.0.1",
"what-input": "^5.1.4",
"yaml": "^1.8.3"
},
@ -90,6 +91,7 @@
"devDependencies": {
"@types/history": "^4.7.8",
"@types/redux-mock-store": "^1.0.2",
"@types/url-join": "^4.0.0",
"redux-mock-store": "^1.5.3"
}
}