mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 22:33:53 +01:00
Upgrade fabric to 6.0.0-beta20 (#30121)
Fixes https://github.com/go-gitea/gitea/issues/29326 because it includes https://github.com/fabricjs/fabric.js/pull/9707.
This commit is contained in:
parent
57539bcdc0
commit
a9e5706696
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -959,7 +959,7 @@ generate-gitignore:
|
|||
|
||||
.PHONY: generate-images
|
||||
generate-images: | node_modules
|
||||
npm install --no-save fabric@6.0.0-beta19 imagemin-zopfli@7
|
||||
npm install --no-save fabric@6.0.0-beta20 imagemin-zopfli@7
|
||||
node tools/generate-images.js $(TAGS)
|
||||
|
||||
.PHONY: generate-manpage
|
||||
|
|
Loading…
Reference in a new issue