@shopify/react-html
Advanced tools
Comparing version 11.0.2 to 11.1.0
@@ -12,5 +12,5 @@ import React from 'react'; | ||
Serialize: ({ data }: SerializeProps<T>) => null; | ||
WithSerialized: ({ children }: WithSerializedProps<T>) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>; | ||
WithSerialized: ({ children }: WithSerializedProps<T>) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=serializer.d.ts.map |
{ | ||
"name": "@shopify/react-html", | ||
"version": "11.0.2", | ||
"version": "11.1.0", | ||
"license": "MIT", | ||
@@ -26,4 +26,4 @@ "description": "A component to render your React app with no static HTML", | ||
"dependencies": { | ||
"@shopify/react-effect": "^4.0.1", | ||
"@shopify/react-hydrate": "^2.0.1", | ||
"@shopify/react-effect": "^4.1.0", | ||
"@shopify/react-hydrate": "^2.1.0", | ||
"@shopify/useful-types": "^3.0.1", | ||
@@ -35,7 +35,7 @@ "@types/multistream": "^2.1.1", | ||
"peerDependencies": { | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
"react": ">=16.8.0 <18.0.0", | ||
"react-dom": ">=16.8.0 <18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.1.0", | ||
"@shopify/react-testing": "^3.2.0", | ||
"@shopify/with-env": "^2.0.0" | ||
@@ -71,3 +71,3 @@ }, | ||
}, | ||
"gitHead": "dae7dfb4ee5058057453ea6081eae689dc7d0096" | ||
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b" | ||
} |
@@ -59,3 +59,3 @@ # `@shopify/react-html` | ||
await extract(app, { | ||
decorate: element => ( | ||
decorate: (element) => ( | ||
<HtmlContext.Provider value={manager}>{element}</HtmlContext.Provider> | ||
@@ -62,0 +62,0 @@ ), |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
426819
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updated@shopify/react-effect@^4.1.0