Skip to content

Commit 42547a8

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 7b7e22b commit 42547a8

6 files changed

Lines changed: 107 additions & 104 deletions

File tree

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "b090968353a209833d4a6f1383230477e96d8438"
5+
"rev": "b3bc8b154382a75d0b0ef22d7fd4a0a5f0feee0e"
66
}
77
},
88
"lib/openzeppelin-contracts": {
@@ -14,7 +14,7 @@
1414
"lib/solady": {
1515
"branch": {
1616
"name": "main",
17-
"rev": "5dc5fc87374e6e9de15e8139c09d80fde5a22303"
17+
"rev": "92539ab59f1e2163d0ee1f7e78193845bbde88c9"
1818
}
1919
}
2020
}

interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@next/eslint-plugin-next": "^16.2.6",
4545
"@tailwindcss/postcss": "^4.3.0",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@types/node": "^25.7.0",
47+
"@types/node": "^25.8.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.5.0",

lib/forge-std

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
2323
"license": "AGPL-3.0-only",
24-
"packageManager": "pnpm@11.1.3",
24+
"packageManager": "pnpm@11.2.2",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -269,7 +269,7 @@
269269
"@nomicfoundation/hardhat-verify": "^2.1.3",
270270
"@typechain/ethers-v6": "^0.5.1",
271271
"@typechain/hardhat": "^9.1.0",
272-
"eslint": "^10.3.0",
272+
"eslint": "^10.4.0",
273273
"eslint-config-prettier": "^10.1.8",
274274
"ethers": "^6.16.0",
275275
"globals": "^17.6.0",

0 commit comments

Comments
 (0)