Skip to content

Commit 93ecbd8

Browse files
authored
Update react versions
1 parent 9c337cf commit 93ecbd8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"dependencies": {
66
"bootstrap": "^3.3.7",
77
"jquery": "^3.3.1",
8-
"react": "^16.4.1",
9-
"react-dom": "^16.4.1",
8+
"react": "^17.0.2",
9+
"react-dom": "^17.0.2",
1010
"react-router-dom": "^5.2.0",
11-
"react-scripts": "1.1.4",
11+
"react-scripts": "4.0.3",
1212
"survey-analytics": "latest",
1313
"survey-creator": "latest",
1414
"survey-pdf": "latest",
@@ -20,8 +20,14 @@
2020
},
2121
"scripts": {
2222
"start": "react-scripts start",
23-
"build": "react-scripts build",
23+
"build": "react-scripts --max_old_space_size=4096 build",
2424
"test": "react-scripts test --env=jsdom",
2525
"eject": "react-scripts eject"
26-
}
26+
},
27+
"browserslist": [
28+
">0.2%",
29+
"not dead",
30+
"not ie <= 11",
31+
"not op_mini all"
32+
]
2733
}

0 commit comments

Comments
 (0)