Skip to content

Commit 4dde6fd

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 10835f1 commit 4dde6fd

3 files changed

Lines changed: 121 additions & 121 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": "^16.0.1",
35+
"next": "^16.0.2",
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.39.1",
44-
"@next/eslint-plugin-next": "^16.0.1",
44+
"@next/eslint-plugin-next": "^16.0.2",
4545
"@tailwindcss/postcss": "^4.1.17",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
47-
"@types/node": "^24.10.0",
48-
"@types/react": "^19.2.2",
49-
"@types/react-dom": "^19.2.2",
47+
"@types/node": "^24.10.1",
48+
"@types/react": "^19.2.4",
49+
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.22",
5151
"eslint": "^9.39.1",
52-
"eslint-config-next": "^16.0.1",
52+
"eslint-config-next": "^16.0.2",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"next-seo": "^7.0.1",

package.json

Lines changed: 1 addition & 1 deletion
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.21.0",
24+
"packageManager": "pnpm@10.22.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",

0 commit comments

Comments
 (0)