Skip to content

Commit 71211be

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

File tree

3 files changed

+198
-199
lines changed

3 files changed

+198
-199
lines changed

interface/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,30 @@
3232
"dependencies": {
3333
"@headlessui/react": "^2.2.9",
3434
"@heroicons/react": "^2.2.0",
35-
"next": "^15.5.5",
35+
"next": "^15.5.6",
3636
"next-themes": "^0.4.6",
3737
"prismjs": "^1.30.0",
3838
"react": "^19.2.0",
3939
"react-dom": "^19.2.0",
4040
"sharp": "^0.34.4"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.37.0",
44-
"@next/eslint-plugin-next": "^15.5.5",
43+
"@eslint/js": "^9.38.0",
44+
"@next/eslint-plugin-next": "^15.5.6",
4545
"@tailwindcss/postcss": "^4.1.14",
4646
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
47-
"@types/node": "^24.7.2",
47+
"@types/node": "^24.8.1",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.2",
5050
"autoprefixer": "^10.4.21",
51-
"eslint": "^9.37.0",
52-
"eslint-config-next": "^15.5.5",
51+
"eslint": "^9.38.0",
52+
"eslint-config-next": "^15.5.6",
5353
"eslint-plugin-react": "^7.37.5",
5454
"eslint-plugin-react-hooks": "^7.0.0",
5555
"next-seo": "^6.8.0",
5656
"postcss": "^8.5.6",
5757
"prettier": "^3.6.2",
58-
"prettier-plugin-tailwindcss": "^0.7.0",
58+
"prettier-plugin-tailwindcss": "^0.7.1",
5959
"tailwindcss": "^4.1.14",
6060
"typescript": "^5.9.3",
6161
"typescript-eslint": "^8.46.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@
236236
"start:interface": "pnpm -C interface start"
237237
},
238238
"devDependencies": {
239-
"@eslint/js": "^9.37.0",
239+
"@eslint/js": "^9.38.0",
240240
"@nomicfoundation/hardhat-ethers": "^3.1.0",
241241
"@nomicfoundation/hardhat-verify": "^2.1.1",
242242
"@typechain/ethers-v6": "^0.5.1",
243243
"@typechain/hardhat": "^9.1.0",
244-
"eslint": "^9.37.0",
244+
"eslint": "^9.38.0",
245245
"eslint-config-prettier": "^10.1.8",
246246
"ethers": "^6.15.0",
247247
"hardhat": "^2.26.3",

0 commit comments

Comments
 (0)