Skip to content

Commit 90d0209

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

File tree

3 files changed

+522
-309
lines changed

3 files changed

+522
-309
lines changed

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

website/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"class-variance-authority": "^0.7.0",
1515
"clsx": "^2.1.1",
1616
"lucide-react": "^0.456.0",
17-
"next": "14.2.16",
17+
"next": "15.0.3",
1818
"react": "^18",
1919
"react-dom": "^18",
2020
"tailwind-merge": "^2.5.4",
2121
"tailwindcss-animate": "^1.0.7"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^20",
24+
"@types/node": "^22.0.0",
2525
"@types/react": "^18",
2626
"@types/react-dom": "^18",
27-
"eslint": "^8",
28-
"eslint-config-next": "14.2.16",
27+
"eslint": "^9.0.0",
28+
"eslint-config-next": "15.0.3",
2929
"postcss": "^8",
3030
"tailwindcss": "^3.4.1",
3131
"typescript": "^5"

0 commit comments

Comments
 (0)