web: bump deps

This commit is contained in:
2026-03-05 22:02:29 +01:00
parent cc5b53011d
commit d0a886a4ae
2 changed files with 85 additions and 243 deletions

View File

@@ -10,36 +10,36 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/client-preset": "^5.2.2",
"@graphql-codegen/cli": "^6.1.2",
"@graphql-codegen/client-preset": "^5.2.3",
"@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.1.6",
"nuqs": "^2.8.8",
"graphql": "^16.13.1",
"next": "^16.1.6",
"nuqs": "^2.8.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "^10.0.2",
"react-intersection-observer": "^10.0.3",
"sass": "^1.97.3",
"sharp": "^0.34.5",
"swiper": "^12.1.0",
"swiper": "^12.1.2",
"urql": "^5.0.1",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "19.2.11",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.9.19",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.11",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}