This commit is contained in:
2021-08-21 11:34:40 +02:00
parent 170d61dd96
commit 92a4fb9d94
11 changed files with 106 additions and 455 deletions

View File

@@ -8,8 +8,8 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.13",
"@sveltejs/kit": "^1.0.0-next.139",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/highlight.js": "^10.1.0",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
@@ -19,7 +19,6 @@
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.4.7",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"highlight.js": "^11.0.0",