Skip to content

Commit

Permalink
fix(deps): update formatjs monorepo (#2303)
Browse files Browse the repository at this point in the history
* fix(deps): update formatjs monorepo

* chore: add changeset renovate-2fd1027

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <[email protected]>
Co-authored-by: philibeaux <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 3d867ad commit ed13d8d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 30 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-2fd1027.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@scaleway/use-i18n': patch
'@scaleway/validate-icu-locales': patch
---

Updated dependency `@formatjs/ecma402-abstract` to `2.2.4`.
Updated dependency `intl-messageformat` to `10.7.7`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.4`.
4 changes: 2 additions & 2 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.2.3",
"@formatjs/ecma402-abstract": "2.2.4",
"@formatjs/fast-memoize": "2.2.3",
"date-fns": "4.1.0",
"filesize": "10.1.6",
"international-types": "0.8.1",
"intl-messageformat": "10.7.6"
"intl-messageformat": "10.7.7"
},
"devDependencies": {
"react": "18.3.1",
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 @@ -42,7 +42,7 @@
"cli"
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.9.3",
"@formatjs/icu-messageformat-parser": "2.9.4",
"globby": "14.0.2",
"module-from-string": "3.3.1"
}
Expand Down
54 changes: 27 additions & 27 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 ed13d8d

Please sign in to comment.