Skip to content

Commit 6d88170

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent d64a026 commit 6d88170

5 files changed

Lines changed: 201 additions & 179 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": "8631702babdb0a3890c470e0c9aebf9bc28c3637"
11+
"rev": "04e683b550b496bfbf471ed960b7feed25b47669"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"sharp": "^0.34.4"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.39.0",
43+
"@eslint/js": "^9.39.1",
4444
"@next/eslint-plugin-next": "^16.0.1",
4545
"@tailwindcss/postcss": "^4.1.16",
46-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.9.2",
46+
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
47+
"@types/node": "^24.10.0",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.2",
5050
"autoprefixer": "^10.4.21",
51-
"eslint": "^9.39.0",
51+
"eslint": "^9.39.1",
5252
"eslint-config-next": "^16.0.1",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
@@ -58,6 +58,6 @@
5858
"prettier-plugin-tailwindcss": "^0.7.1",
5959
"tailwindcss": "^4.1.16",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.46.2"
61+
"typescript-eslint": "^8.46.3"
6262
}
6363
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@
242242
"start:interface": "pnpm -C interface start"
243243
},
244244
"devDependencies": {
245-
"@eslint/js": "^9.39.0",
245+
"@eslint/js": "^9.39.1",
246246
"@nomicfoundation/hardhat-ethers": "^3.1.2",
247247
"@nomicfoundation/hardhat-verify": "^2.1.3",
248248
"@typechain/ethers-v6": "^0.5.1",
249249
"@typechain/hardhat": "^9.1.0",
250-
"eslint": "^9.39.0",
250+
"eslint": "^9.39.1",
251251
"eslint-config-prettier": "^10.1.8",
252252
"ethers": "^6.15.0",
253253
"hardhat": "^2.26.5",
@@ -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.2"
263+
"typescript-eslint": "^8.46.3"
264264
}
265265
}

0 commit comments

Comments
 (0)