Skip to content

Commit 483b6e6

Browse files
author
Dmitry
committedMar 13, 2025·
add versions to uglifyjs, stylelint
1 parent 840a276 commit 483b6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ install: $(SAXON) | target
102102
fi
103103
fi
104104
npm --no-color install -g eslint@9.22.0
105-
npm --no-color install -g uglify-js
105+
npm --no-color install -g uglify-js@3.19.3
106106
npm --no-color install -g sass@1.77.2
107-
npm --no-color install -g stylelint stylelint-config-standard stylelint-scss
107+
npm --no-color install -g stylelint@16.15.0 stylelint-config-standard@37.0.0 stylelint-scss@6.11.1
108108

109109
entry: target/docker-image.txt target/fb/simple.fb
110110
img=$$(cat target/docker-image.txt)

0 commit comments

Comments
 (0)
Please sign in to comment.