Skip to content

Commit 63fb291

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent cf41428 commit 63fb291

5 files changed

Lines changed: 196 additions & 196 deletions

File tree

interface/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.9",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^15.5.4",
35+
"next": "^15.5.5",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.0",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.37.0",
44-
"@next/eslint-plugin-next": "^15.5.4",
44+
"@next/eslint-plugin-next": "^15.5.5",
4545
"@tailwindcss/postcss": "^4.1.14",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.7.1",
47+
"@types/node": "^24.7.2",
4848
"@types/react": "^19.2.2",
49-
"@types/react-dom": "^19.2.1",
49+
"@types/react-dom": "^19.2.2",
5050
"autoprefixer": "^10.4.21",
5151
"eslint": "^9.37.0",
52-
"eslint-config-next": "^15.5.4",
52+
"eslint-config-next": "^15.5.5",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.0",
5555
"next-seo": "^6.8.0",
@@ -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.46.0"
61+
"typescript-eslint": "^8.46.1"
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.2",
24+
"packageManager": "pnpm@10.18.3",
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.46.0"
257+
"typescript-eslint": "^8.46.1"
258258
}
259259
}

0 commit comments

Comments
 (0)