Skip to content

Commit

Permalink
fix: remix compatibility (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Dec 20, 2024
1 parent 9120727 commit 3b6fcb3
Show file tree
Hide file tree
Showing 13 changed files with 746 additions and 890 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-page-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@lifi/widget": "^3.12.5",
"@lifi/widget": "^3.13.0",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@lifi/sdk": "^3.4.4",
"@lifi/widget": "^3.12.5",
"@lifi/widget": "^3.13.0",
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
3 changes: 3 additions & 0 deletions examples/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
import { nodePolyfills } from 'vite-plugin-node-polyfills'
export default defineNuxtConfig({
devtools: { enabled: true },

hooks: {
'vite:extendConfig': (config) => {
config.plugins!.push(nodePolyfills())
},
},

compatibilityDate: '2024-12-20',
})
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lifi/widget": "^3.12.5",
"@lifi/widget": "^3.13.0",
"nuxt": "3.14.1592",
"veaury": "^2.6.1",
"vite-plugin-node-polyfills": "^0.22.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^3.4.3",
"@lifi/wallet-management": "^3.4.7",
"@lifi/sdk": "^3.4.4",
"@lifi/wallet-management": "^3.5.0",
"@lifi/widget": "workspace:^",
"@mui/material": "^6.2.0",
"@tanstack/react-query": "^5.62.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@lifi/widget": "^3.12.5",
"@lifi/widget": "^3.13.0",
"veaury": "^2.6.1",
"vue": "^3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.13.0",
"version": "3.13.1-alpha.0",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/wallet-management",
"version": "3.5.0",
"version": "3.5.1-alpha.0",
"description": "LI.FI Wallet Management solution.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@lifi/sdk": "^3.4.4",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@lifi/sdk": "^3.4.4",
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
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 @@ -34,7 +34,7 @@
"@lifi/wallet-management": "workspace:*",
"@lifi/widget": "workspace:*",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/widget",
"version": "3.13.0",
"version": "3.13.1-alpha.0",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@emotion/styled": "^11.14.0",
"@lifi/sdk": "^3.4.4",
"@lifi/wallet-management": "workspace:^",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "6.0.2",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/config/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/widget'
export const version = '3.13.0'
export const version = '3.13.1-alpha.0'
1,605 changes: 729 additions & 876 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 3b6fcb3

Please sign in to comment.