Skip to content

Commit 3ccc297

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent ab73edc commit 3ccc297

5 files changed

Lines changed: 190 additions & 169 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": "5a3b28fc5bd3976da5ea38d90d88ba26f1e0a335"
11+
"rev": "74edc4baff50b93c06977021ee9ba25987803291"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@next/eslint-plugin-next": "^16.2.6",
4545
"@tailwindcss/postcss": "^4.3.0",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@types/node": "^25.9.0",
48-
"@types/react": "^19.2.14",
47+
"@types/node": "^25.9.1",
48+
"@types/react": "^19.2.15",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.5.0",
5151
"eslint": "^9.39.4",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react-hooks": "^7.1.1",
5555
"globals": "^17.6.0",
5656
"next-seo": "^7.2.0",
57-
"postcss": "^8.5.14",
57+
"postcss": "^8.5.15",
5858
"prettier": "^3.8.3",
5959
"prettier-plugin-tailwindcss": "^0.8.0",
6060
"tailwindcss": "^4.3.0",

package.json

Lines changed: 1 addition & 1 deletion
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@11.3.0",
24+
"packageManager": "pnpm@11.4.0",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",

0 commit comments

Comments
 (0)