diff options
author | silverwind <me@silverwind.io> | 2020-06-04 04:24:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 22:24:04 -0400 |
commit | 3affe9516afd224a85572f72878fd2ae7e4d58b6 (patch) | |
tree | 4f987bd8102fbcb15567896a1853d2839926bee5 /package.json | |
parent | a3b185d54c1a2a942b105b706ea61af31200060f (diff) | |
download | gitea-3affe9516afd224a85572f72878fd2ae7e4d58b6.tar.gz gitea-3affe9516afd224a85572f72878fd2ae7e4d58b6.zip |
Update fomantic-ui to 2.8.5 (#11736)
Update to [2.8.5](https://github.com/fomantic/Fomantic-UI/releases/tag/2.8.5)
and remove the workaround for the CSS build race condition.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e818e7d7c3..b80cb867de 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dropzone": "5.7.0", "fast-glob": "3.2.2", "file-loader": "6.0.0", - "fomantic-ui": "2.8.4", + "fomantic-ui": "2.8.5", "highlight.js": "10.0.3", "imports-loader": "0.8.0", "jquery": "3.5.1", |