web: bump deps

This commit is contained in:
2025-06-17 18:56:52 +02:00
parent cc2a11cd64
commit bc6b284140
2 changed files with 261 additions and 172 deletions

View File

@ -10,31 +10,31 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/client-preset": "^4.8.0",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.2",
"@parcel/watcher": "^2.5.1",
"@sindresorhus/slugify": "^2.2.1",
"@urql/next": "^1.1.5",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.11.0",
"next": "^15.3.1",
"next": "^15.3.3",
"nuqs": "^2.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-intersection-observer": "^9.16.0",
"sass": "^1.87.0",
"sharp": "^0.34.1",
"swiper": "^11.2.6",
"sass": "^1.89.2",
"sharp": "^0.34.2",
"swiper": "^11.2.8",
"urql": "^4.2.2",
"use-debounce": "^10.0.4"
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.3.1",
"eslint-config-next": "^15.3.3",
"typescript": "^5"
}
}