Update dependencies and bump version to 0.1.6.38

- Upgrade Next.js and ESLint packages to version 16.2.9
- Update baseline-browser-mapping to version 2.10.35
- Remove deprecated comment in Dockerfile regarding telemetry
This commit is contained in:
Hördle Bot
2026-06-11 09:17:28 +02:00
parent 54325851f5
commit 20c107ddd1
3 changed files with 70 additions and 79 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
"bcryptjs": "^3.0.3",
"driver.js": "^1.4.0",
"music-metadata": "^11.10.2",
"next": "^16.0.7",
"next": "^16.2.9",
"next-intl": "^4.5.6",
"prisma": "^6.19.0",
"react": "19.2.0",
@@ -27,9 +27,9 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.8.32",
"baseline-browser-mapping": "^2.10.35",
"eslint": "^9",
"eslint-config-next": "^16.0.7",
"eslint-config-next": "^16.2.9",
"typescript": "^5"
}
}
}