Skip to content

Commit 4649cfb

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 12381da commit 4649cfb

File tree

6 files changed

+247
-247
lines changed

6 files changed

+247
-247
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": "ebc60f500bc6870baaf321a0196fddc24d6edb03"
5+
"rev": "27ba11c86ac93d8d4a50437ae26621468fe63c20"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "ce5e6ed9e87172d13b4dc325a299487bc9edd3f4"
11+
"rev": "79e498895a703ba219e8d5fd90fd4e6e4244f5ba"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 8 additions & 8 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.8",
35+
"next": "^16.0.9",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
38-
"react": "^19.2.1",
39-
"react-dom": "^19.2.1",
38+
"react": "^19.2.2",
39+
"react-dom": "^19.2.2",
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.1",
44-
"@next/eslint-plugin-next": "^16.0.8",
45-
"@tailwindcss/postcss": "^4.1.17",
44+
"@next/eslint-plugin-next": "^16.0.9",
45+
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
47-
"@types/node": "^24.10.2",
47+
"@types/node": "^25.0.0",
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.8",
52+
"eslint-config-next": "^16.0.9",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"globals": "^16.5.0",
5656
"next-seo": "^7.0.1",
5757
"postcss": "^8.5.6",
5858
"prettier": "^3.7.4",
5959
"prettier-plugin-tailwindcss": "^0.7.2",
60-
"tailwindcss": "^4.1.17",
60+
"tailwindcss": "^4.1.18",
6161
"typescript": "^5.9.3",
6262
"typescript-eslint": "^8.49.0"
6363
}

lib/openzeppelin-contracts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"eslint-config-prettier": "^10.1.8",
257257
"ethers": "^6.16.0",
258258
"globals": "^16.5.0",
259-
"hardhat": "^2.27.1",
259+
"hardhat": "^2.27.2",
260260
"hardhat-abi-exporter": "^2.11.0",
261261
"hardhat-contract-sizer": "^2.10.1",
262262
"hardhat-gas-reporter": "^2.3.0",

0 commit comments

Comments
 (0)