@shopify/react-i18n
Advanced tools
Comparing version 0.0.0-snapshot-20220822175908 to 0.0.0-snapshot-20220829233403
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "0.0.0-snapshot-20220822175908", | ||
"version": "0.0.0-snapshot-20220829233403", | ||
"license": "MIT", | ||
@@ -49,9 +49,9 @@ "description": "i18n utilities for React handling translations, formatting, and more", | ||
"dependencies": { | ||
"@shopify/dates": "^2.0.0", | ||
"@shopify/decorators": "^3.0.0", | ||
"@shopify/function-enhancers": "^3.0.0", | ||
"@shopify/i18n": "^2.0.0", | ||
"@shopify/react-effect": "^5.0.1", | ||
"@shopify/react-hooks": "^3.0.1", | ||
"@shopify/useful-types": "^5.1.0", | ||
"@shopify/dates": "^2.0.1", | ||
"@shopify/decorators": "^3.0.1", | ||
"@shopify/function-enhancers": "^3.0.1", | ||
"@shopify/i18n": "^2.0.1", | ||
"@shopify/react-effect": "^5.0.2", | ||
"@shopify/react-hooks": "^3.0.2", | ||
"@shopify/useful-types": "^5.1.1", | ||
"@types/hoist-non-react-statics": "^3.0.1", | ||
@@ -95,4 +95,8 @@ "change-case": "^4.1.2", | ||
"exports": { | ||
"./babel": "./babel.js", | ||
"./babel": { | ||
"types": "./build/ts/babel-plugin/index.d.ts", | ||
"default": "./babel.js" | ||
}, | ||
"./generate-dictionaries": { | ||
"types": "./build/ts/babel-plugin/generate-dictionaries.d.ts", | ||
"esnext": "./generate-dictionaries.esnext", | ||
@@ -103,2 +107,3 @@ "import": "./generate-dictionaries.mjs", | ||
"./generate-index": { | ||
"types": "./build/ts/babel-plugin/generate-index.d.ts", | ||
"esnext": "./generate-index.esnext", | ||
@@ -109,2 +114,3 @@ "import": "./generate-index.mjs", | ||
".": { | ||
"types": "./build/ts/index.d.ts", | ||
"esnext": "./index.esnext", | ||
@@ -111,0 +117,0 @@ "import": "./index.mjs", |
268467
Updated@shopify/dates@^2.0.1
Updated@shopify/decorators@^3.0.1
Updated@shopify/i18n@^2.0.1
Updated@shopify/react-effect@^5.0.2
Updated@shopify/react-hooks@^3.0.2
Updated@shopify/useful-types@^5.1.1