Update nextjs to version 16.0.7
All checks were successful
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Successful in 26s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Successful in 44s
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Successful in 48s
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 17s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 4s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 47s
PR Checks / lint-and-build (pull_request) Successful in 18s

This commit was merged in pull request #13.
This commit is contained in:
RJ
2025-12-04 09:40:22 +02:00
committed by Rares J
parent 0e0c21449b
commit d349c1a957
2 changed files with 188 additions and 219 deletions

View File

@@ -30,16 +30,16 @@
"dependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"autoprefixer": "^10.4.21",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"autoprefixer": "^10.4.22",
"gray-matter": "^4.0.3",
"next": "^16.0.1",
"next-intl": "^4.5.7",
"next": "^16.0.7",
"next-intl": "^4.5.8",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
@@ -51,16 +51,16 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@next/bundle-analyzer": "^16.0.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@next/bundle-analyzer": "^16.0.7",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"eslint-config-next": "^16.0.7",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"typescript-eslint": "^8.46.4"
"prettier": "^3.7.4",
"typescript-eslint": "^8.48.1"
}
}