web: bump deps

This commit is contained in:
2026-05-15 14:04:10 +02:00
parent 2155a149e8
commit bc8642b1fc
2 changed files with 1245 additions and 1881 deletions
+1232 -1868
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -10,33 +10,33 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^6.1.2",
"@graphql-codegen/client-preset": "^5.2.3",
"@graphql-codegen/cli": "^7.0.0",
"@graphql-codegen/client-preset": "^6.0.0",
"@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.13.1",
"next": "^16.1.6",
"graphql": "^16.14.0",
"next": "^16.2.6",
"nuqs": "^2.8.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-intersection-observer": "^10.0.3",
"sass": "^1.97.3",
"sass": "^1.99.0",
"sharp": "^0.34.5",
"swiper": "^12.1.2",
"urql": "^5.0.1",
"use-debounce": "^10.1.0"
"swiper": "^12.1.4",
"urql": "^5.0.2",
"use-debounce": "^10.1.1"
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.10.0",
"baseline-browser-mapping": "^2.10.29",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"typescript": "^5"
"eslint-config-next": "16.2.6",
"typescript": "^6"
},
"overrides": {
"@types/react": "19.2.14",