⬇️ Downgrade dependencies for compatibility.

This commit is contained in:
pheralb 2023-12-13 23:49:23 +00:00
parent 07d906f3f1
commit 9eccc4f78a

View File

@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "2.1.1", "@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.29.1", "@sveltejs/kit": "1.30.3",
"@tailwindcss/typography": "0.5.10", "@tailwindcss/typography": "0.5.10",
"@types/downloadjs": "1.4.6", "@types/downloadjs": "1.4.6",
"@typescript-eslint/eslint-plugin": "6.14.0", "@typescript-eslint/eslint-plugin": "6.14.0",
@ -53,7 +53,7 @@
"tailwindcss": "3.3.6", "tailwindcss": "3.3.6",
"tslib": "2.6.2", "tslib": "2.6.2",
"typescript": "5.3.3", "typescript": "5.3.3",
"vite": "5.0.8", "vite": "4.4.9",
"vitest": "1.0.4" "vitest": "1.0.4"
} }
} }