Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 18, 2024
1 parent cf1ee26 commit d95f1d2
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 313 deletions.
4 changes: 2 additions & 2 deletions examples/deposit-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.2.3",
"@lifi/sdk": "^3.3.0",
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.7",
"@tanstack/react-query": "^5.59.15",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@mui/material": "^5.16.7",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.2",
"@solana/web3.js": "^1.95.4",
"@tanstack/react-query": "^5.59.15",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@lifi/sdk": "^3.2.3",
"@lifi/sdk": "^3.3.0",
"@lifi/widget": "workspace:^",
"next": "^14.2.15",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-query": "^5.59.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.2.3",
"@lifi/sdk": "^3.3.0",
"@lifi/widget": "workspace:^",
"@mui/material": "^5.16.5",
"@tanstack/react-query": "^5.59.15",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/events": "^3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@bigmi/react": "^0.0.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.3.0-beta.4",
"@lifi/sdk": "^3.3.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
Expand All @@ -60,14 +60,14 @@
"@safe-global/safe-apps-sdk": "^9.1.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@wagmi/core": "^2.13.8",
"i18next": "^23.16.0",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-i18next": "^15.0.3",
"use-sync-external-store": "^1.2.2",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19",
"zustand": "^4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^3.3.0-beta.4",
"@lifi/sdk": "^3.3.0",
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@mui/icons-material": "^5.16.7",
Expand All @@ -28,7 +28,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.3.0-beta.4",
"@lifi/sdk": "^3.3.0",
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@monaco-editor/react": "^4.6.0",
Expand All @@ -38,14 +38,14 @@
"@rainbow-me/rainbowkit": "^2.2.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@tanstack/react-query": "^5.59.15",
"csstype": "^3.1.3",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19",
"zustand": "^4.5.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"@bigmi/react": "^0.0.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.3.0-beta.4",
"@lifi/sdk": "^3.3.0",
"@lifi/wallet-management": "workspace:^",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.4",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-virtual": "^3.10.8",
"i18next": "^23.16.0",
Expand All @@ -70,7 +70,7 @@
"react-i18next": "^15.0.3",
"react-intersection-observer": "^9.13.1",
"react-router-dom": "^6.27.0",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19",
"zustand": "^4.5.5"
},
Expand Down
Loading

0 comments on commit d95f1d2

Please sign in to comment.