Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit c85ab74

Browse files
committed
Update react to 0.14.3
Also changes React to pinned versions so we see the exact version that was used in a release. [node-check-updates](https://www.npmjs.com/package/npm-check-updates) makes it pretty easy to explicitly update dependencies.
1 parent 2ea86b3 commit c85ab74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"babel-preset-stage-0": "^6.1.18",
66
"classnames": "^2.1.2",
77
"es6-symbol": "^2.0.1",
8-
"fbjs": "^0.4.0",
8+
"fbjs": "0.5.1",
99
"fbjs-scripts": "0.5.0",
1010
"immutable": "^3.7.4",
1111
"object-assign": "^3.0.0",
12-
"react": "^0.14.2",
13-
"react-addons-create-fragment": "^0.14.2",
14-
"react-dom": "^0.14.2"
12+
"react": "0.14.3",
13+
"react-addons-create-fragment": "0.14.3",
14+
"react-dom": "0.14.3"
1515
},
1616
"license": "BSD-3-Clause",
1717
"repository": "facebook/react-devtools",

0 commit comments

Comments
 (0)