Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 24, 2024
1 parent 533e4b0 commit a3ea7a9
Show file tree
Hide file tree
Showing 8 changed files with 1,373 additions and 1,856 deletions.
12 changes: 6 additions & 6 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.10",
"@types/events": "^3.0.3",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -60,8 +60,8 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lerna": "8.1.2",
"lint-staged": "^15.2.2",
"lerna": "8.1.3",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "^18.3.1",
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 @@ -46,10 +46,10 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.61",
"@lifi/sdk": "^3.0.0-alpha.63",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.3.1",
"wagmi": "^2.8.5"
"wagmi": "^2.9.6"
},
"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 @@ -19,25 +19,25 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.61",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.26",
"@lifi/widget": "^3.0.0-alpha.40",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.17",
"@mui/material": "^5.15.18",
"@opensea/seaport-js": "4.0.0",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-query": "^5.37.1",
"bignumber.js": "^9.1.2",
"ethers": "^6.12.1",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
"wagmi": "^2.8.5"
"react-router-dom": "^6.23.1",
"wagmi": "^2.9.6"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
Expand Down
20 changes: 10 additions & 10 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.61",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.26",
"@lifi/widget": "^3.0.0-alpha.40",
"@lifi/widget-playground": "^1.0.192",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@mui/material-nextjs": "^5.15.11",
"@rainbow-me/rainbowkit": "^2.0.7",
"@rainbow-me/rainbowkit": "^2.1.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.35.5",
"core-js": "^3.37.0",
"@tanstack/react-query": "^5.37.1",
"core-js": "^3.37.1",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.10.3",
"wagmi": "^2.8.5",
"viem": "^2.12.1",
"wagmi": "^2.9.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.61",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.26",
"@lifi/widget": "^3.0.0-alpha.40",
"@lifi/widget-playground": "^1.0.192",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@rainbow-me/rainbowkit": "^2.0.7",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@rainbow-me/rainbowkit": "^2.1.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-query": "^5.37.1",
"lodash.isequal": "^4.5.0",
"microdiff": "^1.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.10.3",
"wagmi": "^2.8.5",
"viem": "^2.12.1",
"wagmi": "^2.9.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.5",
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 @@ -43,10 +43,10 @@
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cpy-cli": "^5.0.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,28 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.61",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.26",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.17",
"@mui/material": "^5.15.18",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-virtual": "^3.5.0",
"i18next": "^23.11.4",
"i18next": "^23.11.5",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-i18next": "^14.1.2",
"react-intersection-observer": "^9.10.2",
"react-router-dom": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"viem": "^2.10.3",
"wagmi": "^2.8.5",
"viem": "^2.12.1",
"wagmi": "^2.9.6",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a3ea7a9

Please sign in to comment.