Skip to content

Commit 7b9ca5a

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

File tree

6 files changed

+133
-133
lines changed

6 files changed

+133
-133
lines changed

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "bee11e72a6764a40ec9272635d5bb46744be352d"
5+
"rev": "0e44f85a13976ba7491c6a9ee994b1a7efc3c281"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "239795bea728c8dca4deb6c66856dd58a6991112"
11+
"rev": "dde766bd542e4a1695fe8e4a07dc03b77305f367"
1212
}
1313
},
1414
"lib/solady": {

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.1.5",
35+
"next": "^16.1.6",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.4",
@@ -41,19 +41,19 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.2",
44-
"@next/eslint-plugin-next": "^16.1.5",
44+
"@next/eslint-plugin-next": "^16.1.6",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.0.10",
48-
"@types/react": "^19.2.9",
48+
"@types/react": "^19.2.10",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.23",
5151
"eslint": "^9.39.2",
52-
"eslint-config-next": "^16.1.5",
52+
"eslint-config-next": "^16.1.6",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
55-
"globals": "^17.1.0",
56-
"next-seo": "^7.0.1",
55+
"globals": "^17.2.0",
56+
"next-seo": "^7.1.0",
5757
"postcss": "^8.5.6",
5858
"prettier": "^3.8.1",
5959
"prettier-plugin-tailwindcss": "^0.7.2",

lib/forge-std

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@
261261
"eslint": "^9.39.2",
262262
"eslint-config-prettier": "^10.1.8",
263263
"ethers": "^6.16.0",
264-
"globals": "^17.1.0",
265-
"hardhat": "^2.28.3",
264+
"globals": "^17.2.0",
265+
"hardhat": "^2.28.4",
266266
"hardhat-abi-exporter": "^2.11.0",
267267
"hardhat-contract-sizer": "^2.10.1",
268268
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)