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

Commit fb3f471

Browse files
committed
update react to version 15.2.0
1 parent dbb77f3 commit fb3f471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Simple and optimized React boilerplate. It includes:
66

7-
- [x] React 15.1.0
7+
- [x] React 15.2.0
88
- [x] ECMAScript 6 and JSX support
99
- [x] React Router
1010
- [x] Webpack Dev Server

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "ISC",
1717
"dependencies": {
1818
"cross-env": "^1.0.7",
19-
"react": "^15.1.0",
19+
"react": "^15.2.0",
2020
"react-dom": "^15.2.0",
2121
"react-router": "^2.5.2"
2222
},

0 commit comments

Comments
 (0)