Skip to content

Commit

Permalink
feat(pkg): move vue to peerDependencies
Browse files Browse the repository at this point in the history
This is a semi-breaking change, so it's marked as feat.
  • Loading branch information
brawaru committed May 22, 2023
1 parent d9f1d9c commit a42fa86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
"@formatjs/icu-messageformat-parser": "^2.4.0",
"@formatjs/intl": "^2.7.2",
"@formatjs/intl-localematcher": "^0.2.32",
"intl-messageformat": "^10.3.5",
"intl-messageformat": "^10.3.5"
},
"peerDependencies": {
"vue": "^3.2.47"
},
"publishConfig": {
Expand Down

1 comment on commit a42fa86

@vercel
Copy link

@vercel vercel bot commented on a42fa86 May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vintl – ./

vintl-vintl-dev.vercel.app
vintl.vercel.app
vintl-git-main-vintl-dev.vercel.app

Please sign in to comment.