Skip to content

Commit

Permalink
chore: upgrade to vite v5
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 16, 2023
1 parent 35c0843 commit 8644730
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 179 deletions.
2 changes: 1 addition & 1 deletion packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lifi"
],
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.33",
"@lifi/sdk": "^3.0.0-alpha.34",
"react": "^18.2.0",
"wagmi": "^2.0.0-beta.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^3.0.0-alpha.33",
"@lifi/sdk": "^3.0.0-alpha.34",
"@lifi/wallet-management": "^2.4.1",
"@lifi/widget": "^2.9.2",
"@mui/icons-material": "^5.14.18",
Expand All @@ -39,13 +39,13 @@
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.19.0",
"wagmi": "^2.0.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"author": "Eugene Chybisov <eugene@li.finance>",
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.33",
"@lifi/sdk": "^3.0.0-alpha.34",
"@lifi/wallet-management": "^2.4.1",
"@lifi/widget": "^2.9.2",
"@mui/icons-material": "^5.14.18",
Expand All @@ -35,15 +35,15 @@
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.19.0",
"viem": "^2.0.0-beta.6",
"wagmi": "^2.0.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react": "^4.2.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lifi/sdk": "^3.0.0-alpha.33",
"@lifi/sdk": "^3.0.0-alpha.34",
"@lifi/wallet-management": "^2.4.1",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
Expand All @@ -70,7 +70,7 @@
"react-hook-form": "^7.48.2",
"react-i18next": "^13.5.0",
"react-intersection-observer": "^9.5.3",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.19.0",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"viem": "^2.0.0-beta.6",
Expand Down
Loading

0 comments on commit 8644730

Please sign in to comment.