@shopify/react-graphql
Advanced tools
Comparing version 6.1.19 to 6.2.0-sk-next-beta.0
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "6.1.19", | ||
"version": "6.2.0-sk-next-beta.0", | ||
"license": "MIT", | ||
"description": "Tools for creating type-safe and asynchronous GraphQL components for React", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -29,8 +29,8 @@ "build": "tsc --p tsconfig.json" | ||
"@apollo/react-hooks": ">=3.0.0 <4.0.0", | ||
"@shopify/async": "^2.1.7", | ||
"@shopify/react-async": "^3.1.25", | ||
"@shopify/react-effect": "^3.2.13", | ||
"@shopify/react-hooks": "^1.11.2", | ||
"@shopify/react-idle": "^1.0.21", | ||
"@shopify/useful-types": "^2.2.1", | ||
"@shopify/async": "^2.2.0-sk-next-beta.0", | ||
"@shopify/react-async": "^3.2.0-sk-next-beta.0", | ||
"@shopify/react-effect": "^3.3.0-sk-next-beta.0", | ||
"@shopify/react-hooks": "^1.12.0-sk-next-beta.0", | ||
"@shopify/react-idle": "^1.1.0-sk-next-beta.0", | ||
"@shopify/useful-types": "^2.3.0-sk-next-beta.0", | ||
"apollo-cache-inmemory": ">=1.0.0 <2.0.0", | ||
@@ -43,11 +43,25 @@ "apollo-client": ">=2.0.0 <3.0.0", | ||
"devDependencies": { | ||
"@shopify/react-testing": "^2.1.4" | ||
"@shopify/react-testing": "^2.2.0-sk-next-beta.0" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <17.0.0" | ||
}, | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
175392
126
2661
1
1