Skip to content

Commit f9c260f

Browse files
authored
Merge pull request mic159#15 from simonwillcock/feature/react-16-2-0
Bump react + react-dom versions to 16.2.0
2 parents 120fd1e + de81c64 commit f9c260f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"body-parser": "^1.15.2",
1111
"express": "^4.14.0",
1212
"morgan": "^1.7.0",
13-
"react-dom": "16.0.0",
14-
"react": "16.0.0",
13+
"react-dom": "16.2.0",
14+
"react": "16.2.0",
1515
"yargs": "^3.29.0"
1616
},
1717
"peerDependencies": {
@@ -23,7 +23,12 @@
2323
"type": "git",
2424
"url": "https://github.com/mic159/react-render.git"
2525
},
26-
"keywords": ["react", "reactjs", "isomorphic", "templates"],
26+
"keywords": [
27+
"react",
28+
"reactjs",
29+
"isomorphic",
30+
"templates"
31+
],
2732
"homepage": "https://github.com/mic159/react-render",
2833
"license": "MIT"
2934
}

0 commit comments

Comments
 (0)