Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"@types/three": "^0.166.0",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.2",
"axios": "^1.8.3",
"axios": "^1.12.0",
"classnames": "^2.5.1",
"cliui": "^8.0.1",
"clsx": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nx-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"homepage": "https://nx.dev",
"dependencies": {
"axios": "^1.12.0",
"chalk": "^4.1.0",
"enquirer": "~2.3.6",
"flat": "^5.0.2",
"ora": "5.3.0",
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"yargs": "^17.6.2",
"axios": "^1.8.3"
"yargs": "^17.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.2",
"@zkochan/js-yaml": "0.0.7",
"axios": "^1.8.3",
"axios": "^1.12.0",
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
Expand Down
Loading
Loading