Skip to content

Commit

Permalink
fix(pkg): downgrade and pin specific versions of FormatJS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jun 9, 2023
1 parent 546dfc3 commit a28c96e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 39 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"bt": "pnpm run -s build && pnpm run -s test"
},
"dependencies": {
"@formatjs/ecma402-abstract": "^1.15.0",
"@formatjs/intl-localematcher": "^0.2.32",
"intl-messageformat": "^10.3.5"
"@formatjs/ecma402-abstract": ">=1.14.3 <=1.15.0",
"@formatjs/intl-localematcher": ">=0.2.32 <=0.2.32",
"intl-messageformat": ">=10.3.4 <=10.3.5"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
Expand All @@ -67,7 +67,7 @@
"vitest": "^0.31.1"
},
"peerDependencies": {
"@formatjs/intl": "^2.7.2"
"@formatjs/intl": ">=2.7.1 <=2.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
84 changes: 49 additions & 35 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 a28c96e

Please sign in to comment.