@shopify/react-html
Advanced tools
Comparing version 11.1.0 to 11.1.2
{ | ||
"name": "@shopify/react-html", | ||
"version": "11.1.0", | ||
"version": "11.1.2", | ||
"license": "MIT", | ||
"description": "A component to render your React app with no static HTML", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"types": "./build/ts/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"server": [ | ||
"./build/ts/server/index.d.ts" | ||
] | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -26,5 +33,5 @@ "access": "public", | ||
"dependencies": { | ||
"@shopify/react-effect": "^4.1.0", | ||
"@shopify/react-hydrate": "^2.1.0", | ||
"@shopify/useful-types": "^3.0.1", | ||
"@shopify/react-effect": "^4.1.2", | ||
"@shopify/react-hydrate": "^2.1.2", | ||
"@shopify/useful-types": "^3.0.3", | ||
"@types/multistream": "^2.1.1", | ||
@@ -39,4 +46,4 @@ "multistream": "^2.1.1", | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.2.0", | ||
"@shopify/with-env": "^2.0.0" | ||
"@shopify/react-testing": "^3.2.2", | ||
"@shopify/with-env": "^2.0.2" | ||
}, | ||
@@ -46,11 +53,9 @@ "sideEffects": false, | ||
"build/*", | ||
"!*.tsbuildinfo", | ||
"!build/*.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts", | ||
"server.js", | ||
"server.mjs", | ||
"server.esnext", | ||
"server.d.ts" | ||
"server.esnext" | ||
], | ||
@@ -72,3 +77,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b" | ||
"gitHead": "798d03d90b914be7bcd43092910840fb7d58866f" | ||
} |
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
140627
170