Skip to content

Commit 153d5c7

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 0d14d57 commit 153d5c7

3 files changed

Lines changed: 250 additions & 214 deletions

File tree

interface/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.9",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^16.1.4",
35+
"next": "^16.1.5",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
38-
"react": "^19.2.3",
39-
"react-dom": "^19.2.3",
38+
"react": "^19.2.4",
39+
"react-dom": "^19.2.4",
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.2",
44-
"@next/eslint-plugin-next": "^16.1.4",
44+
"@next/eslint-plugin-next": "^16.1.5",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.0.10",
4848
"@types/react": "^19.2.9",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.23",
5151
"eslint": "^9.39.2",
52-
"eslint-config-next": "^16.1.4",
52+
"eslint-config-next": "^16.1.5",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"globals": "^17.1.0",
@@ -59,6 +59,6 @@
5959
"prettier-plugin-tailwindcss": "^0.7.2",
6060
"tailwindcss": "^4.1.18",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.53.1"
62+
"typescript-eslint": "^8.54.0"
6363
}
6464
}

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.28.1",
24+
"packageManager": "pnpm@10.28.2",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -272,6 +272,6 @@
272272
"ts-node": "^10.9.2",
273273
"typechain": "^8.3.2",
274274
"typescript": "^5.9.3",
275-
"typescript-eslint": "^8.53.1"
275+
"typescript-eslint": "^8.54.0"
276276
}
277277
}

0 commit comments

Comments
 (0)