Skip to content

Commit

Permalink
WINDUP-4139: upgrade axios (windup#1728)
Browse files Browse the repository at this point in the history
* upgrade axios

* 1.6.0 required

* package-lock.json amended via npm

* migtools/lib-ui dependencies failing

* rollback previous changes

* upgrade axios to 1.6.0

* Upgrade axios

* changes missed from carlos#7

* WINDUP-3370: export summary file

* attempt to install axios 0.28.0

* override 0.28.0

* installed axios 0.28.0 correctly

---------

Co-authored-by: carlosthe19916 <[email protected]>
  • Loading branch information
m-brophy and carlosthe19916 authored Apr 10, 2024
1 parent e731e45 commit 3d90f27
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 11 deletions.
57 changes: 48 additions & 9 deletions pf-ui/src/main/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pf-ui/src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "17.0.39",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "17.0.11",
"axios": "0.21.4",
"axios": "0.28.0",
"github-markdown-css": "^5.1.0",
"http-proxy-middleware": "^2.0.6",
"react": "17.0.2",
Expand All @@ -37,7 +37,8 @@
"overrides": {
"follow-redirects": "^1.15.6",
"semver": "^7.5.4",
"tough-cookie": "^4.1.3"
"tough-cookie": "^4.1.3",
"axios": "0.28.0"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down

0 comments on commit 3d90f27

Please sign in to comment.