diff options
author | silverwind <me@silverwind.io> | 2021-11-11 02:52:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 09:52:16 +0800 |
commit | 433e81aecf0325163292c3d0a732a5d80d25dc84 (patch) | |
tree | e4e5f0c1cb2a550f97dc8ac1cc738999115444ab /public | |
parent | 0e189eecaaedc4e2c6ee13882c7b76645af50ccd (diff) | |
download | gitea-433e81aecf0325163292c3d0a732a5d80d25dc84.tar.gz gitea-433e81aecf0325163292c3d0a732a5d80d25dc84.zip |
Update JS dependencies (#17611)
- Update monaco, adapting to breaking changes
- Update dropzone, adapting to breaking changes
- Update linters, fix new issues, disable opinionated stylelint rules
- Rebuild SVGs and images
- Tested Dropzone and Monaco
Replaces: https://github.com/go-gitea/gitea/pull/17574
Diffstat (limited to 'public')
-rw-r--r-- | public/img/svg/octicon-no-entry.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/img/svg/octicon-no-entry.svg b/public/img/svg/octicon-no-entry.svg index 6671f118a2..d51ceaeadb 100644 --- a/public/img/svg/octicon-no-entry.svg +++ b/public/img/svg/octicon-no-entry.svg @@ -1 +1 @@ -<svg viewBox="0 0 16 16" class="svg octicon-no-entry" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2.5 8a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0zM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm3.25 7.75a.75.75 0 0 0 0-1.5h-6.5a.75.75 0 0 0 0 1.5h6.5z"/></svg>
\ No newline at end of file +<svg viewBox="0 0 16 16" class="svg octicon-no-entry" width="16" height="16" aria-hidden="true"><path d="M4.25 7.25a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5z"/><path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1.5 0a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>
\ No newline at end of file |