Upgrade react
This commit is contained in:
parent
75e6825531
commit
b4e4dd9cc1
|
|
@ -12,6 +12,15 @@
|
||||||
"@types/node": "^14.14.31",
|
"@types/node": "^14.14.31",
|
||||||
"@types/react": "^17.0.2",
|
"@types/react": "^17.0.2",
|
||||||
"@types/react-dom": "^17.0.1",
|
"@types/react-dom": "^17.0.1",
|
||||||
|
"axios": "^0.21.1",
|
||||||
|
"dayjs": "^1.10.4",
|
||||||
|
"react": "^17.0.1",
|
||||||
|
"react-dom": "^17.0.1",
|
||||||
|
"react-hook-form": "^6.15.4",
|
||||||
|
"react-router-dom": "^5.2.0",
|
||||||
|
"react-scripts": "4.0.3",
|
||||||
|
"typescript": "^4.2.2",
|
||||||
|
"web-vitals": "^1.0.1",
|
||||||
"workbox-background-sync": "^5.1.3",
|
"workbox-background-sync": "^5.1.3",
|
||||||
"workbox-broadcast-update": "^5.1.3",
|
"workbox-broadcast-update": "^5.1.3",
|
||||||
"workbox-cacheable-response": "^5.1.3",
|
"workbox-cacheable-response": "^5.1.3",
|
||||||
|
|
@ -24,15 +33,6 @@
|
||||||
"workbox-routing": "^5.1.3",
|
"workbox-routing": "^5.1.3",
|
||||||
"workbox-strategies": "^5.1.3",
|
"workbox-strategies": "^5.1.3",
|
||||||
"workbox-streams": "^5.1.3",
|
"workbox-streams": "^5.1.3",
|
||||||
"axios": "^0.21.1",
|
|
||||||
"dayjs": "^1.10.4",
|
|
||||||
"react": "^17.0.1",
|
|
||||||
"react-dom": "^17.0.1",
|
|
||||||
"react-hook-form": "^6.15.4",
|
|
||||||
"react-router-dom": "^5.2.0",
|
|
||||||
"react-scripts": "4.0.3",
|
|
||||||
"typescript": "^4.2.2",
|
|
||||||
"web-vitals": "^1.0.1",
|
|
||||||
"zustand": "^3.3.2"
|
"zustand": "^3.3.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -9259,9 +9259,9 @@ react-scripts@4.0.3:
|
||||||
fsevents "^2.1.3"
|
fsevents "^2.1.3"
|
||||||
|
|
||||||
react@^17.0.1:
|
react@^17.0.1:
|
||||||
version "17.0.1"
|
version "17.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
|
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
|
||||||
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
|
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
|
||||||
dependencies:
|
dependencies:
|
||||||
loose-envify "^1.1.0"
|
loose-envify "^1.1.0"
|
||||||
object-assign "^4.1.1"
|
object-assign "^4.1.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue