diff options
| author | Ryan Choi <ryan.mingyu.choi@gmail.com> | 2018-09-22 23:09:53 -0700 |
|---|---|---|
| committer | Ryan Choi <ryan.mingyu.choi@gmail.com> | 2018-09-22 23:09:53 -0700 |
| commit | d256c208567be3d8f6f47f6d0370b1cdf96c7e1e (patch) | |
| tree | 7e3f95c8d146a7ed227fb593c34c3b94f18d2b99 /sick-fits/frontend/package.json | |
| parent | 8b60ee7f583f893d68a533a3304f30436e72b5f6 (diff) | |
Update jest dep version to update jsdom dep version with recent bug fix
Diffstat (limited to 'sick-fits/frontend/package.json')
| -rw-r--r-- | sick-fits/frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 243daa9..9cde1de 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -42,7 +42,7 @@ "casual": "^1.5.19", "enzyme-to-json": "^3.3.4", "graphql-tools": "^3.0.2", - "jest": "^22.4.4", + "jest": "^23.6.0", "jest-transform-graphql": "^2.1.0" }, "jest": { |
