Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 30, 2025
1 parent 17e5a2b commit 1d71c30
Show file tree
Hide file tree
Showing 19 changed files with 2,846 additions and 1,496 deletions.
12 changes: 6 additions & 6 deletions examples/deposit-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@lifi/sdk": "^3.5.2",
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@mui/material": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8"
"viem": "^2.22.17",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
Expand Down
10 changes: 5 additions & 5 deletions examples/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"@dynamic-labs/wagmi-connector": "^3.9.7",
"@lifi/wallet-management": "workspace:^",
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.1",
"@mui/material": "^6.4.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query": "^5.65.1",
"mitt": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8"
"viem": "^2.22.17",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"globals": "^15.14.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs-page-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"start": "next start"
},
"dependencies": {
"@lifi/widget": "^3.13.2",
"@lifi/widget": "^3.14.2",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"@lifi/sdk": "^3.5.2",
"@lifi/widget": "^3.13.2",
"@mui/material-nextjs": "^6.3.1",
"@lifi/widget": "^3.14.2",
"@mui/material-nextjs": "^6.4.2",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lifi/widget": "^3.13.2",
"nuxt": "3.15.2",
"veaury": "^2.6.1",
"@lifi/widget": "^3.14.2",
"nuxt": "3.15.4",
"veaury": "^2.6.2",
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@lifi/widget": "workspace:^",
"@rainbow-me/rainbowkit": "^2.2.3",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query": "^5.65.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8"
"viem": "^2.22.17",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"typescript": "^5.7.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"typecheck": "tsc"
},
"dependencies": {
"@lifi/widget": "^3.13.2",
"@lifi/widget": "^3.14.2",
"@remix-run/css-bundle": "^2.15.2",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"isbot": "^5.1.21",
"isbot": "^5.1.22",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remix-utils": "^8.1.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.11",
Expand Down
6 changes: 3 additions & 3 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/events": "^3.0.3",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"svelte": "^5.19.1",
"svelte": "^5.19.5",
"svelte-check": "^4.1.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.8.1",
Expand Down
18 changes: 9 additions & 9 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"dependencies": {
"@lifi/sdk": "^3.5.2",
"@lifi/wallet-management": "^3.5.2",
"@lifi/widget": "^3.13.2",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@wagmi/connectors": "^5.7.4",
"@lifi/wallet-management": "^3.6.0",
"@lifi/widget": "^3.14.2",
"@mui/material": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"@wagmi/connectors": "^5.7.5",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8"
"viem": "^2.22.17",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@types/events": "^3.0.3",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/widget": "^3.13.2",
"veaury": "^2.6.1",
"@lifi/widget": "^3.14.2",
"veaury": "^2.6.2",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/zustand-widget-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@lifi/widget": "workspace:^",
"@mui/material": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@mui/material": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"wagmi": "^2.14.8",
"wagmi": "^2.14.9",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.14.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/events": "^3.0.3",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.3.0",
"husky": "^9.1.7",
"lerna": "8.1.9",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"standard-version": "^9.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"@emotion/styled": "^11.14.0",
"@lifi/sdk": "^3.5.2",
"@mui/icons-material": "6.0.2",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.98.0",
"@wagmi/core": "^2.16.3",
"i18next": "^24.2.1",
"i18next": "^24.2.2",
"mitt": "^3.0.1",
"react-i18next": "^15.4.0",
"use-sync-external-store": "^1.4.0",
"viem": "^2.22.11",
"viem": "^2.22.17",
"zustand": "^5.0.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@mui/icons-material": "6.0.2",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@opensea/seaport-js": "4.0.4",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query": "^5.65.1",
"bignumber.js": "^9.1.2",
"ethers": "^6.13.5",
"events": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8"
"viem": "^2.22.17",
"wagmi": "^2.14.9"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"@emotion/styled": "^11.14.0",
"@lifi/widget": "workspace:*",
"@lifi/widget-playground": "workspace:*",
"@mui/material": "^6.4.1",
"@mui/material-nextjs": "^6.3.1",
"@mui/system": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@mui/material": "^6.4.2",
"@mui/material-nextjs": "^6.4.2",
"@mui/system": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"core-js": "^3.40.0",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@lifi/widget-playground": "workspace:*",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@tanstack/react-query": "^5.64.2",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@lifi/widget": "workspace:*",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@mui/lab": "6.0.0-beta.25",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@rainbow-me/rainbowkit": "^2.2.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
Expand All @@ -47,21 +47,21 @@
"microdiff": "^1.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.11",
"wagmi": "^2.14.8",
"viem": "^2.22.17",
"wagmi": "^2.14.9",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"cpy-cli": "^5.0.0",
"madge": "^8.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"@tanstack/react-query": "^5.62.10"
Expand Down
12 changes: 6 additions & 6 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@
"@lifi/sdk": "^3.5.2",
"@lifi/wallet-management": "workspace:^",
"@mui/icons-material": "6.0.2",
"@mui/material": "^6.4.1",
"@mui/system": "^6.4.1",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-virtual": "^3.11.2",
"i18next": "^24.2.1",
"@tanstack/react-virtual": "^3.11.3",
"i18next": "^24.2.2",
"microdiff": "^1.5.0",
"mitt": "^3.0.1",
"react-i18next": "^15.4.0",
"react-intersection-observer": "^9.15.1",
"react-router-dom": "^6.28.0",
"viem": "^2.22.11",
"viem": "^2.22.17",
"zustand": "^5.0.3"
},
"devDependencies": {
Expand All @@ -76,7 +76,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"@bigmi/react": ">=0.1.0",
Expand Down
Loading

0 comments on commit 1d71c30

Please sign in to comment.