Skip to content

Commit d8ebff7

Browse files
chore(deps): update all dependencies
1 parent 6651507 commit d8ebff7

File tree

3 files changed

+1589
-976
lines changed

3 files changed

+1589
-976
lines changed

pterodactyl/panel/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ x-common:
2424
# ------------------------------------------------------------------------------------------
2525
services:
2626
database:
27-
image: mariadb:10.5
27+
image: mariadb:12.1
2828
restart: unless-stopped
2929
command: --default-authentication-plugin=mysql_native_password
3030
volumes:

website/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"clsx": "^2.1.1",
1616
"lucide-react": "^0.456.0",
1717
"next": "14.2.16",
18-
"react": "^18",
19-
"react-dom": "^18",
20-
"tailwind-merge": "^2.5.4",
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0",
20+
"tailwind-merge": "^3.0.0",
2121
"tailwindcss-animate": "^1.0.7"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^20",
25-
"@types/react": "^18",
26-
"@types/react-dom": "^18",
27-
"eslint": "^8",
28-
"eslint-config-next": "14.2.16",
24+
"@types/node": "^24.0.0",
25+
"@types/react": "^19.0.0",
26+
"@types/react-dom": "^19.0.0",
27+
"eslint": "^9.0.0",
28+
"eslint-config-next": "16.0.3",
2929
"postcss": "^8",
30-
"tailwindcss": "^3.4.1",
30+
"tailwindcss": "^4.0.0",
3131
"typescript": "^5"
3232
},
33-
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
33+
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
3434
}

0 commit comments

Comments
 (0)