feat(config): update WebComponent version
This commit is contained in:
parent
52345451f8
commit
677ac408da
2 changed files with 10 additions and 10 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -4062,9 +4062,9 @@
|
|||
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
||||
},
|
||||
"node_modules/web-component-base": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/web-component-base/-/web-component-base-2.0.0.tgz",
|
||||
"integrity": "sha512-2YL9WFWwPyf6S6n+bRHWqcfHl/1nBUHoI9UBXgMOTmMkvloxc8iHgyYRVlyIQRXdBfOmHLr9wr1CBoWvgNxtsg=="
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/web-component-base/-/web-component-base-2.0.6.tgz",
|
||||
"integrity": "sha512-yPemtboPi/8h/Rog/uOXn1OByLLt784wlCsrLJOW/P8/XG1XPEqb7FSNkl84zb4mAQwMAxKt8XCv+5n4CJYZbA=="
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "3.0.1",
|
||||
|
@ -4201,11 +4201,11 @@
|
|||
},
|
||||
"packages/config": {
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "latest",
|
||||
"web-component-base": "^2.0.0"
|
||||
"web-component-base": "^2.0.6"
|
||||
}
|
||||
},
|
||||
"packages/config/node_modules/@mcflyjs/core": {
|
||||
|
@ -4274,9 +4274,9 @@
|
|||
}
|
||||
},
|
||||
"templates/basic/node_modules/@mcflyjs/config": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.1.0.tgz",
|
||||
"integrity": "sha512-lD+Lya99mlruhflKGkA/jQLNWZxWt5uClI3XcOZ39MGqYtqVJJq3KVaDnQVMnQ2Q71Qt4oZmvJcZVuCb3NvKrw==",
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.1.1.tgz",
|
||||
"integrity": "sha512-BQ7Gsj55PRTfmSI6XDFEdfLx5M1FznS5ILL3d8tCVOfvbjx5E7Rfz4A3JsY0EN+6ZpQnCenGy0ZFQeIi6lPAIg==",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "latest",
|
||||
"web-component-base": "^2.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Nitro configuration for McFly apps",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
@ -20,6 +20,6 @@
|
|||
"homepage": "https://github.com/ayoayco/McFly#readme",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "latest",
|
||||
"web-component-base": "^2.0.0"
|
||||
"web-component-base": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue