@depup/use-intl 4.14.4-depup.0 → 4.14.7-depup.0
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.
- package/README.md +3 -3
- package/changes.json +2 -2
- package/package.json +13 -7
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/use-intl
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [use-intl](https://www.npmjs.com/package/use-intl) @ 4.14.
|
|
17
|
-
| Processed | 2026-09-
|
|
16
|
+
| Original | [use-intl](https://www.npmjs.com/package/use-intl) @ 4.14.7 |
|
|
17
|
+
| Processed | 2026-09-27 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 3 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/use-intl
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| @formatjs/fast-memoize | ^3.1.0 | ^3.1.7 |
|
|
26
26
|
| @schummar/icu-type-parser | 1.21.5 | ^1.26.1 |
|
|
27
|
-
| intl-messageformat | ^11.1.0 | ^
|
|
27
|
+
| intl-messageformat | ^11.1.0 | ^12.1.2 |
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/use-intl",
|
|
3
|
-
"version": "4.14.
|
|
3
|
+
"version": "4.14.7-depup.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"author": "Jan Amann <jan@amann.work>",
|
|
6
6
|
"funding": [
|
|
@@ -84,13 +84,19 @@
|
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@formatjs/fast-memoize": "^3.1.7",
|
|
86
86
|
"@schummar/icu-type-parser": "^1.26.1",
|
|
87
|
-
"icu-minify": "^4.14.
|
|
88
|
-
"intl-messageformat": "^
|
|
87
|
+
"icu-minify": "^4.14.7",
|
|
88
|
+
"intl-messageformat": "^12.1.2"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
|
+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
91
92
|
"react": "^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
|
|
92
93
|
},
|
|
93
|
-
"
|
|
94
|
+
"peerDependenciesMeta": {
|
|
95
|
+
"@types/react": {
|
|
96
|
+
"optional": true
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"gitHead": "83ea3b7d5c49577872268b9a3f6b41c26164881d",
|
|
94
100
|
"depup": {
|
|
95
101
|
"changes": {
|
|
96
102
|
"@formatjs/fast-memoize": {
|
|
@@ -103,13 +109,13 @@
|
|
|
103
109
|
},
|
|
104
110
|
"intl-messageformat": {
|
|
105
111
|
"from": "^11.1.0",
|
|
106
|
-
"to": "^
|
|
112
|
+
"to": "^12.1.2"
|
|
107
113
|
}
|
|
108
114
|
},
|
|
109
115
|
"depsUpdated": 3,
|
|
110
116
|
"originalPackage": "use-intl",
|
|
111
|
-
"originalVersion": "4.14.
|
|
112
|
-
"processedAt": "2026-09-
|
|
117
|
+
"originalVersion": "4.14.7",
|
|
118
|
+
"processedAt": "2026-09-27T01:04:44.193Z",
|
|
113
119
|
"smokeTest": "failed"
|
|
114
120
|
}
|
|
115
121
|
}
|