fix uuid peers (#2212)

This commit is contained in:
Tony Alves
2019-03-17 10:44:51 -07:00
committed by Shawn Erquhart
parent dac2442c21
commit 4b8face660
3 changed files with 6 additions and 8 deletions

View File

@ -22,8 +22,7 @@
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"common-tags": "^1.8.0",
"uuid": "^3.3.2"
"common-tags": "^1.8.0"
},
"peerDependencies": {
"@emotion/core": "^10.0.9",
@ -32,6 +31,7 @@
"netlify-cms-ui-default": "^2.4.1-beta.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-immutable-proptypes": "^2.1.0"
"react-immutable-proptypes": "^2.1.0",
"uuid": "^3.3.2"
}
}