ptech-preset 1.5.3 → 1.5.4
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/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -152,7 +152,9 @@ var DEFAULT_SHARED = {
|
|
|
152
152
|
// React Query unify ở host
|
|
153
153
|
"@tanstack/react-query": { singleton: true, requiredVersion: deps["@tanstack/react-query"] },
|
|
154
154
|
// Zustand: chỉ share nếu anh muốn "cross-remote shared store"
|
|
155
|
-
zustand: { singleton: true, requiredVersion: deps.zustand }
|
|
155
|
+
zustand: { singleton: true, requiredVersion: deps.zustand },
|
|
156
|
+
i18next: { singleton: true, requiredVersion: deps.i18next },
|
|
157
|
+
"react-i18next": { singleton: true, requiredVersion: deps["react-i18next"] }
|
|
156
158
|
};
|
|
157
159
|
var CDN_BASE = "https://oneportal-ehckg7axe3dacxhw.a01.azurefd.net/external/ts/";
|
|
158
160
|
function getPackageName(root) {
|