Skip to content

Commit d4be2a3

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 87f7998 commit d4be2a3

5 files changed

Lines changed: 100 additions & 99 deletions

File tree

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "2efe235badde283d35177bc3497e750c01c2b7ca"
11+
"rev": "fccd38f2329180d0b2271579ccbd274d9b982910"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 3 additions & 3 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.10",
35+
"next": "^16.1.0",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.3",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.2",
44-
"@next/eslint-plugin-next": "^16.0.10",
44+
"@next/eslint-plugin-next": "^16.1.0",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
4747
"@types/node": "^25.0.3",
4848
"@types/react": "^19.2.7",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.23",
5151
"eslint": "^9.39.2",
52-
"eslint-config-next": "^16.0.10",
52+
"eslint-config-next": "^16.1.0",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"globals": "^16.5.0",

package.json

Lines changed: 3 additions & 3 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.26.0",
24+
"packageManager": "pnpm@10.26.1",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -261,8 +261,8 @@
261261
"hardhat-contract-sizer": "^2.10.1",
262262
"hardhat-gas-reporter": "^2.3.0",
263263
"prettier": "^3.7.4",
264-
"prettier-plugin-solidity": "^2.2.0",
265-
"solhint": "^6.0.1",
264+
"prettier-plugin-solidity": "^2.2.1",
265+
"solhint": "^6.0.2",
266266
"ts-node": "^10.9.2",
267267
"typechain": "^8.3.2",
268268
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)