Skip to content

Commit

Permalink
fix(deps): pin formatjs/intl to <2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Apr 29, 2023
1 parent d9a630b commit caba8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
},
"peerDependencies": {
"@formatjs/intl": "^2.6.9"
"@formatjs/intl": "^2.6.9 <2.7.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit caba8b1

Please sign in to comment.