Skip to content

Commit 295ba05

Browse files
committed
Merge branch 'react' of https://github.com/localvoid/js-framework-benchmark into localvoid-react
2 parents 8689781 + 5060edf commit 295ba05

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

frameworks/keyed/react-redux/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "React demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersionFromPackage": "react:redux"
7+
"frameworkVersionFromPackage": "react:react-redux"
88
},
99
"scripts": {
1010
"build-dev": "webpack --watch",
@@ -22,19 +22,19 @@
2222
"url": "https://github.com/krausest/js-framework-benchmark.git"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "7.1.2",
26-
"@babel/preset-env": "7.1.0",
25+
"@babel/core": "7.2.0",
26+
"@babel/preset-env": "7.2.0",
2727
"@babel/preset-react": "7.0.0",
28-
"@babel/plugin-proposal-class-properties": "7.1.0",
28+
"@babel/plugin-proposal-class-properties": "7.2.1",
2929
"babel-loader": "8.0.4",
3030
"terser-webpack-plugin": "1.1.0",
31-
"webpack": "4.22.0",
31+
"webpack": "4.27.0",
3232
"webpack-cli": "3.1.2"
3333
},
3434
"dependencies": {
35-
"react": "16.6.0",
36-
"react-dom": "16.6.0",
37-
"react-redux": "5.0.7",
35+
"react": "16.6.3",
36+
"react-dom": "16.6.3",
37+
"react-redux": "6.0.0",
3838
"redux": "4.0.1"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)