Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#319)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix

* fix

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hayden Fan <[email protected]>
  • Loading branch information
renovate[bot] and Hayden0323 authored Mar 7, 2025
1 parent 2897bf1 commit b824cf5
Show file tree
Hide file tree
Showing 40 changed files with 2,248 additions and 1,585 deletions.
10 changes: 5 additions & 5 deletions apis/path-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"lint": "TIMING=1 eslint . --fix"
},
"dependencies": {
"@vercel/node": "^5.1.7",
"@vercel/node": "^5.1.11",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/smart-router": "workspace:*",
"@zenlink-interface/token-lists": "workspace:*",
"@zenlink-interface/wagmi-config": "workspace:*",
"ethers": "^5.7.2",
"ethers": "^5.8.0",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.5.0",
"viem": "2.23.3",
"viem": "2.23.6",
"zod": "^3.24.2"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"dotenv": "^16.4.7",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"ts-node": "^10.9.2",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}
6 changes: 3 additions & 3 deletions apis/token-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lint": "TIMING=1 eslint --fix ."
},
"dependencies": {
"@vercel/node": "^5.1.7",
"@vercel/node": "^5.1.11",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/graph-client": "workspace:*",
"date-fns": "^4.1.0",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.20.1",
"typescript": "5.7.3"
"eslint": "^9.21.0",
"typescript": "5.8.2"
}
}
10 changes: 5 additions & 5 deletions apis/zenlink-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
},
"dependencies": {
"@polkadot/api": "^12.3.1",
"@vercel/node": "^5.1.7",
"@vercel/node": "^5.1.11",
"@wagmi/core": "1.1.1-cjs",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/graph-client": "workspace:*",
"@zenlink-interface/smart-router": "workspace:*",
"@zenlink-interface/token-lists": "workspace:*",
"@zenlink-interface/wagmi-config": "workspace:*",
"axios": "^1.7.9",
"axios": "^1.8.1",
"date-fns": "^4.1.0",
"esno": "^4.8.0",
"ethers": "^5.7.2",
"ethers": "^5.8.0",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.5.0",
"viem": "2.23.3"
"viem": "2.23.6"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.20.1"
"eslint": "^9.21.0"
}
}
34 changes: 17 additions & 17 deletions apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .swc && rm -rf .graphclient"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/abi": "^5.8.0",
"@ethersproject/address": "^5.8.0",
"@ethersproject/bignumber": "^5.8.0",
"@ethersproject/bytes": "^5.8.0",
"@ethersproject/constants": "^5.8.0",
"@ethersproject/contracts": "^5.8.0",
"@ethersproject/experimental": "^5.8.0",
"@ethersproject/providers": "^5.8.0",
"@ethersproject/solidity": "^5.8.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@lingui/core": "5.2.0",
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
Expand All @@ -46,8 +46,8 @@
"@zenlink-interface/wagmi": "workspace:*",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"echarts-for-react": "^3.0.3",
"ethers": "^5.8.0",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next-pwa": "^5.6.0",
Expand All @@ -58,25 +58,25 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.23.3",
"wagmi": "2.14.11",
"viem": "2.23.6",
"wagmi": "2.14.12",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.9",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"graphql": "16.10.0",
"postcss": "^8.5.3",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"nextBundleAnalysis": {
"budget": 460800,
Expand Down
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.9",
"@types/react": "19.0.10",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}
14 changes: 7 additions & 7 deletions apps/gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
Expand All @@ -37,7 +37,7 @@
"@zenlink-interface/wagmi": "workspace:*",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"echarts-for-react": "^3.0.3",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next-pwa": "^5.6.0",
Expand All @@ -48,25 +48,25 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.23.3",
"wagmi": "2.14.11",
"viem": "2.23.6",
"wagmi": "2.14.12",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.9",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"graphql": "16.10.0",
"postcss": "^8.5.3",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"nextBundleAnalysis": {
"budget": 460800,
Expand Down
14 changes: 7 additions & 7 deletions apps/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
Expand All @@ -38,7 +38,7 @@
"@zenlink-interface/wagmi": "workspace:*",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"echarts-for-react": "^3.0.3",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next-pwa": "^5.6.0",
Expand All @@ -49,25 +49,25 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.23.3",
"wagmi": "2.14.11",
"viem": "2.23.6",
"wagmi": "2.14.12",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.9",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"graphql": "16.10.0",
"postcss": "^8.5.3",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"nextBundleAnalysis": {
"budget": 460800,
Expand Down
34 changes: 17 additions & 17 deletions apps/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .swc && rm -rf .graphclient"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/abi": "^5.8.0",
"@ethersproject/address": "^5.8.0",
"@ethersproject/bignumber": "^5.8.0",
"@ethersproject/bytes": "^5.8.0",
"@ethersproject/constants": "^5.8.0",
"@ethersproject/contracts": "^5.8.0",
"@ethersproject/experimental": "^5.8.0",
"@ethersproject/providers": "^5.8.0",
"@ethersproject/solidity": "^5.8.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@lingui/core": "5.2.0",
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
Expand All @@ -46,8 +46,8 @@
"@zenlink-interface/wagmi": "workspace:*",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"echarts-for-react": "^3.0.3",
"ethers": "^5.8.0",
"fast-json-stable-stringify": "^2.1.0",
"next": "15.1.0",
"next-pwa": "^5.6.0",
Expand All @@ -58,25 +58,25 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.23.3",
"wagmi": "2.14.11",
"viem": "2.23.6",
"wagmi": "2.14.12",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.9",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.10",
"@types/react-dom": "^19.0.4",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"graphql": "16.10.0",
"postcss": "^8.5.3",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"nextBundleAnalysis": {
"budget": 460800,
Expand Down
Loading

0 comments on commit b824cf5

Please sign in to comment.