@intlayer/next-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 +9 -9
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/next-intl",
3
- "version": "9.5.2",
3
+ "version": "9.5.3",
4
4
  "private": false,
5
5
  "description": "next-intl API adapter for intlayer — useTranslations, useLocale, getTranslations, getLocale, NextIntlClientProvider backed by next-intlayer",
6
6
  "keywords": [
@@ -111,14 +111,14 @@
111
111
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
112
112
  },
113
113
  "dependencies": {
114
- "@intlayer/config": "9.5.2",
115
- "@intlayer/core": "9.5.2",
116
- "@intlayer/dictionaries-entry": "9.5.2",
117
- "@intlayer/engine": "9.5.2",
118
- "@intlayer/types": "9.5.2",
119
- "@intlayer/use-intl": "9.5.2",
120
- "next-intlayer": "9.5.2",
121
- "react-intlayer": "9.5.2"
114
+ "@intlayer/config": "9.5.3",
115
+ "@intlayer/core": "9.5.3",
116
+ "@intlayer/dictionaries-entry": "9.5.3",
117
+ "@intlayer/engine": "9.5.3",
118
+ "@intlayer/types": "9.5.3",
119
+ "@intlayer/use-intl": "9.5.3",
120
+ "next-intlayer": "9.5.3",
121
+ "react-intlayer": "9.5.3"
122
122
  },
123
123
  "devDependencies": {
124
124
  "@types/node": "^22",