add excerpt field to associations

This commit is contained in:
2024-05-20 19:12:59 +02:00
parent 238edbd9dc
commit e6cc646da7
10 changed files with 109 additions and 57 deletions

View File

@ -11,18 +11,18 @@
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.5",
"@graphql-codegen/client-preset": "^4.2.6",
"@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",
"nuqs": "^1.17.2",
"next": "^14.2.3",
"nuqs": "^1.17.4",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.10.2",
"sass": "^1.77.1",
"sass": "^1.77.2",
"urql": "^4.1.0"
},
"devDependencies": {