Compare commits

..
2 Commits
Author SHA1 Message Date
ponas d851effff4 web: bump deps 2026-06-22 00:12:41 +02:00
ponas f9aeebfca6 set a minimum cache ttl for cached next.js images 2026-06-22 00:07:46 +02:00
3 changed files with 1045 additions and 1004 deletions
+1
View File
@@ -17,6 +17,7 @@ const nextConfig = {
}, },
], ],
formats: ["image/avif", "image/webp"], formats: ["image/avif", "image/webp"],
minimumCacheTTL: 7 * 24 * 60 * 60, // 7 days
dangerouslyAllowLocalIP: process.env.NODE_ENV === "development", dangerouslyAllowLocalIP: process.env.NODE_ENV === "development",
}, },
turbopack: { turbopack: {
+1027 -987
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -15,38 +15,38 @@
"perf:lh": "wait-on http://localhost:3100/ && npm run perf:lh:desktop && npm run perf:lh:mobile" "perf:lh": "wait-on http://localhost:3100/ && npm run perf:lh:desktop && npm run perf:lh:mobile"
}, },
"dependencies": { "dependencies": {
"@graphql-codegen/cli": "^7.0.0", "@graphql-codegen/cli": "^7.1.3",
"@graphql-codegen/client-preset": "^6.0.0", "@graphql-codegen/client-preset": "^6.0.1",
"@parcel/watcher": "^2.5.6", "@parcel/watcher": "^2.5.6",
"@sindresorhus/slugify": "^3.0.0", "@sindresorhus/slugify": "^3.0.0",
"@urql/next": "^2.0.0", "@urql/next": "^2.0.1",
"date-fns": "^4.1.0", "date-fns": "^4.4.0",
"date-fns-tz": "^3.2.0", "date-fns-tz": "^3.2.0",
"graphql": "^16.14.0", "graphql": "^16.14.2",
"next": "^16.2.6", "next": "^16.2.9",
"nuqs": "^2.8.9", "nuqs": "^2.8.9",
"react": "19.2.6", "react": "19.2.7",
"react-dom": "19.2.6", "react-dom": "19.2.7",
"react-intersection-observer": "^10.0.3", "react-intersection-observer": "^10.0.3",
"sass": "^1.99.0", "sass": "^1.101.0",
"sharp": "^0.34.5", "sharp": "^0.35.1",
"swiper": "^12.1.4", "swiper": "^12.2.0",
"urql": "^5.0.2", "urql": "^5.0.3",
"use-debounce": "^10.1.1" "use-debounce": "^10.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24", "@types/node": "^24",
"@types/react": "19.2.14", "@types/react": "19.2.17",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.10.29", "baseline-browser-mapping": "^2.10.38",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "16.2.6", "eslint-config-next": "16.2.9",
"lighthouse": "^13.3.0", "lighthouse": "^13.4.0",
"typescript": "^6", "typescript": "^6",
"wait-on": "^9.0.10" "wait-on": "^9.0.10"
}, },
"overrides": { "overrides": {
"@types/react": "19.2.14", "@types/react": "19.2.17",
"@types/react-dom": "19.2.3" "@types/react-dom": "19.2.3"
}, },
"browserslist": [ "browserslist": [