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 11, 2023
1 parent b09cfee commit c0ac17d
Show file tree
Hide file tree
Showing 6 changed files with 555 additions and 442 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/big.js": "^6.2.0",
"@types/eslint": "^8.44.3",
"@types/eslint": "^8.44.4",
"@types/events": "^3.0.1",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"cpy-cli": "^5.0.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^7.3.0",
"lerna": "^7.3.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.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 @@ -52,10 +52,10 @@
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.4.1",
"@lifi/sdk": "^2.4.3",
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@walletconnect/ethereum-provider": "^2.10.1",
"@walletconnect/ethereum-provider": "^2.10.2",
"@walletconnect/modal": "^2.6.2",
"events": "^3.3.0",
"react": "^18.2.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@lifi/sdk": "^2.4.1",
"@lifi/sdk": "^2.4.3",
"@lifi/wallet-management": "^2.3.6",
"@lifi/widget": "^2.5.1",
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.13",
"@opensea/seaport-js": "2.0.7",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2",
"events": "^3.3.0",
Expand All @@ -47,7 +47,7 @@
"rollup": "^3.29.4",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
},
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^2.4.1",
"@lifi/sdk": "^2.4.3",
"@lifi/wallet-management": "^2.3.6",
"@lifi/widget": "^2.5.1",
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.13",
"ethers": "^5.7.2",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"viem": "^1.14.0",
"viem": "^1.16.3",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.1.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@ethersproject/address": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.4.1",
"@lifi/sdk": "^2.4.3",
"@lifi/wallet-management": "^2.3.6",
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-virtual": "^3.0.0-beta.61",
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.13",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-virtual": "^3.0.0-beta.65",
"big.js": "^6.2.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
Expand All @@ -73,7 +73,7 @@
"react-router-dom": "^6.16.0",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"zustand": "^4.4.2"
"zustand": "^4.4.3"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
Loading

0 comments on commit c0ac17d

Please sign in to comment.