Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent d56e9fd commit 513f602
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.27.0",
"axios": "~1.6.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.16.0"
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.27.0",
"axios": "~1.6.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-dynamic-loadable": "~3.0.0",
Expand Down

0 comments on commit 513f602

Please sign in to comment.