Skip to content

Commit 2cf6384

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 06baf7c commit 2cf6384

3 files changed

Lines changed: 199 additions & 199 deletions

File tree

interface/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@next/eslint-plugin-next": "^15.4.5",
4545
"@tailwindcss/postcss": "^4.1.11",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.1.0",
47+
"@types/node": "^24.2.0",
4848
"@types/react": "^19.1.9",
4949
"@types/react-dom": "^19.1.7",
5050
"autoprefixer": "^10.4.21",
@@ -57,7 +57,7 @@
5757
"prettier": "^3.6.2",
5858
"prettier-plugin-tailwindcss": "^0.6.14",
5959
"tailwindcss": "^4.1.11",
60-
"typescript": "^5.8.3",
61-
"typescript-eslint": "^8.38.0"
60+
"typescript": "^5.9.2",
61+
"typescript-eslint": "^8.39.0"
6262
}
6363
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,13 @@
236236
"devDependencies": {
237237
"@eslint/js": "^9.32.0",
238238
"@nomicfoundation/hardhat-ethers": "^3.1.0",
239-
"@nomicfoundation/hardhat-verify": "^2.1.0",
239+
"@nomicfoundation/hardhat-verify": "^2.1.1",
240240
"@typechain/ethers-v6": "^0.5.1",
241241
"@typechain/hardhat": "^9.1.0",
242242
"eslint": "^9.32.0",
243243
"eslint-config-prettier": "^10.1.8",
244244
"ethers": "^6.15.0",
245-
"hardhat": "^2.26.1",
245+
"hardhat": "^2.26.2",
246246
"hardhat-abi-exporter": "^2.11.0",
247247
"hardhat-contract-sizer": "^2.10.0",
248248
"hardhat-gas-reporter": "^2.3.0",
@@ -251,7 +251,7 @@
251251
"solhint": "^6.0.0",
252252
"ts-node": "^10.9.2",
253253
"typechain": "^8.3.2",
254-
"typescript": "^5.8.3",
255-
"typescript-eslint": "^8.38.0"
254+
"typescript": "^5.9.2",
255+
"typescript-eslint": "^8.39.0"
256256
}
257257
}

0 commit comments

Comments
 (0)