2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

chore: fix sveltekit demo

This commit is contained in:
Vjacheslav Trushkin 2023-01-27 18:39:20 +02:00
parent f1fe5c1f31
commit fed0f426e8
2 changed files with 10 additions and 10 deletions

View File

@ -9,20 +9,20 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify-icons/mdi-light": "^1.2.2",
"@iconify-icons/mdi-light": "^1.2.5",
"@iconify/svelte": "workspace:*",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/cookie": "^0.5.1",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0"
"@fontsource/fira-mono": "^4.5.10"
}
}

View File

@ -8,8 +8,8 @@ const config = {
preprocess: preprocess(),
kit: {
adapter: adapter()
}
adapter: adapter(),
},
};
export default config;