Skip to content

Commit

Permalink
Update dependencies. Closes #60, closes #61, closes #62, closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Aug 12, 2019
1 parent fbda55d commit 426319c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 73 deletions.
137 changes: 72 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,27 @@
"babel-jest": "^24.8.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
"coveralls": "^3.0.5",
"coveralls": "^3.0.6",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"greenkeeper-lockfile": "^1.15.0",
"gzip-size": "^5.0.0",
"jest": "^24.8.0",
"jest-enzyme": "^7.0.2",
"jest-enzyme": "^7.1.0",
"jsdom": "^15.1.1",
"pretty-bytes": "^5.3.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-test-renderer": "^16.5.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"regenerator-runtime": "^0.13.3",
"rollup": "^1.17.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.0",
"rollup-watch": "^4.3.1",
"sinon": "^7.3.2"
"sinon": "^7.4.1"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 426319c

Please sign in to comment.