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

@ -19,11 +19,9 @@
"develop": "npm run watch",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"uuid": "^3.1.0"
},
"peerDependencies": {
"immutable": "^3.7.6",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"uuid": "^3.3.2"
}
}

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"
}
}

View File

@ -31,6 +31,6 @@
"netlify-cms-ui-default": "^2.4.1-beta.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"uuid": "^3.1.0"
"uuid": "^3.3.2"
}
}