Skip to content

Commit

Permalink
Accept AVIF and HEIF images #10871
Browse files Browse the repository at this point in the history
They will be converted to WebP during upload
  • Loading branch information
PowerKiKi committed Nov 12, 2024
1 parent 3d64991 commit afb22bf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ext-json": "*",
"ext-pdo": "*",
"beberlei/doctrineextensions": "^1.5",
"ecodev/felix": "^15.1",
"ecodev/felix": "^15.2",
"ecodev/graphql-doctrine": "^10.0",
"ecodev/graphql-upload": "^7.0",
"laminas/laminas-config-aggregator": "^1.15",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@angular/router": "^18.2.3",
"@apollo/client": "~3.10.8",
"@ecodev/fab-speed-dial": "^17.0.0",
"@ecodev/natural": "^61.1.2",
"@ecodev/natural-editor": "^61.1.2",
"@ecodev/natural": "^61.3.0",
"@ecodev/natural-editor": "^61.3.0",
"@ecodev/natural-layout": "^2.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,10 +1639,10 @@
dependencies:
tslib "^2.6"

"@ecodev/natural-editor@^61.1.2":
version "61.1.2"
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-61.1.2.tgz#541541568056779bacb4c2d07b1fa91f853f26e6"
integrity sha512-zufI7NG5eyw+dpCgCK5hoRf7UKPCxkhNnNPKUuHIV926tMP4eVjj6paKfopPDlhxWPm07oIeV4rCXnDNTlDouA==
"@ecodev/natural-editor@^61.3.0":
version "61.3.0"
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-61.3.0.tgz#90d8472b8e928c3dead1fbbdcd244944ed6881e5"
integrity sha512-v8INYOmcHBrgFIv5XjbzkBke3UfxJXI88jCyjRSU1x9R5NZ91/2qws4wwSoPu6iuPuJR+TLnigJ8WVGT+ofHMQ==
dependencies:
prosemirror-commands "^1.5.2"
prosemirror-dropcursor "^1.8.1"
Expand All @@ -1664,10 +1664,10 @@
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==

"@ecodev/natural@^61.1.2":
version "61.1.2"
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-61.1.2.tgz#580422165f1fc27ff2d4e85feba773e7c3aae4c8"
integrity sha512-w9sSiGkNt+WoyiuMoyzc86J+fFLcqaBOapsqouNRKB8x03HtjBh7NDU2vqLQGSQSnmmYUb+8CI7qQdPp8hK8XA==
"@ecodev/natural@^61.3.0":
version "61.3.0"
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-61.3.0.tgz#c66a613fc3d2c5f98ac3dbf3cc1b1a87ae882eb1"
integrity sha512-WOkQzLc2KfbezWruLjQZgaHcl/W9vv3TCnelvHSZ1QSxyGPOIBKQajyypvXj068JLQFAFNt3VkF79IBFcrtNkA==
dependencies:
crypto-es "^2.0.3"
extract-files "^13.0.0"
Expand Down

0 comments on commit afb22bf

Please sign in to comment.