Skip to content

Commit

Permalink
fix(misc): update axios to 1.0.0 (#12437)
Browse files Browse the repository at this point in the history
(cherry picked from commit c3abe07)
  • Loading branch information
skrtheboss authored and FrozenPandaz committed Oct 11, 2022
1 parent 3569a6f commit 640cfba
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 767 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -276,7 +276,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^3.0.0-rc.18",
"@zkochan/js-yaml": "0.0.6",
"axios": "0.21.1",
"axios": "1.0.0",
"classnames": "^2.3.1",
"cliui": "^7.0.2",
"core-js": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/package.json
Expand Up @@ -36,7 +36,7 @@
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"yargs": "^17.4.0",
"axios": "0.21.1"
"axios": "^1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Expand Up @@ -64,7 +64,7 @@
"yargs": "^17.4.0",
"yargs-parser": "21.0.1",
"js-yaml": "4.1.0",
"axios": "0.21.1"
"axios": "^1.0.0"

This comment has been minimized.

Copy link
@muratbeser

muratbeser Oct 11, 2022

isn't this a conflict with nestjs 's axios package
nestjs/axios#572

},
"peerDependencies": {
"@swc-node/register": "^1.4.2",
Expand Down

0 comments on commit 640cfba

Please sign in to comment.