feat(config): update WebComponent version

This commit is contained in:
Ayo 2023-12-16 12:26:47 +01:00
parent 52345451f8
commit 677ac408da
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -4062,9 +4062,9 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
}, },
"node_modules/web-component-base": { "node_modules/web-component-base": {
"version": "2.0.0", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/web-component-base/-/web-component-base-2.0.0.tgz", "resolved": "https://registry.npmjs.org/web-component-base/-/web-component-base-2.0.6.tgz",
"integrity": "sha512-2YL9WFWwPyf6S6n+bRHWqcfHl/1nBUHoI9UBXgMOTmMkvloxc8iHgyYRVlyIQRXdBfOmHLr9wr1CBoWvgNxtsg==" "integrity": "sha512-yPemtboPi/8h/Rog/uOXn1OByLLt784wlCsrLJOW/P8/XG1XPEqb7FSNkl84zb4mAQwMAxKt8XCv+5n4CJYZbA=="
}, },
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {
"version": "3.0.1", "version": "3.0.1",
@ -4201,11 +4201,11 @@
}, },
"packages/config": { "packages/config": {
"name": "@mcflyjs/config", "name": "@mcflyjs/config",
"version": "0.1.1", "version": "0.1.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mcflyjs/core": "latest", "@mcflyjs/core": "latest",
"web-component-base": "^2.0.0" "web-component-base": "^2.0.6"
} }
}, },
"packages/config/node_modules/@mcflyjs/core": { "packages/config/node_modules/@mcflyjs/core": {
@ -4274,9 +4274,9 @@
} }
}, },
"templates/basic/node_modules/@mcflyjs/config": { "templates/basic/node_modules/@mcflyjs/config": {
"version": "0.1.0", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.1.0.tgz", "resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.1.1.tgz",
"integrity": "sha512-lD+Lya99mlruhflKGkA/jQLNWZxWt5uClI3XcOZ39MGqYtqVJJq3KVaDnQVMnQ2Q71Qt4oZmvJcZVuCb3NvKrw==", "integrity": "sha512-BQ7Gsj55PRTfmSI6XDFEdfLx5M1FznS5ILL3d8tCVOfvbjx5E7Rfz4A3JsY0EN+6ZpQnCenGy0ZFQeIi6lPAIg==",
"dependencies": { "dependencies": {
"@mcflyjs/core": "latest", "@mcflyjs/core": "latest",
"web-component-base": "^2.0.0" "web-component-base": "^2.0.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "@mcflyjs/config", "name": "@mcflyjs/config",
"version": "0.1.1", "version": "0.1.2",
"description": "Nitro configuration for McFly apps", "description": "Nitro configuration for McFly apps",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
@ -20,6 +20,6 @@
"homepage": "https://github.com/ayoayco/McFly#readme", "homepage": "https://github.com/ayoayco/McFly#readme",
"dependencies": { "dependencies": {
"@mcflyjs/core": "latest", "@mcflyjs/core": "latest",
"web-component-base": "^2.0.0" "web-component-base": "^2.0.6"
} }
} }