Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit a49557b

Browse files
author
Justin Slattery
committed
Update react to 0.14.3
1 parent 03f1280 commit a49557b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@
3535
"babelify": "^6.3.0",
3636
"browserify": "^12.0.1",
3737
"react-addons-shallow-compare": "^0.14.0",
38-
"watchify": "^3.4.0",
39-
"reflux": "^0.3.0"
38+
"reflux": "^0.3.0",
39+
"watchify": "^3.6.1"
4040
},
4141
"dependencies": {
4242
"classnames": "^2.1.5",
4343
"font-awesome": "^4.4.0",
4444
"immutable": "^3.7.5",
45-
"react": "^0.14.1",
46-
"react-dom": "^0.14.1",
45+
"react": "^0.14.3",
46+
"react-addons-shallow-compare": "^0.14.3",
47+
"react-dom": "^0.14.3",
4748
"react-timeago": "^2.2.1"
4849
}
4950
}

0 commit comments

Comments
 (0)