dependencie update

This commit is contained in:
2022-03-09 17:20:36 +01:00
parent de45eb5e45
commit 1fe6f14416
7 changed files with 509 additions and 334 deletions

View File

@@ -11,24 +11,24 @@
},
"type": "module",
"devDependencies": {
"@graphql-codegen/cli": "^2.5.0",
"@graphql-codegen/typescript": "^2.4.3",
"@graphql-codegen/typescript-graphql-request": "^4.3.4",
"@graphql-codegen/typescript-operations": "^2.2.4",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.7",
"@graphql-codegen/typescript-graphql-request": "^4.4.2",
"@graphql-codegen/typescript-operations": "^2.3.4",
"@sveltejs/adapter-static": "^1.0.0-next.29",
"@sveltejs/kit": "^1.0.0-next.294",
"@types/lunr": "^2.3.4",
"graphql": "^15.8.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"svelte": "^3.46.4",
"svelte-check": "^2.4.2",
"svelte-preprocess": "^4.10.2",
"svelte-check": "^2.4.5",
"svelte-preprocess": "^4.10.4",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"dependencies": {
"dayjs": "^1.10.7",
"dayjs": "^1.10.8",
"highlight.js": "^11.4.0",
"lunr": "^2.3.9",
"svelte-cloudinary": "^0.2.5"