next-intl 4.8.3 → 4.8.4

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 (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "4.8.3",
3
+ "version": "4.8.4",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "funding": [
@@ -127,21 +127,20 @@
127
127
  "@formatjs/intl-localematcher": "^0.8.1",
128
128
  "@parcel/watcher": "^2.4.1",
129
129
  "@swc/core": "^1.15.2",
130
- "icu-minify": "^4.8.3",
130
+ "icu-minify": "^4.8.4",
131
131
  "negotiator": "^1.0.0",
132
- "next-intl-swc-plugin-extractor": "^4.8.3",
132
+ "next-intl-swc-plugin-extractor": "^4.8.4",
133
133
  "po-parser": "^2.1.1",
134
- "use-intl": "^4.8.3"
134
+ "use-intl": "^4.8.4"
135
135
  },
136
136
  "peerDependencies": {
137
137
  "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
138
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0",
139
- "typescript": "^5.0.0"
138
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
140
139
  },
141
140
  "peerDependenciesMeta": {
142
141
  "typescript": {
143
142
  "optional": true
144
143
  }
145
144
  },
146
- "gitHead": "099bfebe5048b036a76520381daac7635d2640e1"
145
+ "gitHead": "722785bc2d34f38949b8186c0282af88db38c2a5"
147
146
  }