web: bump deps

This commit is contained in:
2024-06-20 02:14:00 +02:00
parent 0c721301c1
commit 7294e500c6
2 changed files with 86 additions and 86 deletions

View File

@ -11,18 +11,18 @@
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@graphql-codegen/client-preset": "^4.3.0",
"@parcel/watcher": "^2.4.1",
"@urql/next": "^1.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"graphql": "^16.8.1",
"next": "^14.2.3",
"graphql": "^16.8.2",
"next": "^14.2.4",
"nuqs": "^1.17.4",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.10.3",
"sass": "^1.77.4",
"sass": "^1.77.6",
"swiper": "^11.1.4",
"urql": "^4.1.0"
},
@ -31,7 +31,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"typescript": "^5"
}
}