Skip to content

Commit 1d6dae5

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

5 files changed

Lines changed: 97 additions & 97 deletions

File tree

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": "79e498895a703ba219e8d5fd90fd4e6e4244f5ba"
11+
"rev": "0e199734dcc446647a89ef908b985bdd2623d60f"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.39.1",
43+
"@eslint/js": "^9.39.2",
4444
"@next/eslint-plugin-next": "^16.0.10",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
4747
"@types/node": "^25.0.1",
4848
"@types/react": "^19.2.7",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.22",
51-
"eslint": "^9.39.1",
51+
"eslint": "^9.39.2",
5252
"eslint-config-next": "^16.0.10",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@
247247
"start:interface": "pnpm -C interface start"
248248
},
249249
"devDependencies": {
250-
"@eslint/js": "^9.39.1",
250+
"@eslint/js": "^9.39.2",
251251
"@nomicfoundation/hardhat-ethers": "^3.1.2",
252252
"@nomicfoundation/hardhat-verify": "^2.1.3",
253253
"@typechain/ethers-v6": "^0.5.1",
254254
"@typechain/hardhat": "^9.1.0",
255-
"eslint": "^9.39.1",
255+
"eslint": "^9.39.2",
256256
"eslint-config-prettier": "^10.1.8",
257257
"ethers": "^6.16.0",
258258
"globals": "^16.5.0",

0 commit comments

Comments
 (0)