Skip to content

Commit 6a94030

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 45775c2 commit 6a94030

File tree

5 files changed

+143
-143
lines changed

5 files changed

+143
-143
lines changed

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@next/eslint-plugin-next": "^15.5.4",
4545
"@tailwindcss/postcss": "^4.1.14",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.6.2",
47+
"@types/node": "^24.7.0",
4848
"@types/react": "^19.2.0",
4949
"@types/react-dom": "^19.2.0",
5050
"autoprefixer": "^10.4.21",
@@ -58,6 +58,6 @@
5858
"prettier-plugin-tailwindcss": "^0.6.14",
5959
"tailwindcss": "^4.1.14",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.45.0"
61+
"typescript-eslint": "^8.46.0"
6262
}
6363
}

lib/forge-std

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
2323
"license": "AGPL-3.0-only",
24-
"packageManager": "pnpm@10.18.0",
24+
"packageManager": "pnpm@10.18.1",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -254,6 +254,6 @@
254254
"ts-node": "^10.9.2",
255255
"typechain": "^8.3.2",
256256
"typescript": "^5.9.3",
257-
"typescript-eslint": "^8.45.0"
257+
"typescript-eslint": "^8.46.0"
258258
}
259259
}

0 commit comments

Comments
 (0)