Skip to content

Commit 8b041d3

Browse files
committed
bump up react version v15
1 parent 43f37ec commit 8b041d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/type-n-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"classnames": "^2.2.0",
4141
"lodash": "^4.0.0",
42-
"react": "^0.14.2",
43-
"react-dom": "^0.14.2",
42+
"react": "^15.2.0",
43+
"react-dom": "^15.2.0",
4444
"rest": "^1.3.1"
4545
},
4646
"devDependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
]
4343
},
4444
"dependencies": {
45-
"most": "^0.16.0",
46-
"react": "^0.14.3"
45+
"most": "^0.19.7",
46+
"react": "^15.2.0"
4747
},
4848
"devDependencies": {
4949
"babel": "^6.1.18",
@@ -52,9 +52,9 @@
5252
"babel-plugin-transform-react-jsx": "^6.1.18",
5353
"babel-preset-es2015": "^6.1.18",
5454
"babelify": "^7.2.0",
55-
"jest-cli": "^0.7.0",
56-
"react-addons-test-utils": "^0.14.3",
57-
"react-dom": "^0.14.3",
55+
"jest-cli": "^13.2.3",
56+
"react-addons-test-utils": "^15.2.0",
57+
"react-dom": "^15.2.0",
5858
"redux": "^3.0.4"
5959
},
6060
"author": "Jichao Ouyang",

0 commit comments

Comments
 (0)