Update 'benchmarks' dependencies

This commit is contained in:
Nicolas Gallagher
2019-10-08 11:14:17 -07:00
parent 41e6dca1e3
commit 9e7c37128e
4 changed files with 1005 additions and 363 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
"metro-react-native-babel-preset": "^0.51.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.18.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-test-renderer": "^16.10.2"
},
"workspaces": [
+17 -19
View File
@@ -7,29 +7,27 @@
"release": "NODE_ENV=production 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": "^2.3.1",
"aphrodite": "^2.4.0",
"classnames": "^2.2.6",
"d3-scale-chromatic": "^1.3.3",
"emotion": "^10.0.9",
"fela": "^10.2.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fela": "^10.2.1",
"react-jss": "^8.6.1",
"d3-scale-chromatic": "^1.5.0",
"emotion": "^10.0.23",
"fela": "^10.8.2",
"react-fela": "^10.8.2",
"react-jss": "^10.0.0",
"react-native-web": "0.11.7",
"reactxp": "^1.6.0-rc.3",
"styled-components": "^4.1.3",
"styled-jsx": "^3.2.1",
"styletron-engine-atomic": "^1.1.0",
"styletron-react": "^4.4.5"
"reactxp": "^2.0.0-rc.1",
"styled-components": "^4.4.1",
"styled-jsx": "^3.2.4",
"styletron-engine-atomic": "^1.4.4",
"styletron-react": "^5.2.6"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.11.7",
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2"
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10"
}
}
+5 -1
View File
@@ -23,7 +23,11 @@ module.exports = {
'style-loader',
{
loader: 'css-loader',
options: { modules: true, localIdentName: '[hash:base64:8]' }
options: {
modules: {
localIdentName: '[hash:base64:8]'
}
}
}
]
},
+981 -341
View File
File diff suppressed because it is too large Load Diff