Skip to content
Snippets Groups Projects

chore: Allow versions > 1.0.4 for @modyfi/vite-plugin-yaml

Merged Georg Krause requested to merge bump-vite-plugin-yaml into main
All threads resolved!
Files
2
+ 1
1
@@ -31,8 +31,8 @@
@@ -31,8 +31,8 @@
},
},
"devDependencies": {
"devDependencies": {
"@modyfi/vite-plugin-yaml": ">=1.0.0, <1.0.3",
 
"@modyfi/vite-plugin-yaml": "^1.x < 1.0.3 || ^1.x >= 1.0.4",
Loading