Skip to content

Commit f555634

Browse files
authored
chore(build): bundle a few deps (#109)
1 parent 69802d3 commit f555634

File tree

4 files changed

+99
-67
lines changed

4 files changed

+99
-67
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@
3535
},
3636
"dependencies": {
3737
"@antfu/ni": "^0.21.12",
38-
"@npmcli/config": "^8.2.2",
3938
"cli-progress": "^3.12.0",
4039
"deepmerge": "^4.3.1",
4140
"detect-indent": "^7.0.1",
4241
"execa": "^8.0.1",
43-
"npm-package-arg": "^11.0.2",
44-
"npm-registry-fetch": "^16.2.1",
4542
"picocolors": "^1.0.0",
4643
"prompts": "^2.4.2",
4744
"semver": "^7.6.0",
@@ -52,6 +49,7 @@
5249
"devDependencies": {
5350
"@antfu/eslint-config": "^2.13.3",
5451
"@antfu/utils": "^0.7.7",
52+
"@npmcli/config": "^8.2.2",
5553
"@types/cli-progress": "^3.11.5",
5654
"@types/debug": "^4.1.12",
5755
"@types/node": "^20.12.7",
@@ -66,6 +64,8 @@
6664
"eslint": "^9.0.0",
6765
"esno": "^4.7.0",
6866
"fast-glob": "^3.3.2",
67+
"npm-package-arg": "^11.0.2",
68+
"npm-registry-fetch": "^16.2.1",
6969
"rimraf": "^5.0.5",
7070
"taze": "workspace:*",
7171
"typescript": "^5.4.5",

0 commit comments

Comments
 (0)