Skip to content

Commit 4df871b

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 9bd3cc7 commit 4df871b

File tree

4 files changed

+143
-177
lines changed

4 files changed

+143
-177
lines changed

interface/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.4",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^15.3.5",
35+
"next": "^15.4.1",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.1.0",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.31.0",
44-
"@next/eslint-plugin-next": "^15.3.5",
44+
"@next/eslint-plugin-next": "^15.4.1",
4545
"@tailwindcss/postcss": "^4.1.11",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.0.13",
47+
"@types/node": "^24.0.14",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"eslint": "^9.31.0",
52-
"eslint-config-next": "^15.3.5",
52+
"eslint-config-next": "^15.4.1",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^5.2.0",
5555
"next-seo": "^6.8.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@
235235
},
236236
"devDependencies": {
237237
"@eslint/js": "^9.31.0",
238-
"@nomicfoundation/hardhat-ethers": "^3.0.9",
239-
"@nomicfoundation/hardhat-verify": "^2.0.14",
238+
"@nomicfoundation/hardhat-ethers": "^3.1.0",
239+
"@nomicfoundation/hardhat-verify": "^2.1.0",
240240
"@typechain/ethers-v6": "^0.5.1",
241241
"@typechain/hardhat": "^9.1.0",
242242
"eslint": "^9.31.0",
243243
"eslint-config-prettier": "^10.1.5",
244244
"ethers": "^6.15.0",
245-
"hardhat": "^2.25.0",
245+
"hardhat": "^2.26.0",
246246
"hardhat-abi-exporter": "^2.11.0",
247247
"hardhat-contract-sizer": "^2.10.0",
248248
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)