diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-04-02 12:51:30 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-04-02 12:51:30 +0200 |
commit | c14927dcd1568c33c3ae4cc846eff12fc4aa362a (patch) | |
tree | db5e66de3776f5dee69c329a1f49929e1e93a017 /package.json | |
parent | d4a4f68db5a2c680f6aa174e6abba35ed83a2d89 (diff) | |
download | gitlab-ce-c14927dcd1568c33c3ae4cc846eff12fc4aa362a.tar.gz |
Resolve CE/EE difference in FE dependency filesleipert-resolve-fe-dependency-conflict-ce
This resolved the one conflict we have in CE/EE.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index a2d96cc551a..d672370e9a3 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,13 @@ "d3-array": "^1.2.1", "d3-axis": "^1.0.8", "d3-brush": "^1.0.4", + "d3-ease": "^1.0.3", "d3-scale": "^1.0.7", "d3-selection": "^1.2.0", "d3-shape": "^1.2.0", "d3-time": "^1.0.8", "d3-time-format": "^2.1.1", + "d3-transition": "^1.1.1", "dateformat": "^3.0.3", "deckar01-task_list": "^2.2.0", "diff": "^3.4.0", |