Skip to content

Commit

Permalink
fix(deps): update formatjs monorepo (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent e0bf492 commit dc5e97e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 38 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-6601b9f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@scaleway/use-i18n': patch
'@scaleway/validate-icu-locales': patch
---

Updated dependency `@formatjs/ecma402-abstract` to `2.3.2`.
Updated dependency `@formatjs/fast-memoize` to `2.2.6`.
Updated dependency `intl-messageformat` to `10.7.11`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.8`.
6 changes: 3 additions & 3 deletions packages/use-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"test:unit:coverage": "pnpm test:unit --coverage"
},
"dependencies": {
"@formatjs/ecma402-abstract": "2.3.1",
"@formatjs/fast-memoize": "2.2.5",
"@formatjs/ecma402-abstract": "2.3.2",
"@formatjs/fast-memoize": "2.2.6",
"date-fns": "4.1.0",
"filesize": "10.1.6",
"international-types": "0.8.1",
"intl-messageformat": "10.7.10"
"intl-messageformat": "10.7.11"
},
"devDependencies": {
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/validate-icu-locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"cli"
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.9.7",
"@formatjs/icu-messageformat-parser": "2.9.8",
"globby": "14.0.2",
"module-from-string": "3.3.1"
}
Expand Down
68 changes: 34 additions & 34 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 dc5e97e

Please sign in to comment.