chore: update dependencies

This commit is contained in:
Pedro Nauck
2018-10-30 11:54:49 -03:00
parent cacc6fb346
commit fee795ac40
12 changed files with 1090 additions and 988 deletions

View File

@@ -7,14 +7,14 @@
"build": "docz build"
},
"dependencies": {
"emotion": "^9.2.9",
"emotion": "^9.2.12",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.9",
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.5"
}
}

View File

@@ -7,17 +7,17 @@
"build": "docz build"
},
"dependencies": {
"emotion": "^9.2.9",
"emotion": "^9.2.12",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.9",
"babel-plugin-emotion": "^9.2.11",
"docz": "^0.12.5",
"flow-bin": "^0.81.0",
"flow-bin": "^0.85.0",
"flow-typed": "^2.5.1"
}
}

View File

@@ -8,9 +8,9 @@
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^3.4.9"
"react": "^16.6.0",
"react-dom": "^16.6.0",
"styled-components": "^4.0.2"
},
"devDependencies": {
"docz": "^0.12.5"

View File

@@ -9,12 +9,12 @@
"dependencies": {
"docz": "^0.12.5",
"docz-core": "^0.12.5",
"emotion": "^9.2.9",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
"emotion": "^9.2.12",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.9"
"babel-plugin-emotion": "^9.2.11"
}
}