Skip to content

Commit

Permalink
16.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 6, 2019
1 parent 45b0717 commit c7ab86f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-test-renderer",
"version": "16.7.0",
"version": "16.8.0",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-test-renderer"
},
"keywords": [
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.7.0",
"scheduler": "^0.12.0"
"react-is": "^16.8.0",
"scheduler": "^0.13.0"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

0 comments on commit c7ab86f

Please sign in to comment.