Skip to content

Commit 9c09e3a

Browse files
committed
updated react + mobx to 15.4.2 + 3.0.1
1 parent 945df4d commit 9c09e3a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
File renamed without changes.

react-v15.4.0-mobX-v2.6.3/index.html renamed to react-v15.4.2-mobX-v3.0.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>React v15.4.0 + Mobx 2.6.3</title>
5+
<title>React v15.4.2 + Mobx 3.0.1</title>
66
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
77
<link href="../css/main.css" rel="stylesheet"/>
88
</head>

react-v15.4.0-mobX-v2.6.3/package.json renamed to react-v15.4.2-mobX-v3.0.1/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"url": "https://github.com/krausest/js-framework-benchmark.git"
2020
},
2121
"devDependencies": {
22-
"babel-core": "6.18.2",
23-
"babel-loader": "6.2.8",
22+
"babel-core": "6.21.0",
23+
"babel-loader": "6.2.10",
2424
"babel-plugin-transform-class-properties": "6.19.0",
2525
"babel-plugin-transform-decorators-legacy": "1.3.4",
2626
"babel-preset-es2015": "6.18.0",
2727
"babel-preset-react": "6.16.0",
2828
"babel-preset-stage-0": "6.16.0",
29-
"webpack": "1.13.3",
29+
"webpack": "1.14.0",
3030
"jsx-loader": "0.13.2"
3131
},
3232
"dependencies": {
33-
"mobx": "2.6.3",
34-
"mobx-react": "3.5.9",
35-
"react": "15.4.0",
36-
"react-dom": "15.4.0"
33+
"mobx": "3.0.1",
34+
"mobx-react": "4.1.0",
35+
"react": "15.4.2",
36+
"react-dom": "15.4.2"
3737
}
3838
}

react-v15.4.0-mobX-v2.6.3/src/Main.jsx renamed to react-v15.4.2-mobX-v3.0.1/src/Main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class Main extends React.Component{
9191
<div className="jumbotron">
9292
<div className="row">
9393
<div className="col-md-6">
94-
<h1>React v15.4.0 + Mobx 2.6.3</h1>
94+
<h1>React v15.4.2 + Mobx 3.0.1</h1>
9595
</div>
9696
<div className="col-md-6">
9797
<div className="row">
File renamed without changes.

0 commit comments

Comments
 (0)