-
- Downloads
chore: Allow versions > 1.0.4 for @modyfi/vite-plugin-yaml
parent
e0e46602
No related branches found
No related tags found
... | @@ -31,8 +31,8 @@ | ... | @@ -31,8 +31,8 @@ |
"transliteration": "^2.3.5" | "transliteration": "^2.3.5" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@modyfi/vite-plugin-yaml": ">=1.0.0, <1.0.3", | |||
"@types/dompurify": "^2.4.0", | "@types/dompurify": "^2.4.0", | ||
"@modyfi/vite-plugin-yaml": "^1.x < 1.0.3 || ^1.x >= 1.0.4", | |||
"@types/showdown": "^2.0.0", | "@types/showdown": "^2.0.0", | ||
"@vitejs/plugin-vue": "^4.0.0", | "@vitejs/plugin-vue": "^4.0.0", | ||
"@vitest/coverage-c8": "^0.22.1", | "@vitest/coverage-c8": "^0.22.1", | ||
... | ... |
Please register or sign in to comment