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 Jun 6, 2024
1 parent dca9cf5 commit 8ae3f01
Show file tree
Hide file tree
Showing 36 changed files with 2,639 additions and 2,020 deletions.
6 changes: 3 additions & 3 deletions apis/path-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "TIMING=1 eslint . --fix"
},
"dependencies": {
"@vercel/node": "^3.0.27",
"@vercel/node": "^3.1.6",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/currency": "workspace:*",
"@zenlink-interface/smart-router": "workspace:*",
Expand All @@ -23,8 +23,8 @@
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.1",
"viem": "2.9.25",
"zod": "^3.22.2"
"viem": "2.13.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion 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": "^3.0.27",
"@vercel/node": "^3.1.6",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/graph-client": "workspace:*",
"date-fns": "^3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions apis/zenlink-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@vercel/node": "^3.0.27",
"@vercel/node": "^3.1.6",
"@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.6.8",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"esno": "^4.7.0",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"ioredis": "^5.4.1",
"viem": "2.9.25"
"viem": "2.13.6"
},
"devDependencies": {
"@zenlink-interface/eslint-config": "workspace:*",
Expand Down
36 changes: 18 additions & 18 deletions apps/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@headlessui/react": "1.7.17",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@lingui/core": "4.10.0",
"@lingui/macro": "4.10.0",
"@lingui/react": "4.10.0",
"@lingui/core": "4.11.1",
"@lingui/macro": "4.11.1",
"@lingui/react": "4.11.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-table": "8.16.0",
"@vercel/analytics": "^1.2.2",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "8.17.3",
"@vercel/analytics": "^1.3.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand All @@ -49,24 +49,24 @@
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "14.2.2",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"viem": "2.9.25",
"wagmi": "2.2.0",
"zod": "^3.23.3"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"viem": "2.13.6",
"wagmi": "2.9.9",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@types/numeral": "^2.0.5",
"@types/react": "18.2.57",
"@types/react-dom": "^18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
Expand All @@ -75,7 +75,7 @@
"graphql": "16.8.1",
"postcss": "^8.4.38",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
},
"nextBundleAnalysis": {
Expand Down
14 changes: 7 additions & 7 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
},
"dependencies": {
"@heroicons/react": "2.1.3",
"@vercel/analytics": "^1.2.2",
"@vercel/analytics": "^1.3.1",
"@zenlink-interface/ui": "workspace:*",
"next": "14.2.2",
"next": "14.2.3",
"next-seo": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "18.2.57",
"@types/node": "^20.14.2",
"@types/react": "18.3.3",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
}
}
36 changes: 18 additions & 18 deletions apps/gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .swc && rm -rf .graphclient"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@lingui/core": "4.10.0",
"@lingui/macro": "4.10.0",
"@lingui/react": "4.10.0",
"@lingui/core": "4.11.1",
"@lingui/macro": "4.11.1",
"@lingui/react": "4.11.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-table": "8.16.0",
"@vercel/analytics": "^1.2.2",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "8.17.3",
"@vercel/analytics": "^1.3.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand All @@ -39,24 +39,24 @@
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "14.2.2",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"viem": "2.9.25",
"wagmi": "2.2.0",
"zod": "^3.23.3"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"viem": "2.13.6",
"wagmi": "2.9.9",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@types/numeral": "^2.0.5",
"@types/react": "18.2.57",
"@types/react-dom": "^18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
Expand All @@ -65,7 +65,7 @@
"graphql": "16.8.1",
"postcss": "^8.4.38",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
},
"nextBundleAnalysis": {
Expand Down
36 changes: 18 additions & 18 deletions apps/market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next && rm -rf .swc && rm -rf .graphclient"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@lingui/core": "4.10.0",
"@lingui/macro": "4.10.0",
"@lingui/react": "4.10.0",
"@lingui/core": "4.11.1",
"@lingui/macro": "4.11.1",
"@lingui/react": "4.11.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-table": "8.16.0",
"@vercel/analytics": "^1.2.2",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "8.17.3",
"@vercel/analytics": "^1.3.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand All @@ -40,24 +40,24 @@
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "14.2.2",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"viem": "2.9.25",
"wagmi": "2.2.0",
"zod": "^3.23.3"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"viem": "2.13.6",
"wagmi": "2.9.9",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@types/numeral": "^2.0.5",
"@types/react": "18.2.57",
"@types/react-dom": "^18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
Expand All @@ -66,7 +66,7 @@
"graphql": "16.8.1",
"postcss": "^8.4.38",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
},
"nextBundleAnalysis": {
Expand Down
36 changes: 18 additions & 18 deletions apps/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@headlessui/react": "1.7.17",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@lingui/core": "4.10.0",
"@lingui/macro": "4.10.0",
"@lingui/react": "4.10.0",
"@lingui/core": "4.11.1",
"@lingui/macro": "4.11.1",
"@lingui/react": "4.11.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-table": "8.16.0",
"@vercel/analytics": "^1.2.2",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "8.17.3",
"@vercel/analytics": "^1.3.1",
"@zenlink-interface/amm": "workspace:*",
"@zenlink-interface/chain": "workspace:*",
"@zenlink-interface/compat": "workspace:*",
Expand All @@ -49,24 +49,24 @@
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"fast-json-stable-stringify": "^2.1.0",
"next": "14.2.2",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"viem": "2.9.25",
"wagmi": "2.2.0",
"zod": "^3.23.3"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"viem": "2.13.6",
"wagmi": "2.9.9",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.14.2",
"@types/numeral": "^2.0.5",
"@types/react": "18.2.57",
"@types/react-dom": "^18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@zenlink-interface/eslint-config": "workspace:*",
"@zenlink-interface/nextjs-config": "workspace:*",
"@zenlink-interface/typescript-config": "workspace:*",
Expand All @@ -75,7 +75,7 @@
"graphql": "16.8.1",
"postcss": "^8.4.38",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
},
"nextBundleAnalysis": {
Expand Down
Loading

0 comments on commit 8ae3f01

Please sign in to comment.