Skip to content

Commit fe2fc02

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 287cdf8 commit fe2fc02

5 files changed

Lines changed: 276 additions & 276 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": "6dd405a07fd94e7466bb573a909445efed0c3e55"
11+
"rev": "8b010f923a0f81599a3f8bab309a47ec99c62764"
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.10",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^16.2.4",
35+
"next": "^16.2.6",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
38-
"react": "^19.2.5",
39-
"react-dom": "^19.2.5",
38+
"react": "^19.2.6",
39+
"react-dom": "^19.2.6",
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.4",
44-
"@next/eslint-plugin-next": "^16.2.4",
45-
"@tailwindcss/postcss": "^4.2.4",
44+
"@next/eslint-plugin-next": "^16.2.6",
45+
"@tailwindcss/postcss": "^4.3.0",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@types/node": "^25.6.0",
47+
"@types/node": "^25.6.2",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.5.0",
5151
"eslint": "^9.39.4",
52-
"eslint-config-next": "^16.2.4",
52+
"eslint-config-next": "^16.2.6",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.1.1",
5555
"globals": "^17.6.0",
5656
"next-seo": "^7.2.0",
5757
"postcss": "^8.5.14",
5858
"prettier": "^3.8.3",
5959
"prettier-plugin-tailwindcss": "^0.8.0",
60-
"tailwindcss": "^4.2.4",
60+
"tailwindcss": "^4.3.0",
6161
"typescript": "^6.0.3",
6262
"typescript-eslint": "^8.59.2"
6363
}

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.0.6",
24+
"packageManager": "pnpm@11.0.9",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",

0 commit comments

Comments
 (0)