Skip to content

Commit e8dce2a

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

File tree

3 files changed

+167
-154
lines changed

3 files changed

+167
-154
lines changed

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.2",
43+
"@eslint/js": "^10.0.1",
4444
"@next/eslint-plugin-next": "^16.1.6",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.2.3",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.24",
51-
"eslint": "^9.39.2",
51+
"eslint": "^10.0.0",
5252
"eslint-config-next": "^16.1.6",
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
@@ -259,12 +259,12 @@
259259
"start:interface": "pnpm -C interface start"
260260
},
261261
"devDependencies": {
262-
"@eslint/js": "^9.39.2",
262+
"@eslint/js": "^10.0.1",
263263
"@nomicfoundation/hardhat-ethers": "^3.1.3",
264264
"@nomicfoundation/hardhat-verify": "^2.1.3",
265265
"@typechain/ethers-v6": "^0.5.1",
266266
"@typechain/hardhat": "^9.1.0",
267-
"eslint": "^9.39.2",
267+
"eslint": "^10.0.0",
268268
"eslint-config-prettier": "^10.1.8",
269269
"ethers": "^6.16.0",
270270
"globals": "^17.3.0",

0 commit comments

Comments
 (0)