Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 12, 2023
1 parent 80874ca commit 79be210
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 116 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@types/eslint": "^8.44.8",
"@types/events": "^3.0.3",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "8.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@lifi/sdk": "^3.0.0-alpha.38",
"react": "^18.2.0",
"wagmi": "^2.0.0-beta.6"
"wagmi": "^2.0.0-beta.7"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
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 @@ -33,19 +33,19 @@
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.20",
"@opensea/seaport-js": "2.0.8",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query": "^5.13.4",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"wagmi": "^2.0.0-beta.6"
"wagmi": "^2.0.0-beta.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.8",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.20",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query": "^5.13.4",
"ethers": "^5.7.2",
"events": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"viem": "^2.0.0-beta.15",
"wagmi": "^2.0.0-beta.6"
"wagmi": "^2.0.0-beta.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"source-map-explorer": "^2.5.3",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.8",
"web-vitals": "^3.5.0"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-playground/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const widgetBaseConfig: WidgetConfig = {
// slippage: 0.003,
insurance: true,
sdkConfig: {
apiUrl: 'https://staging.li.quest/v1',
apiUrl: 'https://li.quest/v1',
rpcUrls: {
[ChainId.SOL]: [
'https://withered-lingering-frog.solana-mainnet.quiknode.pro/',
Expand Down
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-wallets": "^0.19.24",
"@solana/web3.js": "^1.87.6",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query": "^5.13.4",
"@tanstack/react-virtual": "^3.0.1",
"i18next": "^23.7.8",
"microdiff": "^1.3.2",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.49.0",
"react-i18next": "^13.5.0",
"react-intersection-observer": "^9.5.3",
"react-router-dom": "^6.20.1",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"viem": "^2.0.0-beta.15",
"wagmi": "^2.0.0-beta.6",
"wagmi": "^2.0.0-beta.7",
"zustand": "^4.4.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 79be210

Please sign in to comment.