Skip to content

Commit 2467f81

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent ed93f50 commit 2467f81

File tree

5 files changed

+270
-270
lines changed

5 files changed

+270
-270
lines changed

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": "62713176a5a27e8380f950002a6a47a0831fb0c9"
11+
"rev": "0e8e34ae536d939c8939c97c055022b8f6d9a598"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.9",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^16.0.6",
35+
"next": "^16.0.7",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
38-
"react": "^19.2.0",
39-
"react-dom": "^19.2.0",
38+
"react": "^19.2.1",
39+
"react-dom": "^19.2.1",
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.1",
44-
"@next/eslint-plugin-next": "^16.0.6",
44+
"@next/eslint-plugin-next": "^16.0.7",
4545
"@tailwindcss/postcss": "^4.1.17",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
4747
"@types/node": "^24.10.1",
4848
"@types/react": "^19.2.7",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.22",
5151
"eslint": "^9.39.1",
52-
"eslint-config-next": "^16.0.6",
52+
"eslint-config-next": "^16.0.7",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"next-seo": "^7.0.1",
5656
"postcss": "^8.5.6",
57-
"prettier": "^3.7.3",
57+
"prettier": "^3.7.4",
5858
"prettier-plugin-tailwindcss": "^0.7.2",
5959
"tailwindcss": "^4.1.17",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.48.0"
61+
"typescript-eslint": "^8.48.1"
6262
}
6363
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,17 @@
254254
"@typechain/hardhat": "^9.1.0",
255255
"eslint": "^9.39.1",
256256
"eslint-config-prettier": "^10.1.8",
257-
"ethers": "^6.15.0",
257+
"ethers": "^6.16.0",
258258
"hardhat": "^2.27.1",
259259
"hardhat-abi-exporter": "^2.11.0",
260260
"hardhat-contract-sizer": "^2.10.1",
261261
"hardhat-gas-reporter": "^2.3.0",
262-
"prettier": "^3.7.3",
262+
"prettier": "^3.7.4",
263263
"prettier-plugin-solidity": "^2.2.0",
264264
"solhint": "^6.0.1",
265265
"ts-node": "^10.9.2",
266266
"typechain": "^8.3.2",
267267
"typescript": "^5.9.3",
268-
"typescript-eslint": "^8.48.0"
268+
"typescript-eslint": "^8.48.1"
269269
}
270270
}

0 commit comments

Comments
 (0)