bump react-scripts to @latest (#6577)

This commit is contained in:
William Li
2021-08-11 11:11:43 +08:00
committed by GitHub
parent 52a89fd4b7
commit 3616bdf17a

View File

@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"react": "^16.6.1", "react": "^16.6.1",
"react-dom": "^16.6.1", "react-dom": "^16.6.1",
"react-scripts": "2.1.1" "react-scripts": "^4.0.3"
}, },
"scripts": { "scripts": {
"dev": "BROWSER=none react-scripts start", "dev": "BROWSER=none react-scripts start",