Skip to content

Commit 9e7c371

Browse files
committed
Update 'benchmarks' dependencies
1 parent 41e6dca commit 9e7c371

File tree

4 files changed

+1020
-378
lines changed

4 files changed

+1020
-378
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"metro-react-native-babel-preset": "^0.51.0",
6161
"npm-run-all": "^4.1.3",
6262
"prettier": "^1.18.2",
63-
"react": "^16.7.0",
64-
"react-dom": "^16.7.0",
63+
"react": "^16.10.2",
64+
"react-dom": "^16.10.2",
6565
"react-test-renderer": "^16.10.2"
6666
},
6767
"workspaces": [

packages/benchmarks/package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,27 @@
77
"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 -"
88
},
99
"dependencies": {
10-
"aphrodite": "^2.3.1",
10+
"aphrodite": "^2.4.0",
1111
"classnames": "^2.2.6",
12-
"d3-scale-chromatic": "^1.3.3",
13-
"emotion": "^10.0.9",
14-
"fela": "^10.2.1",
15-
"react": "^16.7.0",
16-
"react-dom": "^16.7.0",
17-
"react-fela": "^10.2.1",
18-
"react-jss": "^8.6.1",
12+
"d3-scale-chromatic": "^1.5.0",
13+
"emotion": "^10.0.23",
14+
"fela": "^10.8.2",
15+
"react-fela": "^10.8.2",
16+
"react-jss": "^10.0.0",
1917
"react-native-web": "0.11.7",
20-
"reactxp": "^1.6.0-rc.3",
21-
"styled-components": "^4.1.3",
22-
"styled-jsx": "^3.2.1",
23-
"styletron-engine-atomic": "^1.1.0",
24-
"styletron-react": "^4.4.5"
18+
"reactxp": "^2.0.0-rc.1",
19+
"styled-components": "^4.4.1",
20+
"styled-jsx": "^3.2.4",
21+
"styletron-engine-atomic": "^1.4.4",
22+
"styletron-react": "^5.2.6"
2523
},
2624
"devDependencies": {
2725
"babel-plugin-react-native-web": "0.11.7",
28-
"css-loader": "^2.1.1",
29-
"style-loader": "^0.23.1",
30-
"url-loader": "^1.1.2",
31-
"webpack": "^4.28.1",
32-
"webpack-bundle-analyzer": "^3.0.3",
33-
"webpack-cli": "^3.1.2"
26+
"css-loader": "^3.2.0",
27+
"style-loader": "^1.0.0",
28+
"url-loader": "^2.2.0",
29+
"webpack": "^4.41.2",
30+
"webpack-bundle-analyzer": "^3.6.0",
31+
"webpack-cli": "^3.3.10"
3432
}
3533
}

packages/benchmarks/webpack.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ module.exports = {
2323
'style-loader',
2424
{
2525
loader: 'css-loader',
26-
options: { modules: true, localIdentName: '[hash:base64:8]' }
26+
options: {
27+
modules: {
28+
localIdentName: '[hash:base64:8]'
29+
}
30+
}
2731
}
2832
]
2933
},

0 commit comments

Comments
 (0)