Skip to content

Commit 3ac1cff

Browse files
committed
update react react-dom version
1 parent 228266e commit 3ac1cff

File tree

3 files changed

+440
-86
lines changed

3 files changed

+440
-86
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
## 特色
66

7-
* [react 16](https://github.com/facebook/react)
8-
* [react-router 4](https://reacttraining.com/react-router/web/example/basic)
7+
* [react 16.3.1](https://github.com/facebook/react)
98
* [webpack 4](https://github.com/webpack/webpack)
109
* [babel 6](https://github.com/babel/babel)
1110
* [eslint](http://eslint.org)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"license": "ISC",
1818
"private": true,
1919
"dependencies": {
20-
"react": "^16.2.0",
21-
"react-dom": "^16.2.0"
20+
"react": "^16.3.1",
21+
"react-dom": "^16.3.1"
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^8.1.0",

0 commit comments

Comments
 (0)