@shopify/react-cookie
Advanced tools
Comparing version 2.0.17 to 2.1.0
{ | ||
"name": "@shopify/react-cookie", | ||
"version": "2.0.17", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -24,11 +24,11 @@ "description": "Cookies in React for the server and client", | ||
"engines": { | ||
"node": "^14.17.0 || >=16.0.0" | ||
"node": ">=18.12.0" | ||
}, | ||
"dependencies": { | ||
"@shopify/react-hooks": "^3.1.1", | ||
"@shopify/react-network": "^5.0.17", | ||
"@shopify/react-hooks": "^3.2.0", | ||
"@shopify/react-network": "^5.1.0", | ||
"cookie": "^0.4.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <19.0.0", | ||
"react": ">=18.0.0 <19.0.0", | ||
"react-dom": ">=16.8.0 <19.0.0" | ||
@@ -35,0 +35,0 @@ }, |
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
23492
Updated@shopify/react-hooks@^3.2.0