update dependencies

This commit is contained in:
2024-03-03 01:50:52 +01:00
parent f9c26ba81c
commit 3036927a45
10 changed files with 844 additions and 755 deletions

View File

@@ -1,6 +1,6 @@
import adapter from '@sveltejs/adapter-static'
import precompileIntl from 'svelte-intl-precompile/sveltekit-plugin'
import { vitePreprocess } from '@sveltejs/kit/vite'
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
preprocess: vitePreprocess([precompileIntl('locales')]),