Skip to content

Commit

Permalink
fix(pkg): downgrade and pin FormatJS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jun 9, 2023
1 parent 5109c2c commit 639dbe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"bt": "pnpm run -s build && pnpm run -s test"
},
"dependencies": {
"intl-messageformat": "^10.3.5"
"intl-messageformat": "10.3.5"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
Expand All @@ -56,7 +56,7 @@
"vitest": "^0.31.0"
},
"peerDependencies": {
"@formatjs/intl": "^2.7.1"
"@formatjs/intl": ">=2.7.1 <=2.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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 639dbe4

Please sign in to comment.