Update benchmarks dependencies

This commit is contained in:
Nicolas Gallagher
2018-04-07 17:20:01 -07:00
parent 5a04d07a35
commit 4529a4ac0a
2 changed files with 193 additions and 166 deletions
+14 -13
View File
@@ -7,29 +7,30 @@
"release": "yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -"
},
"dependencies": {
"aphrodite": "1.2.5",
"aphrodite": "^2.1.0",
"classnames": "^2.2.5",
"d3-scale-chromatic": "^1.2.0",
"emotion": "^9.0.2",
"fela": "^6.1.4",
"emotion": "^9.1.1",
"fela": "^6.1.7",
"glamor": "2.20.40",
"radium": "^0.22.1",
"radium": "^0.24.0",
"react": "^16.2.0",
"react-component-benchmark": "^0.0.4",
"react-dom": "^16.2.0",
"react-fela": "^7.0.1",
"react-jss": "^8.3.3",
"react-fela": "^7.2.0",
"react-jss": "^8.4.0",
"react-native-web": "0.5.4",
"reactxp": "^1.0.0",
"styled-components": "^3.2.0",
"styled-jsx": "^2.2.5",
"styletron-engine-atomic": "^1.0.0",
"styletron-react": "^4.0.0"
"reactxp": "^1.1.0",
"styled-components": "^3.2.5",
"styled-jsx": "^2.2.6",
"styletron-engine-atomic": "^1.0.4",
"styletron-react": "^4.0.3"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.5.4",
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"css-loader": "^0.28.11",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2"
}