Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63d0f0b

Browse files
authoredMar 22, 2025
chore(deps): update all dependencies
1 parent 6651507 commit 63d0f0b

File tree

3 files changed

+382
-931
lines changed

3 files changed

+382
-931
lines changed
 

Diff for: ‎pterodactyl/panel/docker-compose.yml

+1-1
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:11.7
2828
restart: unless-stopped
2929
command: --default-authentication-plugin=mysql_native_password
3030
volumes:

Diff for: ‎website/package.json

+10-10
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": "^22.0.0",
25+
"@types/react": "^19.0.0",
26+
"@types/react-dom": "^19.0.0",
27+
"eslint": "^9.0.0",
28+
"eslint-config-next": "15.2.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.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
3434
}

Diff for: ‎website/pnpm-lock.yaml

+371-920
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.