Skip to content

Commit

Permalink
chore(deps): widen formatjs deps ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Oct 11, 2023
1 parent 2f8b5ef commit 12a49e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.14.3 <=1.17.2",
"@formatjs/intl-localematcher": ">=0.2.32 <=0.4.2",
"intl-messageformat": ">=10.3.4 <=10.5.3"
"@formatjs/ecma402-abstract": "^1.17.2",
"@formatjs/intl-localematcher": "^0.4.2",
"intl-messageformat": "^10.5.3"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
Expand All @@ -67,7 +67,7 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@formatjs/intl": ">=2.7.1 <=2.9.3"
"@formatjs/intl": "^2.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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 12a49e8

Please sign in to comment.