Skip to content

Commit

Permalink
Merge pull request #244 from superfluid-finance/fix-devcontainer-build
Browse files Browse the repository at this point in the history
chore: fix devcontainer build & update deps
  • Loading branch information
elvijsTDL authored Oct 4, 2024
2 parents 2f4362a + ff7b9b1 commit b294c66
Show file tree
Hide file tree
Showing 31 changed files with 11,294 additions and 10,177 deletions.
32 changes: 16 additions & 16 deletions apps/hosted-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@segment/analytics-next": "^1.63.0",
"@sentry/nextjs": "^7.99.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@segment/analytics-next": "^1.74.0",
"@sentry/nextjs": "^7.119.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"next": "13.4.19",
"react": "^18.2.0",
"react": "^18.3.1",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.11.15",
"@types/react": "^18.2.33",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-blockies": "^1.4.4",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.3.3"
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7",
"typescript": "^5.6.2"
}
}
1 change: 1 addition & 0 deletions apps/widget-builder/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
NEXT_PUBLIC_PINATA_API_SECRET: process.env.NEXT_PUBLIC_PINATA_API_SECRET,
NEXT_PUBLIC_INTERCOM_SURVEY_ID: process.env.NEXT_PUBLIC_INTERCOM_SURVEY_ID,
},
transpilePackages: ["mui-color-input"],
};

// Injected content via Sentry wizard below
Expand Down
46 changes: 23 additions & 23 deletions apps/widget-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,47 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.0",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.7",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.15.7",
"@mui/material": "^5.16.7",
"@pinata/sdk": "^2.1.0",
"@segment/analytics-next": "^1.63.0",
"@sentry/nextjs": "^7.99.0",
"@segment/analytics-next": "^1.74.0",
"@sentry/nextjs": "^7.119.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"lru-cache": "^10.2.0",
"lru-cache": "^10.4.3",
"monaco-editor": "^0.44.0",
"mui-color-input": "^2.0.1",
"mui-color-input": "^4.0.0",
"next": "13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "~7.47.0",
"request-ip": "^3.3.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.15",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/request-ip": "^0.0.40",
"eslint": "^8.56.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.3.3"
"@types/request-ip": "^0.0.41",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7",
"typescript": "^5.6.2"
}
}
1 change: 1 addition & 0 deletions apps/widget-builder/public/.well-known/walletconnect.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ef9c8c563b890f5b56a431a666e4476
2 changes: 1 addition & 1 deletion apps/widget-builder/src/pages/api/deploy-enft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const handler: NextApiHandler = async (req, res) => {
}

const chain = Object.values(chains).find(
(chain) => chain.id === Number(chainId) ?? chains.polygonMumbai,
(chain) => chain.id === Number(chainId),
) as Chain;

const contractAddress: Address = metadata.getNetworkByChainId(chain.id)
Expand Down
12 changes: 6 additions & 6 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.99.0",
"@sentry/nextjs": "^7.119.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.3.0",
"react-use-intercom": "^5.4.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"typescript": "5.3.3"
}
}
12 changes: 6 additions & 6 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.99.0",
"@sentry/nextjs": "^7.119.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.3.0",
"react-use-intercom": "^5.4.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"typescript": "5.3.3"
}
}
10 changes: 5 additions & 5 deletions examples/gated-community-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@sentry/nextjs": "^7.99.0",
"@sentry/nextjs": "^7.119.0",
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
Expand All @@ -19,12 +19,12 @@
"react-dom": "18.2.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"typescript": "5.3.3"
}
}
26 changes: 13 additions & 13 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.3.4",
"@rainbow-me/rainbowkit": "^1.3.7",
"@superfluid-finance/widget": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^4.5.2"
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "^5.6.2",
"vite": "^4.5.5"
}
}
24 changes: 12 additions & 12 deletions examples/widget-vite-react-web3modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"@superfluid-finance/widget": "workspace:*",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^4.5.2"
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "^5.6.2",
"vite": "^4.5.5"
}
}
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": "^5.0.0",
"@superfluid-finance/tokenlist": "^5.8.2",
"@superfluid-finance/widget": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^4.5.2"
"typescript": "^5.6.2",
"vite": "^4.5.5"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,23 @@
]
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^8.56.0",
"@changesets/cli": "^2.27.9",
"eslint": "^8.57.1",
"eslint-config-custom": "workspace:*",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"turbo": "^1.12.2",
"typescript": "^5.3.3"
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907"
"eslint-plugin-react-hooks": "5.0.0-canary-41f0e9dae-20230907",
"@wagmi/core": "1"
}
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^13.5.7",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.2",
"eslint-plugin-react": "^7.33.2"
"eslint-config-turbo": "^1.13.4",
"eslint-plugin-react": "^7.37.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b294c66

Please sign in to comment.