Skip to content

Commit 42b4a35

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent da5a58b commit 42b4a35

File tree

6 files changed

+101
-101
lines changed

6 files changed

+101
-101
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": "24d76395806bf34aaab7ce0291094174631487f6"
5+
"rev": "7117c90c8cf6c68e5acce4f09a6b24715cea4de6"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "0de8004a14d281e1522a12da6b84ea8d389e1631"
11+
"rev": "03666bd5653762fc983f31cdad2e704c27397bdf"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 4 additions & 4 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.0.4",
35+
"next": "^16.0.5",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.0",
@@ -41,20 +41,20 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.1",
44-
"@next/eslint-plugin-next": "^16.0.4",
44+
"@next/eslint-plugin-next": "^16.0.5",
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.4",
52+
"eslint-config-next": "^16.0.5",
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.6.2",
57+
"prettier": "^3.7.1",
5858
"prettier-plugin-tailwindcss": "^0.7.1",
5959
"tailwindcss": "^4.1.17",
6060
"typescript": "^5.9.3",

lib/forge-std

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"hardhat-abi-exporter": "^2.11.0",
256256
"hardhat-contract-sizer": "^2.10.1",
257257
"hardhat-gas-reporter": "^2.3.0",
258-
"prettier": "^3.6.2",
258+
"prettier": "^3.7.1",
259259
"prettier-plugin-solidity": "^2.2.0",
260260
"solhint": "^6.0.1",
261261
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)