next-intl 2.22.2 → 2.22.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 +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,8 +11,6 @@
11
11
 
12
12
  > Internationalization (i18n) for Next.js that gets out of your way.
13
13
 
14
- ![Gzipped size](https://badgen.net/bundlephobia/minzip/next-intl) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-intl) [<img src="https://img.shields.io/npm/dw/next-intl.svg" />](https://www.npmjs.com/package/next-intl)
15
-
16
14
  <hr />
17
15
 
18
16
  📣 [Support for Next.js 13 and the App Router has arrived →](https://next-intl-docs.vercel.app/docs/next-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "2.22.2",
3
+ "version": "2.22.3",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "description": "A minimal, but complete solution for internationalization in Next.js apps.",
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@formatjs/intl-localematcher": "^0.2.32",
75
75
  "negotiator": "^0.6.3",
76
- "use-intl": "^2.22.2"
76
+ "use-intl": "^2.22.3"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
@@ -117,5 +117,5 @@
117
117
  "limit": "5.7 KB"
118
118
  }
119
119
  ],
120
- "gitHead": "367f37fe8f8a36dfeeb350c20a18831ba26ec5c0"
120
+ "gitHead": "a1289f88a86b028456caccd107a10d5fa2335997"
121
121
  }