Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scaffold-eth/se-2 into update-lint-…
Browse files Browse the repository at this point in the history
…prettier-deps
  • Loading branch information
rin-st committed Oct 17, 2024
2 parents 037e6e1 + 62c4dc9 commit 5ba5e72
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 235 deletions.
8 changes: 4 additions & 4 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/eslint": "^8.56.12",
"@types/mocha": "^10.0.8",
"@types/prettier": "^3.0.0",
"@types/qrcode": "^1",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"chai": "^4.5.0",
Expand All @@ -44,14 +44,14 @@
"prettier": "^3.3.3",
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typechain": "^8.3.2",
"typescript": "<5.6.0"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"envfile": "^7.1.0",
"qrcode": "^1.5.1"
"qrcode": "^1.5.4"
}
}
1 change: 0 additions & 1 deletion packages/nextjs/hooks/scaffold-eth/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from "./useAnimationConfig";
export * from "./useBurnerWallet";
export * from "./useContractLogs";
export * from "./useDeployedContractInfo";
export * from "./useFetchBlocks";
Expand Down
146 changes: 0 additions & 146 deletions packages/nextjs/hooks/scaffold-eth/useBurnerWallet.ts

This file was deleted.

13 changes: 6 additions & 7 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,24 @@
"dependencies": {
"@heroicons/react": "^2.1.5",
"@rainbow-me/rainbowkit": "2.1.6",
"@tanstack/react-query": "^5.28.6",
"@tanstack/react-query": "^5.59.15",
"@uniswap/sdk-core": "^5.8.2",
"@uniswap/v2-sdk": "^4.6.1",
"blo": "^1.0.1",
"blo": "^1.2.0",
"burner-connector": "^0.0.8",
"daisyui": "4.12.10",
"next": "^14.2.11",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"qrcode.react": "^3.1.0",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.0",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.13.0",
"usehooks-ts": "^3.1.0",
"viem": "2.21.7",
"wagmi": "2.12.11",
"zustand": "^4.1.2"
"zustand": "^5.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -49,7 +48,7 @@
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.11",
"type-fest": "^4.6.0",
"type-fest": "^4.26.1",
"typescript": "<5.6.0",
"vercel": "^37.4.2"
}
Expand Down
Loading

0 comments on commit 5ba5e72

Please sign in to comment.