feat(cli): always use latest web-component-base

This commit is contained in:
Ayo 2023-10-25 22:54:15 +02:00
parent 8a2c7e8830
commit 1efdfc5b66
2 changed files with 9 additions and 8 deletions

13
package-lock.json generated
View file

@ -3128,12 +3128,12 @@
},
"packages/cli": {
"name": "@mcflyjs/cli",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",
"web-component-base": "^1.9.5"
"web-component-base": "latest"
},
"bin": {
"mcfly": "index.js"
@ -3189,12 +3189,13 @@
}
},
"templates/basic/node_modules/@mcflyjs/cli": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.4.tgz",
"integrity": "sha512-FjjKXVr/Q7q7MSdINJHYpSXK/9TRuDoMRPmv8rqEm9QEaHMGxEmUe406c9+XSdpbP45KgTil2JhXQBbNB/AXKw==",
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.5.tgz",
"integrity": "sha512-bpsrS91iirie7z2cd1N7JiZDSOmb75K2ESJ7cSdYAxaSEhiv5SVxLitU7YUUfCSDHuf+f0w0RLWZMhE6lh5O6w==",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3"
"consola": "^3.2.3",
"web-component-base": "^1.9.5"
},
"bin": {
"mcfly": "index.js"

View file

@ -1,6 +1,6 @@
{
"name": "@mcflyjs/cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "McFly CLI tools",
"main": "index.js",
"bin": {
@ -22,6 +22,6 @@
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",
"web-component-base": "^1.9.5"
"web-component-base": "latest"
}
}