diff options
author | silverwind <me@silverwind.io> | 2020-02-25 05:56:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 01:56:59 -0300 |
commit | 85e6a1267c634b0316b159874e6e4e18c267c7fb (patch) | |
tree | c00e409f5f582459a1713b0fae3c8cc87bb264a7 /semantic.json | |
parent | dc88b786e930bed84b5b0d91f459020fd2a2e729 (diff) | |
download | gitea-85e6a1267c634b0316b159874e6e4e18c267c7fb.tar.gz gitea-85e6a1267c634b0316b159874e6e4e18c267c7fb.zip |
Update JS dependencies (#10450)
Fomantic's update process did fail to update via 'npm install' because
of our config initially but it did work after manually bumping the
version in semantic.json.
Fomantic changes:
https://github.com/fomantic/Fomantic-UI/blob/master/CHANGELOG.md#284
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 71bfc87e6b..5396abe3a2 100644 --- a/semantic.json +++ b/semantic.json @@ -1,5 +1,5 @@ { - "version": "2.8.3", + "version": "2.8.4", "base": "node_modules/fomantic-ui", "paths": { "source": { |