Skip to content

Commit d45d5ba

Browse files
committed
Update initial-locale example
1 parent bde15cc commit d45d5ba

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

examples/initial-locale/package.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
"name": "initial-locale-example",
44
"version": "2.0.0",
55
"scripts": {
6-
"start": "react-scripts start",
6+
"prepare": "del node_modules/react-intl-redux/node_modules",
7+
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
78
"build": "react-scripts build"
89
},
910
"dependencies": {
10-
"react": "^16.1.1",
11-
"react-dom": "^16.1.1",
12-
"react-intl": "^2.4.0",
11+
"react": "^16.8.6",
12+
"react-dom": "^16.8.6",
13+
"react-intl": "^2.8.0",
1314
"react-intl-redux": "file:../..",
14-
"react-redux": "^5.0.6",
15-
"react-scripts": "1.0.17",
16-
"redux": "^3.7.2"
15+
"react-redux": "^7.0.2",
16+
"react-scripts": "2.1.8",
17+
"redux": "^4.0.1"
18+
},
19+
"devDependencies": {
20+
"del-cli": "^1.1.0"
1721
}
1822
}

0 commit comments

Comments
 (0)