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

Commit 3d8a249

Browse files
committed
update react and react-dom to 15.6.1
1 parent 01635a6 commit 3d8a249

File tree

3 files changed

+443
-164
lines changed

3 files changed

+443
-164
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.6.0
7+
- [x] React 15.6.1
88
- [x] ECMAScript 6 and JSX support
99
- [x] React Router v4
1010
- [x] Component testing using [Enzyme](https://github.com/airbnb/enzyme)

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"author": "Kliment Petrov <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"cross-env": "5.0.1",
19-
"react": "15.6.0",
20-
"react-dom": "15.6.0",
21-
"react-hot-loader": "3.0.0-beta.6",
22-
"react-router-dom": "4.1.1"
18+
"cross-env": "^5.0.1",
19+
"react": "^15.6.1",
20+
"react-dom": "^15.6.1",
21+
"react-hot-loader": "^3.0.0-beta.6",
22+
"react-router-dom": "^4.1.1"
2323
},
2424
"devDependencies": {
2525
"babel-cli": "6.24.1",

0 commit comments

Comments
 (0)