We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c337cf commit 93ecbd8Copy full SHA for 93ecbd8
package.json
@@ -5,10 +5,10 @@
5
"dependencies": {
6
"bootstrap": "^3.3.7",
7
"jquery": "^3.3.1",
8
- "react": "^16.4.1",
9
- "react-dom": "^16.4.1",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
10
"react-router-dom": "^5.2.0",
11
- "react-scripts": "1.1.4",
+ "react-scripts": "4.0.3",
12
"survey-analytics": "latest",
13
"survey-creator": "latest",
14
"survey-pdf": "latest",
@@ -20,8 +20,14 @@
20
},
21
"scripts": {
22
"start": "react-scripts start",
23
- "build": "react-scripts build",
+ "build": "react-scripts --max_old_space_size=4096 build",
24
"test": "react-scripts test --env=jsdom",
25
"eject": "react-scripts eject"
26
- }
+ },
27
+ "browserslist": [
28
+ ">0.2%",
29
+ "not dead",
30
+ "not ie <= 11",
31
+ "not op_mini all"
32
+ ]
33
}
0 commit comments