Skip to content

Commit 9e24d76

Browse files
committed
Upgrade react and react-scripts
1 parent 1b025ec commit 9e24d76

File tree

4 files changed

+16525
-8845
lines changed

4 files changed

+16525
-8845
lines changed

catch-of-the-day/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"private": true,
55
"devDependencies": {
66
"concurrently": "4.1.0",
7-
"react-scripts": "^1.1.4"
7+
"react-scripts": "^2.1.1"
88
},
99
"dependencies": {
1010
"autoprefixer-stylus": "0.14.0",
1111
"firebase": "^5.7.0",
1212
"prop-types": "^15.6.0",
1313
"re-base": "4.0.0",
14-
"react": "^16.3.0-alpha.1",
15-
"react-dom": "^16.3.0-alpha.1",
14+
"react": "^16.6.3",
15+
"react-dom": "^16.6.3",
1616
"react-router-dom": "^4.2.2",
1717
"react-transition-group": "^2.2.1",
1818
"serve": "^10.1.1",
@@ -26,5 +26,11 @@
2626
"eject": "react-scripts eject",
2727
"styles": "stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css",
2828
"styles:watch": "stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css"
29-
}
29+
},
30+
"browserslist": [
31+
">0.2%",
32+
"not dead",
33+
"not ie <= 11",
34+
"not op_mini all"
35+
]
3036
}

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)