From 9479ebde479ef36e27cae28a9b07f3ac9aea6474 Mon Sep 17 00:00:00 2001 From: Pigges Date: Tue, 22 Apr 2025 16:21:49 +0200 Subject: [PATCH] use lbry foundation component repo and update sass --- package-lock.json | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8948ef5..913553e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,12 +31,12 @@ "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/register": "^7.25.9", - "@lbry/components": "^2019.6.22", + "@lbry/components": "https://github.com/LBRYFoundation/components#ff2759e4fae4b818b29b1439611fa38e6e13aa4c", "@springernature/sasslint-config": "^1.2.1", "eslint": "^6.1.0", "eslint-config": "^0.2.1", "husky": "^3.0.2", - "sass": "^1.22.9", + "sass": "^1.87.0", "sass-lint": "^1.13.1" } }, @@ -1662,9 +1662,9 @@ } }, "node_modules/@lbry/components": { - "version": "2019.6.22", - "resolved": "https://registry.npmjs.org/@lbry/components/-/components-2019.6.22.tgz", - "integrity": "sha512-hO2G3nObQEa5LkR2pr28NFRVSGDnBur9bQP1HbVzG2CgZmRIvMO1k+TDnQyLnXyirKu5frPsiq+CLBJzH4ZW9g==", + "version": "2.8.0", + "resolved": "git+ssh://git@github.com/LBRYFoundation/components.git#ff2759e4fae4b818b29b1439611fa38e6e13aa4c", + "integrity": "sha512-k7opi+e6EuXgszFc08SjCGUWLUIChkJ5IMxa/CRY58DSNDXeWqsgrZFR7PHW4OqMQ96XCz8NM+HtUbsGM+/k1A==", "dev": true, "license": "BSD-3-Clause" }, @@ -7551,9 +7551,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.86.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz", - "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==", + "version": "1.87.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", + "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4695395..c216f28 100755 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/register": "^7.25.9", - "@lbry/components": "^2019.6.22", + "@lbry/components": "https://github.com/LBRYFoundation/components#ff2759e4fae4b818b29b1439611fa38e6e13aa4c", "@springernature/sasslint-config": "^1.2.1", "eslint": "^6.1.0", "eslint-config": "^0.2.1", "husky": "^3.0.2", - "sass": "^1.22.9", + "sass": "^1.87.0", "sass-lint": "^1.13.1" }, "husky": { @@ -47,7 +47,7 @@ "start": "npm i && npm run css && NODE_ENV=production node index.js", "test": "npm run test:dependencies & npm run test:lint & npm run test:sass", "test:dependencies": "updates --update ./ --exclude prismjs", - "test:lint": "standardx --verbose | snazzy", + "test:lint": "snazzy", "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit", "watch": "npm run css && npm run watch:server & npm run watch:sass", "watch:sass": "sass --load-path=node_modules --watch app/sass:app/dist --style compressed",