Skip to content

Commit

Permalink
chore: bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 11, 2024
1 parent e780bd0 commit e666cb8
Show file tree
Hide file tree
Showing 8 changed files with 266 additions and 195 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.3.0-alpha.0",
"@lifi/sdk": "^3.3.0-alpha.1",
"@solana/wallet-adapter-base": "^0.9.23",
"react": "^18.3.1",
"use-sync-external-store": "^1.2.2",
"viem": "^2.21.4",
"wagmi": "^2.12.9"
"viem": "^2.21.5",
"wagmi": "^2.12.10"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
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,7 +19,7 @@
},
"author": "Eugene Chybisov <[email protected]>",
"dependencies": {
"@lifi/sdk": "^3.3.0-alpha.0",
"@lifi/sdk": "^3.3.0-alpha.1",
"@lifi/wallet-management": "^3.1.4",
"@lifi/widget": "^3.5.2",
"@mui/icons-material": "^5.16.7",
Expand All @@ -33,14 +33,14 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"wagmi": "^2.12.9"
"wagmi": "^2.12.10"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vite-plugin-node-polyfills": "^0.22.0",
"web-vitals": "^4.2.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-playground-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.3.0-alpha.0",
"@lifi/sdk": "^3.3.0-alpha.1",
"@lifi/wallet-management": "^3.1.4",
"@lifi/widget": "^3.5.2",
"@lifi/widget-playground": "^1.0.220",
Expand All @@ -34,8 +34,8 @@
"next": "14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.4",
"wagmi": "^2.12.9",
"viem": "^2.21.5",
"wagmi": "^2.12.10",
"zustand": "^4.5.5"
},
"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.3.0-alpha.0",
"@lifi/sdk": "^3.3.0-alpha.1",
"@lifi/wallet-management": "^3.1.4",
"@lifi/widget": "^3.5.2",
"@lifi/widget-playground": "^1.0.220",
Expand All @@ -34,8 +34,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"viem": "^2.21.4",
"wagmi": "^2.12.9",
"viem": "^2.21.5",
"wagmi": "^2.12.10",
"zustand": "^4.5.5"
},
"devDependencies": {
Expand All @@ -44,7 +44,7 @@
"rollup-plugin-polyfill-node": "^0.13.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vite-plugin-node-polyfills": "0.17.0",
"web-vitals": "^4.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"cpy-cli": "^5.0.0",
"jsdom": "^24.1.3",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vitest": "^2.0.5"
},
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lifi/sdk": "^3.3.0-alpha.0",
"@lifi/sdk": "^3.3.0-alpha.1",
"@lifi/wallet-management": "^3.1.4",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
Expand All @@ -69,8 +69,8 @@
"react-intersection-observer": "^9.13.1",
"react-router-dom": "^6.26.2",
"uuid": "^10.0.0",
"viem": "^2.21.4",
"wagmi": "^2.12.9",
"viem": "^2.21.5",
"wagmi": "^2.12.10",
"zustand": "^4.5.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e666cb8

Please sign in to comment.