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/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": {

View file

@ -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",