File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1717 "@types/node" : " link:../node_modules/@types/node" ,
1818 "@types/react" : " link:../node_modules/@types/react" ,
1919 "@types/react-dom" : " link:../node_modules/@types/react-dom" ,
20- "react" : " link:../node_modules/react " ,
20+ "react" : " ^17.0.1 " ,
2121 "react-dom" : " link:../node_modules/react-dom" ,
22+ "react-dynamic-fields" : " link:.." ,
2223 "react-scripts" : " link:../node_modules/react-scripts" ,
23- "typescript" : " link:../node_modules/typescript" ,
24- "react-dynamic-fields" : " link:.."
24+ "typescript" : " link:../node_modules/typescript"
2525 },
2626 "devDependencies" : {
2727 "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3"
Original file line number Diff line number Diff line change @@ -8754,9 +8754,13 @@ react-is@^17.0.1:
87548754 version "0.0.0"
87558755 uid ""
87568756
8757- " react@link:../node_modules/react " :
8758- version "0.0.0"
8759- uid ""
8757+ react@^17.0.1 :
8758+ version "17.0.1"
8759+ resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
8760+ integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
8761+ dependencies :
8762+ loose-envify "^1.1.0"
8763+ object-assign "^4.1.1"
87608764
87618765read-pkg-up@^2.0.0 :
87628766 version "2.0.0"
You can’t perform that action at this time.
0 commit comments