web: bump dependences

This commit is contained in:
2024-08-26 22:33:20 +02:00
parent 272e27d35e
commit 88c8682d94
2 changed files with 173 additions and 282 deletions

View File

@ -18,23 +18,23 @@
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"graphql": "^16.9.0",
"next": "^14.2.5",
"next": "^14.2.6",
"nuqs": "^1.17.8",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"swiper": "^11.1.9",
"sharp": "^0.33.5",
"swiper": "^11.1.10",
"urql": "^4.1.0",
"use-debounce": "^10.0.2"
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.6",
"typescript": "^5"
}
}