Skip to content

Commit

Permalink
Update versions for 16.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 28, 2019
1 parent a3bbb94 commit 24391e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "16.8.5",
"version": "16.8.6",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": {
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.8.5",
"scheduler": "^0.13.5"
"react-is": "^16.8.6",
"scheduler": "^0.13.6"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

0 comments on commit 24391e8

Please sign in to comment.