chore: patch versions; fix dep
This commit is contained in:
parent
e924240c8f
commit
ebb91c709d
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/cli",
|
||||
"version": "0.0.24",
|
||||
"version": "0.0.26",
|
||||
"description": "McFly CLI tools",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/ayoayco/McFly#readme",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "workspace:^",
|
||||
"@mcflyjs/core": "latest",
|
||||
"citty": "^0.1.4",
|
||||
"consola": "^3.2.3"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Nitro configuration for McFly apps",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
|
|
@ -11,7 +11,7 @@ importers:
|
|||
packages/cli:
|
||||
dependencies:
|
||||
'@mcflyjs/core':
|
||||
specifier: workspace:^
|
||||
specifier: latest
|
||||
version: link:../core
|
||||
citty:
|
||||
specifier: ^0.1.4
|
||||
|
|
Loading…
Reference in a new issue