Skip to content

Commit 3718e67

Browse files
committed
🔁 Update Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 365b6ce commit 3718e67

6 files changed

Lines changed: 180 additions & 180 deletions

File tree

interface/package.json

Lines changed: 5 additions & 5 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.5.0",
35+
"next": "^15.5.2",
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.34.0",
44-
"@next/eslint-plugin-next": "^15.5.0",
44+
"@next/eslint-plugin-next": "^15.5.2",
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.11",
49-
"@types/react-dom": "^19.1.7",
49+
"@types/react-dom": "^19.1.8",
5050
"autoprefixer": "^10.4.21",
5151
"eslint": "^9.34.0",
52-
"eslint-config-next": "^15.5.0",
52+
"eslint-config-next": "^15.5.2",
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.40.0"
61+
"typescript-eslint": "^8.41.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.40.0"
255+
"typescript-eslint": "^8.41.0"
256256
}
257257
}

0 commit comments

Comments
 (0)