We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840a276 commit 483b6e6Copy full SHA for 483b6e6
Makefile
@@ -102,9 +102,9 @@ install: $(SAXON) | target
102
fi
103
104
npm --no-color install -g eslint@9.22.0
105
- npm --no-color install -g uglify-js
+ npm --no-color install -g uglify-js@3.19.3
106
npm --no-color install -g sass@1.77.2
107
- npm --no-color install -g stylelint stylelint-config-standard stylelint-scss
+ npm --no-color install -g stylelint@16.15.0 stylelint-config-standard@37.0.0 stylelint-scss@6.11.1
108
109
entry: target/docker-image.txt target/fb/simple.fb
110
img=$$(cat target/docker-image.txt)
0 commit comments