Skip to content

Commit

Permalink
chore(examples): update web example dependencies and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
wodCZ committed Mar 26, 2024
1 parent e39c2aa commit 9b170b0
Show file tree
Hide file tree
Showing 3 changed files with 2,249 additions and 800 deletions.
2 changes: 2 additions & 0 deletions examples/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.yarn
20 changes: 12 additions & 8 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"apollo3-cache-persist": "../../lib",
"graphql": "^16.7.1",
"@apollo/client": "^3.9.9",
"apollo3-cache-persist": "file:../../lib",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.7"
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"packageManager": "[email protected]",
"resolutions": {
"apollo3-cache-persist": "portal:../.."
}
}
Loading

0 comments on commit 9b170b0

Please sign in to comment.