react-intl
Advanced tools
{ | ||
"name": "react-intl", | ||
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.", | ||
"version": "7.1.7", | ||
"version": "7.1.8", | ||
"license": "BSD-3-Clause", | ||
@@ -11,12 +11,12 @@ "author": "Eric Ferraiuolo <edf@ericf.me>", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
"@types/react": "^18.3.12", | ||
"@types/react": "16 || 17 || 18 || 19", | ||
"hoist-non-react-statics": "^3.3.2", | ||
"tslib": "^2.8.0", | ||
"intl-messageformat": "10.7.16", | ||
"@formatjs/ecma402-abstract": "2.3.4", | ||
"intl-messageformat": "10.7.16", | ||
"@formatjs/intl": "3.1.5", | ||
"@formatjs/icu-messageformat-parser": "2.11.2" | ||
"@formatjs/icu-messageformat-parser": "2.11.2", | ||
"@formatjs/intl": "3.1.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18", | ||
"react": "16 || 17 || 18 || 19", | ||
"typescript": "5.8.2" | ||
@@ -23,0 +23,0 @@ }, |
236237
0.01%