diff options
author | silverwind <me@silverwind.io> | 2023-03-17 06:45:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 01:45:45 -0400 |
commit | 96be0cb6e3ac4e0ac158e9f64c5d44b2a5140a9a (patch) | |
tree | 898d2a4dec4770ae75762097c06930e0cb517cee /public/img/svg/octicon-chevron-up.svg | |
parent | 12ddc48c5c02123b1e6dab9d2d38b03f027d196e (diff) | |
download | gitea-96be0cb6e3ac4e0ac158e9f64c5d44b2a5140a9a.tar.gz gitea-96be0cb6e3ac4e0ac158e9f64c5d44b2a5140a9a.zip |
Update JS dependencies, Require Node.js 16 (#23528)
- Update all JS dependencies
- Require Node.js 16 as dictated by `esbuild-loader`
- Regenerate SVG
- Adapt to `esbuild-loader` breaking changes
- Minor refactor in `webpack.config.js`
- Tested build, monaco and swagger-ui
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'public/img/svg/octicon-chevron-up.svg')
-rw-r--r-- | public/img/svg/octicon-chevron-up.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/img/svg/octicon-chevron-up.svg b/public/img/svg/octicon-chevron-up.svg index 9c48df9606..b294d013d4 100644 --- a/public/img/svg/octicon-chevron-up.svg +++ b/public/img/svg/octicon-chevron-up.svg @@ -1 +1 @@ -<svg viewBox="0 0 16 16" class="svg octicon-chevron-up" width="16" height="16" aria-hidden="true"><path d="M3.22 9.78a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018L8 6.06 4.28 9.78a.75.75 0 0 1-1.06 0Z"/></svg>
\ No newline at end of file +<svg viewBox="0 0 16 16" class="svg octicon-chevron-up" width="16" height="16" aria-hidden="true"><path d="M3.22 10.53a.749.749 0 0 1 0-1.06l4.25-4.25a.749.749 0 0 1 1.06 0l4.25 4.25a.749.749 0 1 1-1.06 1.06L8 6.811 4.28 10.53a.749.749 0 0 1-1.06 0Z"/></svg>
\ No newline at end of file |