use lbry foundation component repo and update sass

This commit is contained in:
Philip Ahlqvist 2025-04-22 16:21:49 +02:00
parent ac51344f5b
commit 9479ebde47
2 changed files with 11 additions and 11 deletions

16
package-lock.json generated
View file

@ -31,12 +31,12 @@
"@babel/core": "^7.26.10", "@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9", "@babel/preset-env": "^7.26.9",
"@babel/register": "^7.25.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", "@springernature/sasslint-config": "^1.2.1",
"eslint": "^6.1.0", "eslint": "^6.1.0",
"eslint-config": "^0.2.1", "eslint-config": "^0.2.1",
"husky": "^3.0.2", "husky": "^3.0.2",
"sass": "^1.22.9", "sass": "^1.87.0",
"sass-lint": "^1.13.1" "sass-lint": "^1.13.1"
} }
}, },
@ -1662,9 +1662,9 @@
} }
}, },
"node_modules/@lbry/components": { "node_modules/@lbry/components": {
"version": "2019.6.22", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/@lbry/components/-/components-2019.6.22.tgz", "resolved": "git+ssh://git@github.com/LBRYFoundation/components.git#ff2759e4fae4b818b29b1439611fa38e6e13aa4c",
"integrity": "sha512-hO2G3nObQEa5LkR2pr28NFRVSGDnBur9bQP1HbVzG2CgZmRIvMO1k+TDnQyLnXyirKu5frPsiq+CLBJzH4ZW9g==", "integrity": "sha512-k7opi+e6EuXgszFc08SjCGUWLUIChkJ5IMxa/CRY58DSNDXeWqsgrZFR7PHW4OqMQ96XCz8NM+HtUbsGM+/k1A==",
"dev": true, "dev": true,
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
@ -7551,9 +7551,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.86.3", "version": "1.87.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz",
"integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==", "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -25,12 +25,12 @@
"@babel/core": "^7.26.10", "@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9", "@babel/preset-env": "^7.26.9",
"@babel/register": "^7.25.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", "@springernature/sasslint-config": "^1.2.1",
"eslint": "^6.1.0", "eslint": "^6.1.0",
"eslint-config": "^0.2.1", "eslint-config": "^0.2.1",
"husky": "^3.0.2", "husky": "^3.0.2",
"sass": "^1.22.9", "sass": "^1.87.0",
"sass-lint": "^1.13.1" "sass-lint": "^1.13.1"
}, },
"husky": { "husky": {
@ -47,7 +47,7 @@
"start": "npm i && npm run css && NODE_ENV=production node index.js", "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": "npm run test:dependencies & npm run test:lint & npm run test:sass",
"test:dependencies": "updates --update ./ --exclude prismjs", "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", "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": "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", "watch:sass": "sass --load-path=node_modules --watch app/sass:app/dist --style compressed",