Skip to content

Commit 700b520

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 2822fb4 commit 700b520

6 files changed

Lines changed: 195 additions & 195 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": "0c9da5736d06b0f01fac287c23d30a00d444e872"
5+
"rev": "17d2404f29436e3d85ef81da9ce31498ae7d2455"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "a1a0a67a2050f5b0edac2bb64ba679cb07a88943"
11+
"rev": "1004347ca6d48444f7fae8dd876cfe7f0466c46a"
1212
}
1313
},
1414
"lib/solady": {

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.1.1",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@types/node": "^25.0.6",
47+
"@types/node": "^25.0.7",
4848
"@types/react": "^19.2.8",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.23",
@@ -59,6 +59,6 @@
5959
"prettier-plugin-tailwindcss": "^0.7.2",
6060
"tailwindcss": "^4.1.18",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.52.0"
62+
"typescript-eslint": "^8.53.0"
6363
}
6464
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,6 @@
268268
"ts-node": "^10.9.2",
269269
"typechain": "^8.3.2",
270270
"typescript": "^5.9.3",
271-
"typescript-eslint": "^8.52.0"
271+
"typescript-eslint": "^8.53.0"
272272
}
273273
}

0 commit comments

Comments
 (0)