Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 6651507 commit 90d0209
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 309 deletions.
2 changes: 1 addition & 1 deletion pterodactyl/panel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ x-common:
# ------------------------------------------------------------------------------------------
services:
database:
image: mariadb:10.5
image: mariadb:11.5
restart: unless-stopped
command: --default-authentication-plugin=mysql_native_password
volumes:
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.456.0",
"next": "14.2.16",
"next": "15.0.3",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"eslint": "^9.0.0",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
Expand Down
Loading

0 comments on commit 90d0209

Please sign in to comment.