Skip to content

Commit

Permalink
Update axios to 1.7.4 (#996)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Aug 16, 2024
1 parent 21b8364 commit 957a959
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 44 deletions.
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@openapitools/openapi-generator-cli": "^2.13.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"axios": "1.6.8",
"axios": "1.7.4",
"eslint": "^8.57.0",
"typescript": "~5.4.3",
"vitest": "^2.0.4"
Expand All @@ -31,6 +31,6 @@
"openapi/schema/"
],
"peerDependencies": {
"axios": "1.6.8"
"axios": "1.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-grid-layout": "^1.3.2",
"@types/three": "^0.166.0",
"api-client": "workspace:*",
"axios": "1.6.8",
"axios": "1.7.4",
"canvas": "^2.11.2",
"date-fns": "^2.30.0",
"debug": "^4.2.0",
Expand Down
Loading

0 comments on commit 957a959

Please sign in to comment.