Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies recommended by dependabot #375

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/beets-frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@repo/lib": "workspace:*",
"@sentry/nextjs": "^8.13.0",
"@studio-freight/react-lenis": "^0.0.47",
"@vercel/speed-insights": "^1.0.1",
"@vercel/speed-insights": "1.1.0",
"framer-motion": "^10.13.0",
"lodash": "^4.17.21",
"next": "14.2.15",
Expand All @@ -46,7 +46,7 @@
"@sentry/types": "^7.89.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.2",
"@types/node": "20.10.2",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@repo/lib": "workspace:*",
"@sentry/nextjs": "^8.13.0",
"@studio-freight/react-lenis": "^0.0.47",
"@vercel/speed-insights": "^1.0.1",
"@vercel/speed-insights": "1.1.0",
"framer-motion": "^10.13.0",
"lodash": "^4.17.21",
"next": "14.2.15",
Expand All @@ -52,7 +52,7 @@
"@sentry/types": "^7.89.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.2",
"@types/node": "20.10.2",
"@types/prismjs": "^1.26.5",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ export const _useCrossChainSync = () => {
if (networksBySyncState.syncing.length > 0) {
return {
title: 'Wait until sync finalizes before restaking / triggering a gauge update on L2',
text: `Your sync has been initiated but it may take up to 30 mins to update across L2s.
Once your veBAL is synced, you will need to interact with each gauge to register your new max boost.
You can either claim, restake, or click the Update button, which will appear
text: `Your sync has been initiated but it may take up to 30 mins to update across L2s.
Once your veBAL is synced, you will need to interact with each gauge to register your new max boost.
You can either claim, restake, or click the Update button, which will appear
on each individual pool page staking section.`,
}
}
Expand All @@ -169,8 +169,8 @@ export const _useCrossChainSync = () => {
if (!warningMessage && networksBySyncState.synced.length > 0) {
return {
title: 'Trigger pool gauge updates to get your boosts sooner',
text: `Pool gauges don’t automatically recognize changes in veBAL until triggered.
Updates are triggered when any user interacts with a gauge, such as by claiming BAL, staking or unstaking.
text: `Pool gauges don’t automatically recognize changes in veBAL until triggered.
Updates are triggered when any user interacts with a gauge, such as by claiming BAL, staking or unstaking.
Trigger individual gauges yourself for your boosts to apply immediately.`,
}
}
Expand All @@ -195,7 +195,7 @@ export const _useCrossChainSync = () => {
])

useEffect(() => {
let intervalId: NodeJS.Timer
let intervalId: NodeJS.Timeout
if (networksBySyncState.syncing.length > 0) {
intervalId = setInterval(() => {
void refetch()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function useLayerZeroTxLinks(syncTxHashes: Record<Address, SyncTxHashes>)

useEffect(() => {
const networks = Object.keys(syncTxHashes[userAddress] || {}) as GqlChain[]
let intervalId: NodeJS.Timer
let intervalId: NodeJS.Timeout
if (networks.length > 0) {
intervalId = getLayerZeroTxLinkOnInterval(networks)
}
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.0",
"@tanstack/react-table": "^8.9.3",
"@vercel/speed-insights": "^1.0.1",
"@vercel/speed-insights": "1.1.0",
"bignumber.js": "^9.1.2",
"chakra-react-select": "^4.7.6",
"date-fns": "^2.30.0",
Expand All @@ -64,7 +64,7 @@
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "4.1.2",
"react-feather": "^2.0.10",
"react-hook-form": "^7.47.0",
"react-hotkeys-hook": "^4.4.1",
Expand Down Expand Up @@ -99,7 +99,7 @@
"@types/echarts": "^4.9.19",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.195",
"@types/node": "20.3.2",
"@types/node": "20.10.2",
"@types/numeral": "^2.0.2",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "^1.26.5",
Expand Down
Loading
Loading