diff options
author | silverwind <me@silverwind.io> | 2020-09-10 06:16:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 12:16:40 +0800 |
commit | a7754285160aaaaf8b02d9ed3822001e2abd401f (patch) | |
tree | ccba97a3858098e12825625a29bf3f1715e95341 /semantic.json | |
parent | 33ac0cc125b3f5031119e677775bf07d8c21419b (diff) | |
download | gitea-a7754285160aaaaf8b02d9ed3822001e2abd401f.tar.gz gitea-a7754285160aaaaf8b02d9ed3822001e2abd401f.zip |
Update JS dependencies (#12782)
- Update all dependencies
- Add explicit postcss dependency as dictated by postcss-loader
- Adapt for new postcss-loader syntax
- Move sourceMap options to top for consistency
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'semantic.json')
-rw-r--r-- | semantic.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semantic.json b/semantic.json index a103afccb3..3b927d58f4 100644 --- a/semantic.json +++ b/semantic.json @@ -1,5 +1,5 @@ { - "version": "2.8.6", + "version": "2.8.7", "base": "node_modules/fomantic-ui", "paths": { "source": { |