Skip to content

Commit 7a4e188

Browse files
upgrade example project react and react-scripts to latest
1 parent 1e094c3 commit 7a4e188

File tree

2 files changed

+270
-200
lines changed

2 files changed

+270
-200
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"dependencies": {
88
"prop-types": "^15.4.4",
9-
"react": "^15.6.1",
10-
"react-dom": "^15.6.1",
11-
"react-modern-library-boilerplate": "^1.0.0",
12-
"react-scripts": "1.0.13"
9+
"react": "^16.2.0",
10+
"react-dom": "^16.2.0",
11+
"react-modern-library-boilerplate": "*",
12+
"react-scripts": "^1.1.1"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",

0 commit comments

Comments
 (0)