web: bump deps

This commit is contained in:
2026-02-04 19:59:29 +01:00
parent ffc3a583b2
commit 978aae4fc3
2 changed files with 250 additions and 213 deletions

View File

@@ -10,35 +10,36 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^6.1.0",
"@graphql-codegen/client-preset": "^5.2.1",
"@parcel/watcher": "^2.5.1",
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/client-preset": "^5.2.2",
"@parcel/watcher": "^2.5.6",
"@sindresorhus/slugify": "^3.0.0",
"@urql/next": "^2.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.12.0",
"next": "16.0.10",
"nuqs": "^2.8.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-intersection-observer": "^10.0.0",
"sass": "^1.96.0",
"next": "16.1.6",
"nuqs": "^2.8.8",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "^10.0.2",
"sass": "^1.97.3",
"sharp": "^0.34.5",
"swiper": "^12.0.3",
"swiper": "^12.1.0",
"urql": "^5.0.1",
"use-debounce": "^10.0.6"
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "19.2.7",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"eslint-config-next": "16.1.6",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3"
}
}