Skip to content

Commit ab73edc

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

6 files changed

Lines changed: 281 additions & 267 deletions

File tree

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "cd05883078060e0cd8a7bd36636944570dbe1722"
11+
"rev": "5a3b28fc5bd3976da5ea38d90d88ba26f1e0a335"
1212
}
1313
},
1414
"lib/solady": {
1515
"branch": {
1616
"name": "main",
17-
"rev": "92539ab59f1e2163d0ee1f7e78193845bbde88c9"
17+
"rev": "166f85b9576f311446b0f9b3082565bbe0c17af5"
1818
}
1919
}
2020
}

interface/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
47+
"@types/node": "^25.9.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.5.0",
@@ -59,6 +59,6 @@
5959
"prettier-plugin-tailwindcss": "^0.8.0",
6060
"tailwindcss": "^4.3.0",
6161
"typescript": "^6.0.3",
62-
"typescript-eslint": "^8.59.3"
62+
"typescript-eslint": "^8.59.4"
6363
}
6464
}

lib/solady

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.2.2",
24+
"packageManager": "pnpm@11.3.0",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -283,6 +283,6 @@
283283
"ts-node": "^10.9.2",
284284
"typechain": "^8.3.2",
285285
"typescript": "^6.0.3",
286-
"typescript-eslint": "^8.59.3"
286+
"typescript-eslint": "^8.59.4"
287287
}
288288
}

0 commit comments

Comments
 (0)