fix: maybe

This commit is contained in:
2023-11-17 13:22:28 +00:00
parent b625ccd8d6
commit 999b1ae6fc
772 changed files with 3923 additions and 30947 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "3.6.0",
"version": "3.5.2",
"main": "./dist/src/index.js",
"bin": "./bin/svelte-check",
"author": "The Svelte Community",
@ -29,11 +29,11 @@
"import-fresh": "^3.2.1",
"picocolors": "^1.0.0",
"sade": "^1.7.4",
"svelte-preprocess": "^5.1.0",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.0.3"
},
"peerDependencies": {
"svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0"
"svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",