Skip to content

Commit

Permalink
chore: bump packages and optimize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 22, 2024
1 parent 587bbda commit a938e1a
Show file tree
Hide file tree
Showing 8 changed files with 325 additions and 344 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/dom": "^10.3.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -57,10 +57,10 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.1",
"lerna": "8.1.6",
"lerna": "8.1.7",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
Expand Down
14 changes: 8 additions & 6 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,23 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.1.0",
"@lifi/sdk": "^3.1.2",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.3.1",
"viem": "^2.17.5",
"wagmi": "^2.11.2"
"viem": "^2.17.9",
"wagmi": "^2.11.3"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@lifi/sdk": "^3.0.0",
"@solana/wallet-adapter-base": "^0.9.0",
"@tanstack/react-query": "^5.0.0",
"viem": "^2.16.0",
"wagmi": "^2.10.0"
"react": ">=18",
"react-dom": ">=18",
"viem": "^2.17.0",
"wagmi": "^2.11.0"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.1.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"@opensea/seaport-js": "4.0.4",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-query": "^5.51.11",
"bignumber.js": "^9.1.2",
"ethers": "^6.13.1",
"events": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"wagmi": "^2.11.2"
"wagmi": "^2.11.3"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"access": "public"
},
"dependencies": {
"@emotion/cache": "^11.12.0",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@lifi/sdk": "^3.1.0",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@lifi/widget-playground": "^1.0.203",
Expand All @@ -27,15 +27,15 @@
"@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.9",
"@tanstack/react-query": "^5.51.11",
"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.5",
"wagmi": "^2.11.2",
"viem": "^2.17.9",
"wagmi": "^2.11.3",
"zustand": "^4.5.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.1.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@lifi/widget": "^3.2.0",
"@lifi/widget-playground": "^1.0.203",
Expand All @@ -28,14 +28,14 @@
"@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.9",
"@tanstack/react-query": "^5.51.11",
"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.5",
"wagmi": "^2.11.2",
"viem": "^2.17.9",
"wagmi": "^2.11.3",
"zustand": "^4.5.4"
},
"devDependencies": {
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 @@ -48,10 +48,10 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cpy-cli": "^5.0.0",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"exports": {
".": "./src/index.ts",
Expand Down
41 changes: 17 additions & 24 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@
"lifi"
],
"dependencies": {
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@lifi/sdk": "^3.1.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.1.2",
"@lifi/wallet-management": "^3.0.3",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"@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.9",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-virtual": "^3.8.3",
"i18next": "^23.12.2",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.3",
"react-i18next": "^15.0.0",
"react-intersection-observer": "^9.13.0",
"react-router-dom": "^6.25.1",
"uuid": "^10.0.0",
"viem": "^2.17.5",
"wagmi": "^2.11.2",
"viem": "^2.17.9",
"wagmi": "^2.11.3",
"zustand": "^4.5.4"
},
"devDependencies": {
Expand All @@ -81,29 +81,22 @@
"peerDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lifi/sdk": "^3.0.0",
"@lifi/wallet-management": "^3.0.0",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.15.0",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.0",
"@solana/wallet-adapter-base": "^0.9.0",
"@solana/wallet-adapter-react": "^0.15.0",
"@solana/web3.js": "^1.93.0",
"@tanstack/react-query": "^5.17.0",
"@types/react": "^18.2.0",
"@solana/web3.js": "^1.95.0",
"@tanstack/react-query": "^5.51.0",
"i18next": "^23.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react": ">=18",
"react-dom": ">=18",
"react-i18next": "^15",
"react-router-dom": "^6.22.0",
"viem": "^2.16.0",
"wagmi": "^2.10.0",
"viem": "^2.17.0",
"wagmi": "^2.11.0",
"zustand": "^4.5.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"eslintConfig": {
"extends": "../../.eslintrc"
}
Expand Down
Loading

0 comments on commit a938e1a

Please sign in to comment.