Skip to content

Commit fd11853

Browse files
committed
update react-scripts version
1 parent 0700ce6 commit fd11853

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

example/package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
"dependencies": {
1111
"hyperapp-scripts": "file:../"
1212
},
13-
"browserslist": [
14-
">0.2%",
15-
"not dead",
16-
"not ie <= 11",
17-
"not op_mini all"
18-
]
13+
"browserslist": {
14+
"production": [
15+
">0.2%",
16+
"not dead",
17+
"not op_mini all"
18+
],
19+
"development": [
20+
"last 1 chrome version",
21+
"last 1 firefox version",
22+
"last 1 safari version"
23+
]
24+
}
1925
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
1414
},
1515
"dependencies": {
16-
"react-scripts": "=2.1.8"
16+
"react-scripts": "=3.0.0"
1717
},
1818
"devDependencies": {
1919
"hyperapp": "=1.2.9"

0 commit comments

Comments
 (0)