Skip to content

Commit 6d2a70f

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

3 files changed

Lines changed: 137 additions & 137 deletions

File tree

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.3.4",
4545
"@tailwindcss/postcss": "^4.1.10",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.0.3",
47+
"@types/node": "^24.0.4",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-hooks": "^5.2.0",
5555
"next-seo": "^6.8.0",
5656
"postcss": "^8.5.6",
57-
"prettier": "^3.6.0",
57+
"prettier": "^3.6.1",
5858
"prettier-plugin-tailwindcss": "^0.6.13",
5959
"tailwindcss": "^4.1.10",
6060
"typescript": "^5.8.3",

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.12.2",
24+
"packageManager": "pnpm@10.12.3",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -240,7 +240,7 @@
240240
"hardhat-abi-exporter": "^2.11.0",
241241
"hardhat-contract-sizer": "^2.10.0",
242242
"hardhat-gas-reporter": "^2.3.0",
243-
"prettier": "^3.6.0",
243+
"prettier": "^3.6.1",
244244
"prettier-plugin-solidity": "^2.0.0",
245245
"solhint": "^5.1.0",
246246
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)