We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde15cc commit d45d5baCopy full SHA for d45d5ba
examples/initial-locale/package.json
@@ -3,16 +3,20 @@
3
"name": "initial-locale-example",
4
"version": "2.0.0",
5
"scripts": {
6
- "start": "react-scripts start",
+ "prepare": "del node_modules/react-intl-redux/node_modules",
7
+ "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
8
"build": "react-scripts build"
9
},
10
"dependencies": {
- "react": "^16.1.1",
11
- "react-dom": "^16.1.1",
12
- "react-intl": "^2.4.0",
+ "react": "^16.8.6",
+ "react-dom": "^16.8.6",
13
+ "react-intl": "^2.8.0",
14
"react-intl-redux": "file:../..",
- "react-redux": "^5.0.6",
15
- "react-scripts": "1.0.17",
16
- "redux": "^3.7.2"
+ "react-redux": "^7.0.2",
+ "react-scripts": "2.1.8",
17
+ "redux": "^4.0.1"
18
+ },
19
+ "devDependencies": {
20
+ "del-cli": "^1.1.0"
21
}
22
0 commit comments