Skip to content

Commit

Permalink
Upgrade fabric to 6.0.0-beta20 (#30121)
Browse files Browse the repository at this point in the history
Fixes #29326 because it includes
fabricjs/fabric.js#9707.
  • Loading branch information
silverwind committed Mar 27, 2024
1 parent 57539bc commit a9e5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e5706

Please sign in to comment.