File tree Expand file tree Collapse file tree 3 files changed +2249
-800
lines changed
Expand file tree Collapse file tree 3 files changed +2249
-800
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ dist-ssr
2222* .njsproj
2323* .sln
2424* .sw ?
25+
26+ .yarn
Original file line number Diff line number Diff line change 99 "preview" : " vite preview"
1010 },
1111 "dependencies" : {
12- "@apollo/client" : " ^3.7.17 " ,
13- "apollo3-cache-persist" : " ../../lib" ,
14- "graphql" : " ^16.7 .1" ,
12+ "@apollo/client" : " ^3.9.9 " ,
13+ "apollo3-cache-persist" : " file: ../../lib" ,
14+ "graphql" : " ^16.8 .1" ,
1515 "react" : " ^18.2.0" ,
1616 "react-dom" : " ^18.2.0"
1717 },
1818 "devDependencies" : {
19- "@types/react" : " ^18.2.17" ,
20- "@types/react-dom" : " ^18.2.7" ,
21- "@vitejs/plugin-react" : " ^4.0.3" ,
22- "typescript" : " ^5.1.6" ,
23- "vite" : " ^4.4.7"
19+ "@types/react" : " ^18.2.71" ,
20+ "@types/react-dom" : " ^18.2.22" ,
21+ "@vitejs/plugin-react" : " ^4.2.1" ,
22+ "typescript" : " ^5.4.3" ,
23+ "vite" : " ^5.2.6"
24+ },
25+ "packageManager" : " yarn@4.1.1" ,
26+ "resolutions" : {
27+ "apollo3-cache-persist" : " portal:../.."
2428 }
2529}
You can’t perform that action at this time.
0 commit comments