Skip to content

Commit c72dd8d

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 548b2a3 commit c72dd8d

5 files changed

Lines changed: 173 additions & 173 deletions

File tree

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.7",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^15.4.6",
35+
"next": "^15.4.7",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.1.1",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.33.0",
44-
"@next/eslint-plugin-next": "^15.4.6",
44+
"@next/eslint-plugin-next": "^15.4.7",
4545
"@tailwindcss/postcss": "^4.1.12",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4747
"@types/node": "^24.3.0",
4848
"@types/react": "^19.1.10",
4949
"@types/react-dom": "^19.1.7",
5050
"autoprefixer": "^10.4.21",
5151
"eslint": "^9.33.0",
52-
"eslint-config-next": "^15.4.6",
52+
"eslint-config-next": "^15.4.7",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^5.2.0",
5555
"next-seo": "^6.8.0",
@@ -58,6 +58,6 @@
5858
"prettier-plugin-tailwindcss": "^0.6.14",
5959
"tailwindcss": "^4.1.12",
6060
"typescript": "^5.9.2",
61-
"typescript-eslint": "^8.39.1"
61+
"typescript-eslint": "^8.40.0"
6262
}
6363
}

lib/forge-std

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@
252252
"ts-node": "^10.9.2",
253253
"typechain": "^8.3.2",
254254
"typescript": "^5.9.2",
255-
"typescript-eslint": "^8.39.1"
255+
"typescript-eslint": "^8.40.0"
256256
}
257257
}

0 commit comments

Comments
 (0)