Skip to content

Commit 8c883ad

Browse files
NicolappsConvex, Inc.
authored andcommitted
Update Axios transitive dependencies (#41338)
GitOrigin-RevId: 5a291ef8bf42246f30009255ae9b5878a4516544
1 parent a0fc880 commit 8c883ad

File tree

4 files changed

+69
-83
lines changed

4 files changed

+69
-83
lines changed

npm-packages/@convex-dev/react-query/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"@types/react": "^18.0.0",
4646
"@types/react-dom": "^18.0.0",
4747
"@vitejs/plugin-react": "^4.2.1",
48-
"axios": "^1.8.3",
4948
"convex": "workspace:*",
5049
"eslint": "^8.29.0",
5150
"eslint-config-prettier": "^10.0.0",

npm-packages/common/config/rush/common-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
* When someone asks for "^1.0.0" make sure they get "1.2.3" when working in this repo,
2424
* instead of the latest version.
2525
*/
26-
// "some-library": "1.2.3"
26+
// "some-library": "1.2.3",
27+
"axios": "^1.12.0",
2728
/**
2829
* At verison 4.22.0 domain-browser moved from MIT to "Artistic License"
2930
*/

0 commit comments

Comments
 (0)