Skip to content

Commit

Permalink
fix(deps): bump vue peer dep to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jun 6, 2023
1 parent 01d4ad4 commit c2c6cb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 141 deletions.
7 changes: 7 additions & 0 deletions .changeset/olive-bugs-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@vintl/vintl': major
---

Bump Vue version to 3.3.4

We're now requiring a newer Vue version because we are relying on functionality added in Vue 3.3, such as generic components. Since it's not compatible with previous versions of Vue, this is marked as a breaking change.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"intl-messageformat": "^10.3.5"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
145 changes: 5 additions & 140 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2c6cb6

Please sign in to comment.