Skip to content

Commit

Permalink
chore: move postcss-sass to dev deps & provide version fallback for s…
Browse files Browse the repository at this point in the history
…cript
  • Loading branch information
ricewind012 committed Feb 14, 2025
1 parent 25f12bf commit 881f9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@csstools/postcss-sass": "^5.1.1",
"postcss-cli": "^11.0.0",
"postcss-functions": "^4.0.2",
"postcss-scss": "^4.0.9",
"semantic-release": "^24.2.2",
"steam-theming-utils": "^3.1.2"
},
"dependencies": {
"@steambrew/client": "^4.2.1",
"@steambrew/ttc": "^1.0.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"postcss-scss": "^4.0.9"
"@types/react-dom": "^18.3.0"
}
}
1 change: 1 addition & 0 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ while IFS= read -r line; do case $line in
esac; done <<-EOF
$(npx semantic-release --dry-run --no-ci 2>/dev/null)
EOF
; "${next:=1.0.0}"

for i in package plugin skin; do
file=$i.json
Expand Down

0 comments on commit 881f9da

Please sign in to comment.