Skip to content

Commit c0abc77

Browse files
Timertimdorr
authored andcommitted
Switch examples to Babel 7, Jest 23, and Webpack 4 (reduxjs#3155)
* Update async example * Update counter example * Update real-world example * Update shopping-cart example * Update todomvc example * Update todos example * Update todos-flow example * Update todos-with-undo example * Update tree-view example * Fix warnings * Switch test environments to node * Ignore empty tests * Update snapshots
1 parent 9b86eda commit c0abc77

30 files changed

+112828
-78379
lines changed

examples/async/package-lock.json

+12,704-8,659
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/async/package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"devDependencies": {
6-
"react-scripts": "^1.1.4"
6+
"react-scripts": "^2.0.2"
77
},
88
"dependencies": {
99
"prop-types": "^15.6.1",
@@ -18,6 +18,12 @@
1818
"start": "react-scripts start",
1919
"build": "react-scripts build",
2020
"eject": "react-scripts eject",
21-
"test": "react-scripts test"
22-
}
21+
"test": "react-scripts test --env=node --passWithNoTests"
22+
},
23+
"browserslist": [
24+
">0.2%",
25+
"not dead",
26+
"not ie <= 11",
27+
"not op_mini all"
28+
]
2329
}

0 commit comments

Comments
 (0)