Skip to content

Commit

Permalink
chore: up use-subscription (#11785)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Sep 11, 2024
1 parent 0f14c04 commit 3aafab6
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 49 deletions.
6 changes: 4 additions & 2 deletions packages/plugin-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@
"@masknet/web3-helpers": "workspace:^",
"@masknet/web3-shared-base": "workspace:^",
"@servie/events": "^3.0.0",
"@types/use-subscription": "^1.0.0",
"async-call-rpc": "^6.4.0",
"react-use": "^17.5.1",
"use-subscription": "^1.8.0"
"use-subscription": "^1.8.2"
},
"devDependencies": {
"@types/use-subscription": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/shared-base-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"@masknet/shared-base": "workspace:^",
"@tanstack/react-query": "^5.29.2",
"react-use": "^17.5.1",
"use-subscription": "^1.8.0",
"use-subscription": "^1.8.2",
"uuid": "^9.0.0",
"urlcat": "^3.1.0"
},
"devDependencies": {
"@types/use-subscription": "^1.0.0",
"@types/use-subscription": "^1.0.2",
"@types/uuid": "^9.0.3"
}
}
3 changes: 0 additions & 3 deletions packages/shared-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@
"pvtsutils": "^1.3.5",
"typeson": "^9.0.3",
"typeson-registry": "^8.0.0"
},
"devDependencies": {
"@types/use-subscription": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"unstated-next": "^1.1.0",
"use-subscription": "^1.8.0",
"use-subscription": "^1.8.2",
"web3-core-helpers": "1.10.2",
"web3-utils": "1.10.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/qrcode": "^1.5.2",
"@types/use-subscription": "^1.0.0",
"@types/use-subscription": "^1.0.2",
"@types/json-stable-stringify": "^1.0.34"
}
}
4 changes: 3 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"@masknet/typed-message": "workspace:^",
"@masknet/typed-message-react": "workspace:^",
"@masknet/web3-shared-base": "workspace:^",
"@types/use-subscription": "^1.0.0",
"use-subscription": "^1.8.0"
},
"devDependencies": {
"@types/use-subscription": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/web3-hooks/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"bignumber.js": "9.1.2",
"react-use": "^17.5.1",
"unstated-next": "^1.1.0",
"use-subscription": "^1.8.0"
"use-subscription": "^1.8.2"
},
"devDependencies": {
"@types/use-subscription": "^1.0.0"
"@types/use-subscription": "^1.0.2"
}
}
1 change: 0 additions & 1 deletion packages/web3-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",
"@types/use-subscription": "^1.0.0",
"@types/uuid": "^9.0.3"
}
}
3 changes: 0 additions & 3 deletions packages/web3-shared/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"urlcat": "^3.1.0",
"millify": "^6.1.0",
"web3-core-helpers": "1.10.2"
},
"devDependencies": {
"@types/use-subscription": "^1.0.0"
}
}
83 changes: 50 additions & 33 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 3aafab6

Please sign in to comment.