File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 workflow_dispatch :
1616
1717jobs :
18- build :
18+ update-deps :
19+ uses : SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main
20+ secrets : inherit
1921
22+ build :
23+ needs : update-deps
2024 runs-on : ubuntu-latest
21-
2225 strategy :
2326 matrix :
2427 node-version :
6265
6366 npm-publish-dev :
6467 needs : build
68+ permissions :
69+ id-token : write
70+ contents : read
6571 uses : SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
6672 with :
6773 node_version : 22
Original file line number Diff line number Diff line change 1616 "test" : " echo \" No tests specified\" && exit 0" ,
1717 "prepublishOnly" : " npm run build && npm run lint" ,
1818 "preversion" : " npm run typecheck && npm run lint" ,
19- "postpublish" : " git push origin main --follow-tags " ,
19+ "postpublish" : " git push origin staging " ,
2020 "start" : " webpack serve --config webpack.dev.config.mjs --open"
2121 },
2222 "files" : [
4747 "url" : " https://github.com/SolidOS/folder-pane/issues"
4848 },
4949 "homepage" : " https://github.com/SolidOS/folder-pane" ,
50- "peerDependencies" : {
51- "solid-logic" : " ^4.0.6" ,
52- "solid-ui" : " ^3.1.0"
53- },
5450 "devDependencies" : {
5551 "@babel/core" : " ^7.28.6" ,
5652 "@babel/preset-env" : " ^7.28.6" ,
7571 },
7672 "dependencies" : {
7773 "patch-package" : " ^8.0.1" ,
78- "rdflib" : " ^2.3.9"
79- }
74+ "rdflib" : " ^2.3.9" ,
75+ "solid-logic" : " ^4.0.7" ,
76+ "solid-ui" : " ^3.1.0"
77+ },
78+ "solidosDependencies" : [
79+ " rdflib" ,
80+ " solid-logic" ,
81+ " solid-ui"
82+ ]
8083}
You can’t perform that action at this time.
0 commit comments