Update benchmarks dependencies

This commit is contained in:
Nicolas Gallagher
2018-07-06 13:14:36 -07:00
parent baffc9a9e6
commit e4831b7bd8
3 changed files with 516 additions and 187 deletions
+17 -17
View File
@@ -7,31 +7,31 @@
"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 -" "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": { "dependencies": {
"aphrodite": "^2.2.0", "aphrodite": "^2.2.2",
"classnames": "^2.2.5", "classnames": "^2.2.6",
"d3-scale-chromatic": "^1.2.0", "d3-scale-chromatic": "^1.3.0",
"emotion": "^9.1.3", "emotion": "^9.2.4",
"fela": "^6.1.7", "fela": "^6.1.9",
"glamor": "2.20.40", "glamor": "2.20.40",
"radium": "^0.24.0", "radium": "^0.24.0",
"react": "^16.3.2", "react": "^16.4.1",
"react-dom": "^16.3.2", "react-dom": "^16.4.1",
"react-fela": "^7.2.0", "react-fela": "^7.3.1",
"react-jss": "^8.4.0", "react-jss": "^8.6.1",
"react-native-web": "0.8.7", "react-native-web": "0.8.7",
"reactxp": "^1.1.1", "reactxp": "^1.3.0",
"styled-components": "^3.2.6", "styled-components": "^3.3.3",
"styled-jsx": "^2.2.6", "styled-jsx": "^2.2.7",
"styletron-engine-atomic": "^1.0.5", "styletron-engine-atomic": "^1.0.5",
"styletron-react": "^4.2.1" "styletron-react": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-react-native-web": "0.8.7", "babel-plugin-react-native-web": "0.8.7",
"css-loader": "^0.28.11", "css-loader": "^1.0.0",
"style-loader": "^0.21.0", "style-loader": "^0.21.0",
"url-loader": "^1.0.1", "url-loader": "^1.0.1",
"webpack": "^4.8.1", "webpack": "^4.15.1",
"webpack-bundle-analyzer": "^2.11.1", "webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.3" "webpack-cli": "^3.0.8"
} }
} }
+1 -1
View File
@@ -20,7 +20,7 @@ module.exports = {
'style-loader', 'style-loader',
{ {
loader: 'css-loader', loader: 'css-loader',
options: { module: true, localIdentName: '[hash:base64:8]' } options: { modules: true, localIdentName: '[hash:base64:8]' }
} }
] ]
}, },
+498 -169
View File
File diff suppressed because it is too large Load Diff