Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent e8273f6 commit 88bc4fa
Show file tree
Hide file tree
Showing 35 changed files with 1,884 additions and 1,405 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,23 +14,23 @@
"lint": "TIMING=1 eslint . --fix"
},
"dependencies": {
"@vercel/node": "^5.1.2",
"@vercel/node": "^5.1.7",
"@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",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.2",
"viem": "2.22.22",
"zod": "^3.24.1"
"ioredis": "^5.5.0",
"viem": "2.23.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"ts-node": "^10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions apis/token-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"lint": "TIMING=1 eslint --fix ."
},
"dependencies": {
"@vercel/node": "^5.1.2",
"@vercel/node": "^5.1.7",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/graph-client": "workspace:*",
"date-fns": "^4.1.0",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.2"
"ioredis": "^5.5.0"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions apis/zenlink-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@polkadot/api": "^12.3.1",
"@vercel/node": "^5.1.2",
"@vercel/node": "^5.1.7",
"@wagmi/core": "1.1.1-cjs",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
Expand All @@ -21,12 +21,12 @@
"esno": "^4.8.0",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.2",
"viem": "2.22.22"
"ioredis": "^5.5.0",
"viem": "2.23.2"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.19.0"
"eslint": "^9.20.1"
}
}
22 changes: 11 additions & 11 deletions apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "8.20.6",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand Down Expand Up @@ -58,22 +58,22 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"eslint": "^9.20.1",
"graphql": "16.10.0",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
Expand Down
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
},
"dependencies": {
"@heroicons/react": "2.2.0",
"@vercel/analytics": "^1.4.1",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/ui": "workspace:*",
"next": "15.1.0",
"next-seo": "^6.6.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@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.19.0",
"postcss": "^8.5.1",
"eslint": "^9.20.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
}
Expand Down
22 changes: 11 additions & 11 deletions apps/gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "8.20.6",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand Down Expand Up @@ -48,22 +48,22 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"eslint": "^9.20.1",
"graphql": "16.10.0",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
Expand Down
22 changes: 11 additions & 11 deletions apps/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "8.20.6",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand Down Expand Up @@ -49,22 +49,22 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"eslint": "^9.20.1",
"graphql": "16.10.0",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
Expand Down
22 changes: 11 additions & 11 deletions apps/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "8.20.6",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand Down Expand Up @@ -58,22 +58,22 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"eslint": "^9.20.1",
"graphql": "16.10.0",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"swr": "^2.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
Expand Down
22 changes: 11 additions & 11 deletions apps/referrals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-table": "8.20.6",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "8.21.2",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand All @@ -45,21 +45,21 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"postcss": "^8.5.1",
"eslint": "^9.20.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
},
Expand Down
20 changes: 10 additions & 10 deletions apps/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@lingui/macro": "5.2.0",
"@lingui/react": "5.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.66.0",
"@vercel/analytics": "^1.4.1",
"@tanstack/react-query": "^5.66.7",
"@vercel/analytics": "^1.5.0",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand Down Expand Up @@ -49,21 +49,21 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "^9.2.0",
"viem": "2.22.22",
"wagmi": "2.14.10",
"zod": "^3.24.1"
"viem": "2.23.2",
"wagmi": "2.14.11",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/numeral": "^2.0.5",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"@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.19.0",
"postcss": "^8.5.1",
"eslint": "^9.20.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
},
"devDependencies": {
"@lingui/cli": "^5.2.0",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@zenlink-interface/eslint-config": "workspace:*",
"chatgpt": "^5.2.5",
"dotenv-cli": "^8.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"ora": "^8.2.0",
"pathe": "^2.0.2",
"turbo": "2.4.0",
"pathe": "^2.0.3",
"turbo": "2.4.2",
"undici": "^7.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/amm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"tsup": "^8.3.6",
"typescript": "5.7.3"
}
Expand Down
Loading

0 comments on commit 88bc4fa

Please sign in to comment.