mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-19 17:01:12 +00:00
[v11.0/forgejo] fix(ci): pull stylus from github:stylus/stylus#0.57.0 (#8626)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/8625 npm error 404 Not Found - GET https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz - Not found Workaround to be reverted when the issue is fixed. Refs https://github.com/stylus/stylus/issues/2938 Co-authored-by: Earl Warren <contact@earl-warren.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8626 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org> Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
This commit is contained in:
parent
3dc674489d
commit
b8eb046a3e
2 changed files with 4 additions and 2 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -13413,8 +13413,7 @@
|
|||
},
|
||||
"node_modules/stylus": {
|
||||
"version": "0.57.0",
|
||||
"resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz",
|
||||
"integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==",
|
||||
"resolved": "git+ssh://git@github.com/stylus/stylus.git#bc1404aa1f6c03341bd76529c8cf4beb4f3d99f7",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -100,6 +100,9 @@
|
|||
"vite-string-plugin": "1.3.4",
|
||||
"vitest": "3.0.8"
|
||||
},
|
||||
"overrides": {
|
||||
"stylus": "github:stylus/stylus#0.57.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue