Skip to content

Commit

Permalink
Unpin FormatJS dependencies for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Sep 22, 2023
1 parent 4de27ea commit 4310818
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 61 deletions.
7 changes: 7 additions & 0 deletions .changeset/strong-lemons-return.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 due to an unexpected breaking changed, this has been resolved since.
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.6.2",
"@formatjs/intl": "2.9.3",
"@formatjs/intl-localematcher": "0.4.2",
"intl-messageformat": "10.5.3"
"@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
81 changes: 24 additions & 57 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 4310818

Please sign in to comment.