mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Update dependencies to more recent version
All these version ranges include the latest version at the time of this commit, except for the selenium webdriver. There version 3 is incompatible with version 2, and switching to a version 3 library appears to require switching to version 3 docker images as well, which would entail using different browser versions which in turn would lead to differences for a large number of screenshots. That doesn't appear warranted at this time.
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ $(NIS) setup: package.json
|
||||
@touch $(NIS)
|
||||
|
||||
lint: $(NIS) katex.js server.js cli.js $(wildcard src/*.js) $(wildcard test/*.js) $(wildcard contrib/*/*.js) $(wildcard dockers/*/*.js)
|
||||
./node_modules/.bin/eslint $(filter-out *.stamp,$^)
|
||||
./node_modules/.bin/eslint $(filter-out %.stamp,$^)
|
||||
|
||||
build/katex.js: katex.js $(wildcard src/*.js) $(NIS)
|
||||
$(BROWSERIFY) $< --standalone katex > $@
|
||||
|
Reference in New Issue
Block a user