Skip to content

Commit

Permalink
fix(deps): update dependency axios to v0.26.1 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2022
1 parent 5819ad3 commit a2572f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"axios": "0.24.0",
"axios": "0.26.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-router-dom": "6.2.1"
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"axios": "0.24.0",
"axios": "0.26.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-dynamic-loadable": "3.0.0",
Expand Down

0 comments on commit a2572f9

Please sign in to comment.