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
22
22
* .njsproj
23
23
* .sln
24
24
* .sw ?
25
+
26
+ .yarn
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"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" ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0"
17
17
},
18
18
"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" :
" [email protected] " ,
26
+ "resolutions" : {
27
+ "apollo3-cache-persist" : " portal:../.."
24
28
}
25
29
}
You can’t perform that action at this time.
0 commit comments