Skip to content

Commit fd5a3f4

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

6 files changed

Lines changed: 120 additions & 120 deletions

File tree

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "2999b6563e1f07971a09d48b82f3fac910d72a05"
5+
"rev": "8987040ede9553cea20c95ad40d0455930f9c8e0"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "b8c7b9e82d2b340cf82f2913c38e3a0bac2f96ae"
11+
"rev": "9bdf7dc832a95033cb3c590a7f4031270a1f743b"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.4",
4444
"@next/eslint-plugin-next": "^16.2.4",
45-
"@tailwindcss/postcss": "^4.2.3",
45+
"@tailwindcss/postcss": "^4.2.4",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.6.0",
4848
"@types/react": "^19.2.14",
@@ -56,8 +56,8 @@
5656
"next-seo": "^7.2.0",
5757
"postcss": "^8.5.10",
5858
"prettier": "^3.8.3",
59-
"prettier-plugin-tailwindcss": "^0.7.2",
60-
"tailwindcss": "^4.2.3",
59+
"prettier-plugin-tailwindcss": "^0.7.3",
60+
"tailwindcss": "^4.2.4",
6161
"typescript": "^6.0.3",
6262
"typescript-eslint": "^8.59.0"
6363
}

lib/openzeppelin-contracts

package.json

Lines changed: 1 addition & 1 deletion
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.33.0",
24+
"packageManager": "pnpm@10.33.1",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",

0 commit comments

Comments
 (0)