Skip to content

Commit bc34597

Browse files
committed
fix(pkg): add missing consola and semver deps
1 parent 08a08cc commit bc34597

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"test:unit": "jest test/unit --forceExit"
2525
},
2626
"dependencies": {
27+
"consola": "^2.15.3",
2728
"defu": "^5.0.0",
2829
"fs-extra": "^10.0.0",
2930
"hasha": "^5.2.2",
@@ -35,6 +36,7 @@
3536
"p-limit": "^3.1.0",
3637
"rc9": "^1.2.0",
3738
"requrl": "^3.0.2",
39+
"semver": "^7.3.5",
3840
"ufo": "^0.7.5",
3941
"upath": "^2.0.1"
4042
},

0 commit comments

Comments
 (0)