@shopify/react-i18n
Advanced tools
Comparing version 0.0.0-snapshot-20230426132916 to 0.0.0-snapshot-20230426140136
@@ -101,6 +101,6 @@ 'use strict'; | ||
if (explicitFileName) { | ||
return `import(/* webpackChunkName: "${bindingId}-i18n-${explicitFileName}" */ "./${shared.TRANSLATION_DIRECTORY_NAME}/${explicitFileName}.json")`; | ||
return `import(/* webpackChunkName: "${bindingId}-i18n" */ "./${shared.TRANSLATION_DIRECTORY_NAME}/${explicitFileName}.json")`; | ||
} | ||
return `import(/* webpackChunkName: "${bindingId}-i18n-[request]", webpackMode: "lazy-once" */ \`./${shared.TRANSLATION_DIRECTORY_NAME}/\${locale}.json\`)`; | ||
return `import(/* webpackChunkName: "${bindingId}-i18n", webpackMode: "lazy-once" */ \`./${shared.TRANSLATION_DIRECTORY_NAME}/\${locale}.json\`)`; | ||
} | ||
@@ -107,0 +107,0 @@ |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "0.0.0-snapshot-20230426132916", | ||
"version": "0.0.0-snapshot-20230426140136", | ||
"license": "MIT", | ||
@@ -53,3 +53,3 @@ "description": "i18n utilities for React handling translations, formatting, and more", | ||
"@shopify/react-effect": "^5.0.3", | ||
"@shopify/react-hooks": "^3.0.4", | ||
"@shopify/react-hooks": "0.0.0-snapshot-20230426140136", | ||
"@shopify/useful-types": "^5.1.2", | ||
@@ -56,0 +56,0 @@ "@types/hoist-non-react-statics": "^3.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
307116
+ Added@shopify/react-hooks@0.0.0-snapshot-20230426140136(transitive)
- Removed@shopify/react-hooks@3.2.0(transitive)