|
@@ -16,7 +16,6 @@
|
|
|
"@sveltejs/adapter-auto": "next",
|
|
|
"@sveltejs/adapter-node": "^1.0.0-next.73",
|
|
|
"@sveltejs/kit": "next",
|
|
|
- "@types/cookie": "^0.4.1",
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
|
"@typescript-eslint/parser": "^5.10.1",
|
|
|
"eslint": "^8.12.0",
|
|
@@ -28,12 +27,11 @@
|
|
|
"svelte-check": "^2.2.6",
|
|
|
"svelte-preprocess": "^4.10.1",
|
|
|
"tslib": "^2.3.1",
|
|
|
- "typescript": "~4.6.2"
|
|
|
+ "typescript": "^4.7.4"
|
|
|
},
|
|
|
"type": "module",
|
|
|
"dependencies": {
|
|
|
"@fontsource/fira-mono": "^4.5.0",
|
|
|
- "@lukeed/uuid": "^2.0.0",
|
|
|
- "cookie": "^0.4.1"
|
|
|
+ "@lukeed/uuid": "^2.0.0"
|
|
|
}
|
|
|
}
|