Skip to content

Commit

Permalink
Require uuid at least 3.0.1
Browse files Browse the repository at this point in the history
In #998 I bumped uuid 2.x -> 3.x and converted the import to
import from `uuid/v4`, but this didn't exist until 3.0.1.
  • Loading branch information
lencioni authored Jun 22, 2017
1 parent 4ab06c2 commit a3acb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"prop-types": "^15.5.10",
"uuid": "^3.0.0"
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit a3acb7b

Please sign in to comment.