Skip to content

Commit 26d9d56

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

4 files changed

Lines changed: 173 additions & 185 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.7",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^15.4.7",
35+
"next": "^15.5.0",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.1.1",
3939
"react-dom": "^19.1.1",
4040
"sharp": "^0.34.3"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.33.0",
44-
"@next/eslint-plugin-next": "^15.4.7",
43+
"@eslint/js": "^9.34.0",
44+
"@next/eslint-plugin-next": "^15.5.0",
4545
"@tailwindcss/postcss": "^4.1.12",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4747
"@types/node": "^24.3.0",
48-
"@types/react": "^19.1.10",
48+
"@types/react": "^19.1.11",
4949
"@types/react-dom": "^19.1.7",
5050
"autoprefixer": "^10.4.21",
51-
"eslint": "^9.33.0",
52-
"eslint-config-next": "^15.4.7",
51+
"eslint": "^9.34.0",
52+
"eslint-config-next": "^15.5.0",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^5.2.0",
5555
"next-seo": "^6.8.0",

lib/openzeppelin-contracts

package.json

Lines changed: 4 additions & 4 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.14.0",
24+
"packageManager": "pnpm@10.15.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -234,12 +234,12 @@
234234
"start:interface": "pnpm -C interface start"
235235
},
236236
"devDependencies": {
237-
"@eslint/js": "^9.33.0",
237+
"@eslint/js": "^9.34.0",
238238
"@nomicfoundation/hardhat-ethers": "^3.1.0",
239239
"@nomicfoundation/hardhat-verify": "^2.1.1",
240240
"@typechain/ethers-v6": "^0.5.1",
241241
"@typechain/hardhat": "^9.1.0",
242-
"eslint": "^9.33.0",
242+
"eslint": "^9.34.0",
243243
"eslint-config-prettier": "^10.1.8",
244244
"ethers": "^6.15.0",
245245
"hardhat": "^2.26.3",
@@ -248,7 +248,7 @@
248248
"hardhat-gas-reporter": "^2.3.0",
249249
"prettier": "^3.6.2",
250250
"prettier-plugin-solidity": "^2.1.0",
251-
"solhint": "^6.0.0",
251+
"solhint": "^6.0.1",
252252
"ts-node": "^10.9.2",
253253
"typechain": "^8.3.2",
254254
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)