Skip to content

Commit efd2425

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 851ae18 commit efd2425

6 files changed

Lines changed: 108 additions & 108 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": "100b0d756adda67bc70aab816fa5a1a95dcf78b6"
5+
"rev": "27ab851c7cde58b22cc4de426d59e23a31c5cb9c"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "eb97fd3f153589bc4d7cd0c512956b18aa844cfd"
11+
"rev": "6308fdc5e8e0d5e8a94dc9d5d4c79f6331334c81"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/node": "^24.10.0",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.2",
50-
"autoprefixer": "^10.4.21",
50+
"autoprefixer": "^10.4.22",
5151
"eslint": "^9.39.1",
5252
"eslint-config-next": "^16.0.1",
5353
"eslint-plugin-react": "^7.37.5",
@@ -58,6 +58,6 @@
5858
"prettier-plugin-tailwindcss": "^0.7.1",
5959
"tailwindcss": "^4.1.17",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.46.3"
61+
"typescript-eslint": "^8.46.4"
6262
}
6363
}

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@10.20.0",
24+
"packageManager": "pnpm@10.21.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -260,6 +260,6 @@
260260
"ts-node": "^10.9.2",
261261
"typechain": "^8.3.2",
262262
"typescript": "^5.9.3",
263-
"typescript-eslint": "^8.46.3"
263+
"typescript-eslint": "^8.46.4"
264264
}
265265
}

0 commit comments

Comments
 (0)