diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2017-11-26 08:37:12 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2017-11-26 08:37:12 +0800 |
commit | cefe6cded6728ff95d951435430da311356c3b23 (patch) | |
tree | e37ae935d5a6741f97aeea18f6a128518c3645fb /package.json | |
parent | 28409294c3cd70ddbc9a9f3467d402c89e110261 (diff) | |
download | tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar.gz tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar.bz2 tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar.lz tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar.xz tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.tar.zst tangerine-wallet-browser-cefe6cded6728ff95d951435430da311356c3b23.zip |
Update to Enzyme 3.2.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 12c839739..27fea1495 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,8 @@ "deep-freeze-strict": "^1.1.1", "del": "^3.0.0", "envify": "^4.0.0", - "enzyme": "^2.8.2", + "enzyme": "^3.2.0", + "enzyme-adapter-react-15": "^1.0.5", "eslint-plugin-chai": "0.0.1", "eslint-plugin-mocha": "^4.9.0", "eslint-plugin-react": "^7.4.0", |