Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 30, 2024
1 parent 5d6ac56 commit 729ed28
Show file tree
Hide file tree
Showing 8 changed files with 719 additions and 702 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.11",
"@types/events": "^3.0.3",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -59,7 +59,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.1",
"husky": "^9.1.4",
"lerna": "8.1.7",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
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 @@ -49,8 +49,8 @@
"@lifi/sdk": "^3.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.3.1",
"viem": "^2.17.11",
"wagmi": "^2.12.0"
"viem": "^2.18.5",
"wagmi": "^2.12.1"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"@lifi/sdk": "^3.1.3",
"@lifi/wallet-management": "^3.0.5",
"@lifi/widget": "^3.2.2",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"@mui/icons-material": "^5.16.5",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.5",
"@opensea/seaport-js": "4.0.4",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"bignumber.js": "^9.1.2",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"wagmi": "^2.12.0"
"wagmi": "^2.12.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0",
"web-vitals": "^4.2.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 @@ -13,33 +13,33 @@
"access": "public"
},
"dependencies": {
"@emotion/cache": "^11.13.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.3",
"@lifi/wallet-management": "^3.0.5",
"@lifi/widget": "^3.2.2",
"@lifi/widget-playground": "^1.0.205",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/material-nextjs": "^5.16.4",
"@rainbow-me/rainbowkit": "^2.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.1",
"@tanstack/react-query": "^5.51.11",
"@solana/web3.js": "^1.95.2",
"@tanstack/react-query": "^5.51.15",
"core-js": "^3.37.1",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.17.11",
"wagmi": "^2.12.0",
"viem": "^2.18.5",
"wagmi": "^2.12.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@lifi/wallet-management": "^3.0.5",
"@lifi/widget": "^3.2.2",
"@lifi/widget-playground": "^1.0.205",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@rainbow-me/rainbowkit": "^2.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.1",
"@tanstack/react-query": "^5.51.11",
"@solana/web3.js": "^1.95.2",
"@tanstack/react-query": "^5.51.15",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"viem": "^2.17.11",
"wagmi": "^2.12.0",
"viem": "^2.18.5",
"wagmi": "^2.12.1",
"zustand": "^4.5.4"
},
"devDependencies": {
Expand All @@ -44,7 +44,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0",
"web-vitals": "^4.2.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,14 +43,14 @@
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cpy-cli": "^5.0.0",
"jsdom": "^24.1.1",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
},
"exports": {
Expand Down
16 changes: 8 additions & 8 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.3",
"@lifi/wallet-management": "^3.0.5",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"@mui/icons-material": "^5.16.5",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.5",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.1",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-virtual": "^3.8.3",
"@solana/web3.js": "^1.95.2",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-virtual": "^3.8.4",
"i18next": "^23.12.2",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.25.1",
"uuid": "^10.0.0",
"viem": "^2.17.11",
"wagmi": "^2.12.0",
"viem": "^2.18.5",
"wagmi": "^2.12.1",
"zustand": "^4.5.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 729ed28

Please sign in to comment.