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-move-to-start.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-move-to-start.svg')
-rw-r--r-- | public/img/svg/octicon-move-to-start.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/octicon-move-to-start.svg b/public/img/svg/octicon-move-to-start.svg new file mode 100644 index 0000000000..84369e10b2 --- /dev/null +++ b/public/img/svg/octicon-move-to-start.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 16" class="svg octicon-move-to-start" width="16" height="16" aria-hidden="true"><path d="M5.22 7.47a.749.749 0 0 0 0 1.06l3.75 3.75a.749.749 0 1 0 1.06-1.06L7.561 8.75h6.689a.75.75 0 0 0 0-1.5H7.561l2.469-2.47a.749.749 0 1 0-1.06-1.06L5.22 7.47ZM3 3.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0v-8.5Z"/></svg>
\ No newline at end of file |