Skip to content

Commit

Permalink
fix: swr version regression from 2.2.4 to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1M4nt0 committed Nov 8, 2023
1 parent e743585 commit 9bc3e2c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "2.1.4",
"swr": "2.2.4",
"swr": "2.1.5",
"viem": "1.18.9",
"wagmi": "1.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Decentralized Autonomous Education (DAE) Hooks",
"version": "0.0.0",
"dependencies": {
"swr": "2.2.4"
"swr": "2.1.5"
},
"devDependencies": {
"@dae/constants": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ethers": "5.7.2",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"swr": "2.2.4",
"swr": "2.1.5",
"viem": "1.18.9"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"remark": "14.0.3",
"remark-html": "15.0.2",
"remark-stringify": "10.0.3",
"swr": "2.2.4",
"swr": "2.1.5",
"usehooks-ts": "2.9.1",
"yup": "1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"swr": "2.2.4",
"swr": "2.1.5",
"viem": "1.18.9"
},
"sideEffects": false,
Expand Down
25 changes: 12 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bc3e2c

Please sign in to comment.