diff options
author | silverwind <me@silverwind.io> | 2024-02-02 10:36:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 09:36:32 +0000 |
commit | a062725758b765cdedd1b02da5982c6fbfc5f702 (patch) | |
tree | 5779c8f1df2748bf686d22c16ff30aac68927a46 /public/assets/img/svg/octicon-person-fill.svg | |
parent | 71422c0e3b80679c11a0f9a7036b557e851d0c78 (diff) | |
download | gitea-a062725758b765cdedd1b02da5982c6fbfc5f702.tar.gz gitea-a062725758b765cdedd1b02da5982c6fbfc5f702.zip |
Update JS and PY dependencies, build for `es2020` browsers (#28977)
- Update all JS dependencies minus @mcaptcha/vanilla-glue
- Fix new lint errors
- Regenerate SVGs
- Switch to maintained stylelint stylistic plugin
- Tested Mermaid, Citation, Swagger, sorting
- Raise ESBuild target to `es2020` as dictated by `pretty-ms`
dependency.
Diffstat (limited to 'public/assets/img/svg/octicon-person-fill.svg')
-rw-r--r-- | public/assets/img/svg/octicon-person-fill.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/img/svg/octicon-person-fill.svg b/public/assets/img/svg/octicon-person-fill.svg index e3cd5eedf0..4715c29f03 100644 --- a/public/assets/img/svg/octicon-person-fill.svg +++ b/public/assets/img/svg/octicon-person-fill.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="svg octicon-person-fill" width="16" height="16" aria-hidden="true"><path d="M4.243 4.757a3.757 3.757 0 1 1 5.851 3.119 6.006 6.006 0 0 1 3.9 5.339.75.75 0 0 1-.715.784H2.721a.75.75 0 0 1-.714-.784 6.006 6.006 0 0 1 3.9-5.34 3.753 3.753 0 0 1-1.664-3.118"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="svg octicon-person-fill" width="16" height="16" aria-hidden="true"><path d="M4.243 4.757a3.757 3.757 0 1 1 5.851 3.119 6.01 6.01 0 0 1 3.9 5.339.75.75 0 0 1-.715.784H2.721a.75.75 0 0 1-.714-.784 6.01 6.01 0 0 1 3.9-5.34 3.75 3.75 0 0 1-1.664-3.118"/></svg>
\ No newline at end of file |