loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

(cherry picked from commit a9e5706696f7d593e281d33783877b7772e48e19)

authored by

silverwind and committed by
Earl Warren
3a7d05f1 43db1e81

+1 -1
+1 -1
Makefile
··· 1000 1000 1001 1001 .PHONY: generate-images 1002 1002 generate-images: | node_modules 1003 - npm install --no-save fabric@6.0.0-beta19 imagemin-zopfli@7 1003 + npm install --no-save fabric@6.0.0-beta20 imagemin-zopfli@7 1004 1004 node tools/generate-images.js $(TAGS) 1005 1005 1006 1006 .PHONY: generate-manpage