Skip to content

Commit cea456d

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 1d6dae5 commit cea456d

File tree

5 files changed

+101
-108
lines changed

5 files changed

+101
-108
lines changed

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "0e199734dcc446647a89ef908b985bdd2623d60f"
11+
"rev": "353f564d1db53c1d30cfa8a631771c205e41107b"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"@next/eslint-plugin-next": "^16.0.10",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
47-
"@types/node": "^25.0.1",
47+
"@types/node": "^25.0.2",
4848
"@types/react": "^19.2.7",
4949
"@types/react-dom": "^19.2.3",
50-
"autoprefixer": "^10.4.22",
50+
"autoprefixer": "^10.4.23",
5151
"eslint": "^9.39.2",
5252
"eslint-config-next": "^16.0.10",
5353
"eslint-plugin-react": "^7.37.5",

lib/openzeppelin-contracts

package.json

Lines changed: 3 additions & 3 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@10.25.0",
24+
"packageManager": "pnpm@10.26.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -248,15 +248,15 @@
248248
},
249249
"devDependencies": {
250250
"@eslint/js": "^9.39.2",
251-
"@nomicfoundation/hardhat-ethers": "^3.1.2",
251+
"@nomicfoundation/hardhat-ethers": "^3.1.3",
252252
"@nomicfoundation/hardhat-verify": "^2.1.3",
253253
"@typechain/ethers-v6": "^0.5.1",
254254
"@typechain/hardhat": "^9.1.0",
255255
"eslint": "^9.39.2",
256256
"eslint-config-prettier": "^10.1.8",
257257
"ethers": "^6.16.0",
258258
"globals": "^16.5.0",
259-
"hardhat": "^2.27.2",
259+
"hardhat": "^2.28.0",
260260
"hardhat-abi-exporter": "^2.11.0",
261261
"hardhat-contract-sizer": "^2.10.1",
262262
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)