@intlayer/use-intl 9.5.2 → 9.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -328,4 +328,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
328
328
 
329
329
  If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
330
330
 
331
- [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://api.star-history.com/#aymericzip/intlayer&Date)
331
+ [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.com/#aymericzip/intlayer&Date)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/use-intl",
3
- "version": "9.5.2",
3
+ "version": "9.5.3",
4
4
  "private": false,
5
5
  "description": "use-intl API adapter for intlayer — useTranslations, useLocale, useFormatter, IntlProvider, createTranslator backed by react-intlayer",
6
6
  "keywords": [
@@ -89,13 +89,13 @@
89
89
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
90
90
  },
91
91
  "dependencies": {
92
- "@intlayer/config": "9.5.2",
93
- "@intlayer/core": "9.5.2",
94
- "@intlayer/dictionaries-entry": "9.5.2",
95
- "@intlayer/engine": "9.5.2",
96
- "@intlayer/types": "9.5.2",
97
- "react-intlayer": "9.5.2",
98
- "vite-intlayer": "9.5.2"
92
+ "@intlayer/config": "9.5.3",
93
+ "@intlayer/core": "9.5.3",
94
+ "@intlayer/dictionaries-entry": "9.5.3",
95
+ "@intlayer/engine": "9.5.3",
96
+ "@intlayer/types": "9.5.3",
97
+ "react-intlayer": "9.5.3",
98
+ "vite-intlayer": "9.5.3"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/node": "^22",