Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 18, 2024
1 parent f5ff49e commit 9f8da37
Show file tree
Hide file tree
Showing 8 changed files with 942 additions and 436 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@types/eslint": "^8.56.9",
"@types/events": "^3.0.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.58",
"@lifi/sdk": "^3.0.0-alpha.59",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.2.0",
"wagmi": "^2.5.19"
"wagmi": "^2.5.20"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^3.0.0-alpha.58",
"@lifi/sdk": "^3.0.0-alpha.59",
"@lifi/wallet-management": "^3.0.0-alpha.24",
"@lifi/widget": "^3.0.0-alpha.37",
"@mui/icons-material": "^5.15.15",
Expand All @@ -29,19 +29,19 @@
"@opensea/seaport-js": "4.0.0",
"@tanstack/react-query": "^5.29.2",
"bignumber.js": "^9.1.2",
"ethers": "^6.11.1",
"ethers": "^6.12.0",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"wagmi": "^2.5.19"
"wagmi": "^2.5.20"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.6.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-node-polyfills": "^0.21.0",
"web-vitals": "^3.5.2"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.58",
"@lifi/sdk": "^3.0.0-alpha.59",
"@lifi/wallet-management": "^3.0.0-alpha.24",
"@lifi/widget": "^3.0.0-alpha.37",
"@lifi/widget-playground": "^1.0.189",
Expand All @@ -25,24 +25,24 @@
"@rainbow-me/rainbowkit": "^2.0.5",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.4",
"@solana/web3.js": "^1.91.6",
"@tanstack/react-query": "^5.29.2",
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"next": "14.2.1",
"next": "14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.9.17",
"wagmi": "^2.5.19",
"viem": "^2.9.21",
"wagmi": "^2.5.20",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-next": "14.2.2",
"typescript": "^5.4.5"
},
"private": true
Expand Down
10 changes: 5 additions & 5 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.58",
"@lifi/sdk": "^3.0.0-alpha.59",
"@lifi/wallet-management": "^3.0.0-alpha.24",
"@lifi/widget": "^3.0.0-alpha.37",
"@lifi/widget-playground": "^1.0.189",
Expand All @@ -26,14 +26,14 @@
"@rainbow-me/rainbowkit": "^2.0.5",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.4",
"@solana/web3.js": "^1.91.6",
"@tanstack/react-query": "^5.29.2",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.9.17",
"wagmi": "^2.5.19",
"viem": "^2.9.21",
"wagmi": "^2.5.20",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-node-polyfills": "^0.21.0",
"web-vitals": "^3.5.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react-swc": "^3.6.0",
"cpy-cli": "^5.0.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.58",
"@lifi/sdk": "^3.0.0-alpha.59",
"@lifi/wallet-management": "^3.0.0-alpha.24",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.4",
"@solana/web3.js": "^1.91.6",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-virtual": "^3.2.1",
"@tanstack/react-virtual": "^3.3.0",
"i18next": "^23.11.2",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
"react-router-dom": "^6.22.3",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"viem": "^2.9.17",
"wagmi": "^2.5.19",
"viem": "^2.9.21",
"wagmi": "^2.5.20",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9f8da37

Please sign in to comment.