Skip to content

Commit

Permalink
Unpin FormatJS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Sep 22, 2023
1 parent ba8bf5d commit abb0805
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 47 deletions.
7 changes: 7 additions & 0 deletions .changeset/eighty-coins-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@vintl/vintl': patch
---

Unpin FormatJS dependencies

Previously FormatJS dependencies were pinned because of the unexpected breaking change, but this has since been resolved.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
},
"dependencies": {
"@braw/async-computed": "^5.0.2",
"@formatjs/icu-messageformat-parser": "2.4.0",
"@formatjs/intl": "2.7.2",
"@formatjs/intl-localematcher": "0.2.32",
"intl-messageformat": "10.3.5"
"@formatjs/icu-messageformat-parser": "2.6.2",
"@formatjs/intl": "2.9.3",
"@formatjs/intl-localematcher": "0.4.2",
"intl-messageformat": "10.5.3"
},
"peerDependencies": {
"vue": "^3.2.47"
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

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

1 comment on commit abb0805

@vercel
Copy link

@vercel vercel bot commented on abb0805 Sep 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.vercel.app
vintl-git-main-vintl-dev.vercel.app
vintl-vintl-dev.vercel.app

Please sign in to comment.