@shopify/react-i18n
Advanced tools
Comparing version
@@ -64,2 +64,3 @@ 'use strict'; | ||
}; | ||
// eslint-disable-next-line @typescript-eslint/member-ordering | ||
this.numberSymbols = functionEnhancers.memoize(() => { | ||
@@ -312,5 +313,2 @@ const formattedNumber = this.formatNumber(123456.7, { | ||
} | ||
// eslint-disable-next-line @typescript-eslint/member-ordering | ||
formatCurrencyAuto(amount, options = {}) { | ||
@@ -317,0 +315,0 @@ // use the short format if we can't determine a currency match, or if the |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "7.11.0", | ||
"version": "7.12.0", | ||
"license": "MIT", | ||
@@ -50,8 +50,8 @@ "description": "i18n utilities for React handling translations, formatting, and more", | ||
"@shopify/dates": "^2.1.0", | ||
"@shopify/name": "^1.1.0", | ||
"@shopify/name": "^1.2.0", | ||
"@shopify/function-enhancers": "^3.1.0", | ||
"@shopify/i18n": "^2.1.0", | ||
"@shopify/react-effect": "^5.1.0", | ||
"@shopify/react-hooks": "^3.2.0", | ||
"@shopify/useful-types": "^5.2.0", | ||
"@shopify/react-effect": "^5.2.0", | ||
"@shopify/react-hooks": "^4.0.0", | ||
"@shopify/useful-types": "^5.3.0", | ||
"@types/hoist-non-react-statics": "^3.0.1", | ||
@@ -58,0 +58,0 @@ "change-case": "^4.1.2", |
@@ -255,4 +255,4 @@ # `@shopify/react-i18n` | ||
"general": { | ||
"details": "See {{ link }}" // Mustache format | ||
} | ||
"details": "See {{ link }}", // Mustache format | ||
}, | ||
} | ||
@@ -259,0 +259,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
296265
0.02%+ Added
- Removed
Updated
Updated
Updated
Updated