Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lib/forge-std": {
"branch": {
"name": "master",
"rev": "b090968353a209833d4a6f1383230477e96d8438"
"rev": "b3bc8b154382a75d0b0ef22d7fd4a0a5f0feee0e"
}
},
"lib/openzeppelin-contracts": {
Expand All @@ -14,7 +14,7 @@
"lib/solady": {
"branch": {
"name": "main",
"rev": "5dc5fc87374e6e9de15e8139c09d80fde5a22303"
"rev": "92539ab59f1e2163d0ee1f7e78193845bbde88c9"
}
}
}
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@next/eslint-plugin-next": "^16.2.6",
"@tailwindcss/postcss": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^25.7.0",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
2 changes: 1 addition & 1 deletion lib/solady
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@11.1.3",
"packageManager": "pnpm@11.2.2",
"scripts": {
"clean": "hardhat clean && forge clean",
"test": "forge test --out forge-artifacts",
Expand Down Expand Up @@ -269,7 +269,7 @@
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"ethers": "^6.16.0",
"globals": "^17.6.0",
Expand Down
Loading
Loading