Skip to content

Commit a9e5706

Browse files
authored
Upgrade fabric to 6.0.0-beta20 (#30121)
Fixes #29326 because it includes fabricjs/fabric.js#9707.
1 parent 57539bc commit a9e5706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ generate-gitignore:
959959

960960
.PHONY: generate-images
961961
generate-images: | node_modules
962-
npm install --no-save [email protected]beta19 imagemin-zopfli@7
962+
npm install --no-save [email protected]beta20 imagemin-zopfli@7
963963
node tools/generate-images.js $(TAGS)
964964

965965
.PHONY: generate-manpage

0 commit comments

Comments
 (0)