Skip to content

Commit 1391e8d

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent dacf778 commit 1391e8d

5 files changed

Lines changed: 207 additions & 207 deletions

File tree

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "3e6d5cd6dd0dbe61952e6075ea6d55ed31d26381"
5+
"rev": "f5495c9b993bfc6e79dd52adfdcb7dac0a1da918"
66
}
77
},
88
"lib/openzeppelin-contracts": {

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.1.6",
35+
"next": "^16.1.7",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.4",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.4",
44-
"@next/eslint-plugin-next": "^16.1.6",
44+
"@next/eslint-plugin-next": "^16.1.7",
4545
"@tailwindcss/postcss": "^4.2.1",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.5.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.27",
5151
"eslint": "^9.39.4",
52-
"eslint-config-next": "^16.1.6",
52+
"eslint-config-next": "^16.1.7",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"globals": "^17.4.0",
@@ -59,6 +59,6 @@
5959
"prettier-plugin-tailwindcss": "^0.7.2",
6060
"tailwindcss": "^4.2.1",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.57.0"
62+
"typescript-eslint": "^8.57.1"
6363
}
6464
}

lib/forge-std

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,6 @@
280280
"ts-node": "^10.9.2",
281281
"typechain": "^8.3.2",
282282
"typescript": "^5.9.3",
283-
"typescript-eslint": "^8.57.0"
283+
"typescript-eslint": "^8.57.1"
284284
}
285285
}

0 commit comments

Comments
 (0)