Skip to content

Commit f4e3d48

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

3 files changed

Lines changed: 319 additions & 319 deletions

File tree

interface/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,33 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.10",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^16.2.2",
35+
"next": "^16.2.3",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
38-
"react": "^19.2.4",
39-
"react-dom": "^19.2.4",
38+
"react": "^19.2.5",
39+
"react-dom": "^19.2.5",
4040
"sharp": "^0.34.5"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.4",
44-
"@next/eslint-plugin-next": "^16.2.2",
44+
"@next/eslint-plugin-next": "^16.2.3",
4545
"@tailwindcss/postcss": "^4.2.2",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.5.2",
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.2.2",
52+
"eslint-config-next": "^16.2.3",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"globals": "^17.4.0",
5656
"next-seo": "^7.2.0",
57-
"postcss": "^8.5.8",
57+
"postcss": "^8.5.9",
5858
"prettier": "^3.8.1",
5959
"prettier-plugin-tailwindcss": "^0.7.2",
6060
"tailwindcss": "^4.2.2",
6161
"typescript": "^6.0.2",
62-
"typescript-eslint": "^8.58.0"
62+
"typescript-eslint": "^8.58.1"
6363
}
6464
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@
281281
"ts-node": "^10.9.2",
282282
"typechain": "^8.3.2",
283283
"typescript": "^6.0.2",
284-
"typescript-eslint": "^8.58.0"
284+
"typescript-eslint": "^8.58.1"
285285
}
286286
}

0 commit comments

Comments
 (0)