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
  • Loading branch information
skrtheboss committed Oct 7, 2022
1 parent 32189d5 commit c3abe07
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 787 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -274,7 +274,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"
},
"peerDependencies": {
"@swc-node/register": "^1.4.2",
Expand Down

1 comment on commit c3abe07

@vercel
Copy link

@vercel vercel bot commented on c3abe07 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.