feat(cli): always use latest web-component-base
This commit is contained in:
parent
8a2c7e8830
commit
1efdfc5b66
2 changed files with 9 additions and 8 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -3128,12 +3128,12 @@
|
||||||
},
|
},
|
||||||
"packages/cli": {
|
"packages/cli": {
|
||||||
"name": "@mcflyjs/cli",
|
"name": "@mcflyjs/cli",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"citty": "^0.1.4",
|
"citty": "^0.1.4",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"web-component-base": "^1.9.5"
|
"web-component-base": "latest"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcfly": "index.js"
|
"mcfly": "index.js"
|
||||||
|
@ -3189,12 +3189,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"templates/basic/node_modules/@mcflyjs/cli": {
|
"templates/basic/node_modules/@mcflyjs/cli": {
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.5.tgz",
|
||||||
"integrity": "sha512-FjjKXVr/Q7q7MSdINJHYpSXK/9TRuDoMRPmv8rqEm9QEaHMGxEmUe406c9+XSdpbP45KgTil2JhXQBbNB/AXKw==",
|
"integrity": "sha512-bpsrS91iirie7z2cd1N7JiZDSOmb75K2ESJ7cSdYAxaSEhiv5SVxLitU7YUUfCSDHuf+f0w0RLWZMhE6lh5O6w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"citty": "^0.1.4",
|
"citty": "^0.1.4",
|
||||||
"consola": "^3.2.3"
|
"consola": "^3.2.3",
|
||||||
|
"web-component-base": "^1.9.5"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcfly": "index.js"
|
"mcfly": "index.js"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mcflyjs/cli",
|
"name": "@mcflyjs/cli",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"description": "McFly CLI tools",
|
"description": "McFly CLI tools",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -22,6 +22,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"citty": "^0.1.4",
|
"citty": "^0.1.4",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"web-component-base": "^1.9.5"
|
"web-component-base": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue