diff options
author | silverwind <me@silverwind.io> | 2022-08-06 17:30:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 18:30:13 +0300 |
commit | dba14dc196c1b0a9bca790393e11a7c236c660eb (patch) | |
tree | d6d7d2c273126f744388d4386771c5ffb7e79a1c /public/img/svg/octicon-git-merge-queue.svg | |
parent | fe78d35ef51f876dc3abf1eab62f926ff25d746d (diff) | |
download | gitea-dba14dc196c1b0a9bca790393e11a7c236c660eb.tar.gz gitea-dba14dc196c1b0a9bca790393e11a7c236c660eb.zip |
Update JS dependencies, adjust eslint (#20659)
* Update JS dependencies
- Update all JS dependencies minus vue-*
- Improve eslint restricted globals
- Tested build, lint and swagger
* few more lint improvements
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'public/img/svg/octicon-git-merge-queue.svg')
-rw-r--r-- | public/img/svg/octicon-git-merge-queue.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/octicon-git-merge-queue.svg b/public/img/svg/octicon-git-merge-queue.svg new file mode 100644 index 0000000000..17d7767b05 --- /dev/null +++ b/public/img/svg/octicon-git-merge-queue.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 16" class="svg octicon-git-merge-queue" width="16" height="16" aria-hidden="true"><path d="M3.75 4.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5z"/><path fill-rule="evenodd" d="M3 7.75a.75.75 0 0 1 1.5 0v2.878a2.251 2.251 0 1 1-1.5 0V7.75zm.75 5.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/><path d="M8.75 5.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0z"/><path fill-rule="evenodd" d="M14.5 8.25a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0zm-1.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0z"/></svg>
\ No newline at end of file |