Skip to content

Commit

Permalink
Merge pull request #234 from superfluid-finance/2024-01-28-update-deps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
elvijsTDL authored Feb 1, 2024
2 parents 8801171 + 6448d6e commit 4287239
Show file tree
Hide file tree
Showing 14 changed files with 1,771 additions and 1,333 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-wolves-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@superfluid-finance/widget": patch
---

eNFT improvements
24 changes: 12 additions & 12 deletions apps/hosted-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@segment/analytics-next": "^1.59.0",
"@sentry/nextjs": "^7.77.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@segment/analytics-next": "^1.63.0",
"@sentry/nextjs": "^7.99.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"next": "13.4.19",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/node": "^20.11.15",
"@types/react": "^18.2.33",
"@types/react-blockies": "^1.4.3",
"eslint": "^8.52.0",
"@types/react-blockies": "^1.4.4",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
32 changes: 16 additions & 16 deletions apps/widget-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.2.0",
"@faker-js/faker": "^8.4.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.14.15",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.14.15",
"@mui/material": "^5.15.7",
"@pinata/sdk": "^2.1.0",
"@segment/analytics-next": "^1.59.0",
"@sentry/nextjs": "^7.77.0",
"@segment/analytics-next": "^1.63.0",
"@sentry/nextjs": "^7.99.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"lodash": "^4.17.21",
"lru-cache": "^10.0.1",
"lru-cache": "^10.2.0",
"monaco-editor": "^0.44.0",
"mui-color-input": "^2.0.1",
"next": "13.4.19",
Expand All @@ -37,21 +37,21 @@
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "~7.47.0",
"request-ip": "^3.3.0",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
"zod-to-json-schema": "^3.22.4"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.9",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.15",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/react-google-recaptcha": "^2.1.7",
"@types/react-google-recaptcha": "^2.1.9",
"@types/request-ip": "^0.0.40",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions examples/b2b-service-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@sentry/nextjs": "^7.77.0",
"@sentry/nextjs": "^7.99.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use-intercom": "^5.1.4",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"react-use-intercom": "^5.3.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
10 changes: 5 additions & 5 deletions examples/donation-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@sentry/nextjs": "^7.77.0",
"@sentry/nextjs": "^7.99.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use-intercom": "^5.1.4",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"react-use-intercom": "^5.3.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions examples/gated-community-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@sentry/nextjs": "^7.77.0",
"@sentry/nextjs": "^7.99.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
20 changes: 10 additions & 10 deletions examples/widget-vite-react-rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.1.3",
"@rainbow-me/rainbowkit": "^1.3.4",
"@superfluid-finance/widget": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^4.5.2"
}
}
18 changes: 9 additions & 9 deletions examples/widget-vite-react-web3modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"@web3modal/react": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.17.1",
"wagmi": "^1.4.5",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^4.5.2"
}
}
6 changes: 3 additions & 3 deletions examples/widget-webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@superfluid-finance/tokenlist": "^3.3.2",
"@superfluid-finance/tokenlist": "^3.4.0",
"@superfluid-finance/widget": "workspace:*"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.5.0"
"typescript": "^5.3.3",
"vite": "^4.5.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
"prettier": "^3.2.4",
"turbo": "^1.12.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "index.js",
"dependencies": {
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.2",
"eslint-plugin-react": "^7.33.2"
},
"publishConfig": {
Expand Down
38 changes: 19 additions & 19 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,47 +66,47 @@
},
"sideEffects": false,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@mui/icons-material": "^5.14.15",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "5.0.0-alpha.147",
"@mui/utils": "^5.14.15",
"@superfluid-finance/metadata": "^1.1.18",
"@superfluid-finance/tokenlist": "^3.3.2",
"abitype": "^0.10.1",
"@mui/utils": "^5.15.7",
"@superfluid-finance/metadata": "^1.1.26",
"@superfluid-finance/tokenlist": "^3.4.0",
"abitype": "^0.10.3",
"blockies-ts": "^1.0.0",
"immer": "^10.0.3",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"lodash.uniqwith": "^4.5.0",
"nanoid": "^5.0.2",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-error-boundary": "^4.0.12",
"react-hook-form": "~7.47.0",
"use-immer": "^0.9.0",
"zod": "^3.22.4",
"zod-validation-error": "^1.4.0"
},
"devDependencies": {
"@mui/material": "^5.14.15",
"@mui/material": "^5.15.7",
"@superfluid-finance/ethereum-contracts": "^1.8.1",
"@testing-library/react": "^14.0.0",
"@types/lodash.isequal": "^4.5.7",
"@types/lodash.memoize": "^4.1.8",
"@types/lodash.uniqwith": "^4.5.8",
"@testing-library/react": "^14.2.0",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.memoize": "^4.1.9",
"@types/lodash.uniqwith": "^4.5.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/cli": "^1.5.2",
"jsdom": "^22.1.0",
"tsconfig": "workspace:*",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"viem": "^1.17.1",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"viem": "^1.21.4",
"vitest": "^0.34.6",
"wagmi": "^1.4.5"
"wagmi": "^1.4.13"
},
"peerDependencies": {
"viem": ">=1",
Expand Down
Loading

0 comments on commit 4287239

Please sign in to comment.