Skip to content

Commit 401c919

Browse files
committed
upgrade react scripts
1 parent 9abf3c1 commit 401c919

File tree

2 files changed

+5874
-7756
lines changed

2 files changed

+5874
-7756
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"enzyme": "^3.0.0",
88
"gh-pages": "^3.1.0",
9-
"react-scripts": "^4.0.3",
9+
"react-scripts": "^5.0.1",
1010
"react-test-renderer": "^15.0.0",
1111
"sw-precache": "^5.2.0"
1212
},
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"start": "react-scripts start",
21-
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
21+
"build": "react-scripts build",
2222
"test": "react-scripts test --env=jsdom",
2323
"eject": "react-scripts eject",
2424
"deploy": "npm run build&&gh-pages -b master -d build"

0 commit comments

Comments
 (0)