mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 18:52:07 +00:00
Update benchmarks dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user