Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 358866b

Browse files
author
Noah Lee
authored
Fix follow-redirect (#312)
1 parent 503c28f commit 358866b

File tree

2 files changed

+34
-15
lines changed

2 files changed

+34
-15
lines changed

ui/package-lock.json

Lines changed: 31 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"react-redux": "^7.2.4",
2020
"react-router-dom": "^5.2.0",
2121
"react-scripts": "4.0.3",
22-
"web-vitals": "^1.1.2"
22+
"web-vitals": "^1.1.2",
23+
"follow-redirects": "^1.14.7"
2324
},
2425
"scripts": {
2526
"start": "craco start",
@@ -47,11 +48,11 @@
4748
]
4849
},
4950
"devDependencies": {
51+
"@types/jest": "^26.0.23",
5052
"@types/lodash.debounce": "^4.0.6",
5153
"@types/node": "^12.20.13",
5254
"@types/react": "^17.0.8",
5355
"@types/react-dom": "^17.0.5",
54-
"@types/jest": "^26.0.23",
5556
"@types/react-helmet": "^6.1.4",
5657
"@types/react-router-dom": "^5.1.7",
5758
"@typescript-eslint/eslint-plugin": "^4.28.4",

0 commit comments

Comments
 (0)