diff --git a/package-lock.json b/package-lock.json index 9ed6e8c..348e5f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ ], "license": "MIT", "dependencies": { - "@aegisjsproject/component": "^0.1.7", + "@aegisjsproject/component": "^0.1.8", "@aegisjsproject/core": "^0.2.34", "@aegisjsproject/styles": "^0.3.2" }, @@ -66,9 +66,9 @@ } }, "node_modules/@aegisjsproject/component": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@aegisjsproject/component/-/component-0.1.7.tgz", - "integrity": "sha512-OZuOAA8xhggOxUpZ0u3zTCqNJIKiOq5vmRc1o2uU8nzN+PXYR3qX1CVLM2Ntn7tt/9UkX4EJVLY66Yz4nO3/XQ==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@aegisjsproject/component/-/component-0.1.8.tgz", + "integrity": "sha512-oW7Qiz46qE/qGXKET5WmZlb6HCAjN8nFcbI25pkHmEL8EDNONOyaI70aXtRHcyFsPvhYztjrnpyHCpjfiLvdkA==", "funding": [ { "type": "librepay", @@ -80,29 +80,8 @@ } ], "dependencies": { - "@aegisjsproject/core": "^0.2.5", - "@aegisjsproject/styles": "^0.2.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@aegisjsproject/component/node_modules/@aegisjsproject/styles": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", - "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", - "funding": [ - { - "type": "librepay", - "url": "https://liberapay.com/shgysk8zer0" - }, - { - "type": "github", - "url": "https://github.com/sponsors/shgysk8zer0" - } - ], - "dependencies": { - "@aegisjsproject/parsers": "^0.1.6" + "@aegisjsproject/core": "^0.2.34", + "@aegisjsproject/styles": "^0.3.2" }, "engines": { "node": ">=18.0.0" @@ -2455,22 +2434,12 @@ } }, "@aegisjsproject/component": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@aegisjsproject/component/-/component-0.1.7.tgz", - "integrity": "sha512-OZuOAA8xhggOxUpZ0u3zTCqNJIKiOq5vmRc1o2uU8nzN+PXYR3qX1CVLM2Ntn7tt/9UkX4EJVLY66Yz4nO3/XQ==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@aegisjsproject/component/-/component-0.1.8.tgz", + "integrity": "sha512-oW7Qiz46qE/qGXKET5WmZlb6HCAjN8nFcbI25pkHmEL8EDNONOyaI70aXtRHcyFsPvhYztjrnpyHCpjfiLvdkA==", "requires": { - "@aegisjsproject/core": "^0.2.5", - "@aegisjsproject/styles": "^0.2.0" - }, - "dependencies": { - "@aegisjsproject/styles": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@aegisjsproject/styles/-/styles-0.2.8.tgz", - "integrity": "sha512-8eOQAKXho2NoG64qm0SWxsiZGtsOYhn9Gryht2snh9mSZ/YcRm04FI7Pk9nG9sNCFw2LU9apNisNsoP3/rrKeA==", - "requires": { - "@aegisjsproject/parsers": "^0.1.6" - } - } + "@aegisjsproject/core": "^0.2.34", + "@aegisjsproject/styles": "^0.3.2" } }, "@aegisjsproject/core": { diff --git a/package.json b/package.json index 8f2de75..3bfb46c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "rollup": "^4.60.1" }, "dependencies": { - "@aegisjsproject/component": "^0.1.7", + "@aegisjsproject/component": "^0.1.8", "@aegisjsproject/core": "^0.2.34", "@aegisjsproject/styles": "^0.3.2" }