Skip to content

Commit 6e3db2d

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 2f41e82 commit 6e3db2d

File tree

4 files changed

+168
-153
lines changed

4 files changed

+168
-153
lines changed

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": "^15.5.4",
4545
"@tailwindcss/postcss": "^4.1.13",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.5.2",
48-
"@types/react": "^19.1.15",
47+
"@types/node": "^24.6.0",
48+
"@types/react": "^19.1.16",
4949
"@types/react-dom": "^19.1.9",
5050
"autoprefixer": "^10.4.21",
5151
"eslint": "^9.36.0",
@@ -58,6 +58,6 @@
5858
"prettier-plugin-tailwindcss": "^0.6.14",
5959
"tailwindcss": "^4.1.13",
6060
"typescript": "^5.9.2",
61-
"typescript-eslint": "^8.44.1"
61+
"typescript-eslint": "^8.45.0"
6262
}
6363
}

lib/forge-std

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@
254254
"ts-node": "^10.9.2",
255255
"typechain": "^8.3.2",
256256
"typescript": "^5.9.2",
257-
"typescript-eslint": "^8.44.1"
257+
"typescript-eslint": "^8.45.0"
258258
}
259259
}

0 commit comments

Comments
 (0)