Skip to content

Commit

Permalink
fix(vue): revert mistakenly fixated vue peer-dependency to just `>=…
Browse files Browse the repository at this point in the history
…3.0.0`
  • Loading branch information
nsbarsukov committed May 16, 2024
1 parent c580498 commit 1c28777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"peerDependencies": {
"@maskito/core": "^2.3.1",
"vue": ">=3.4.22"
"vue": ">=3.0.0"
}
}

0 comments on commit 1c28777

Please sign in to comment.