@cmpsr/contentful-core
Advanced tools
Comparing version 0.4.1 to 0.4.2
# @cmpsr/contentful-core | ||
## 0.4.2 | ||
### Patch Changes | ||
- 87716f6: Move dependencies to peer and dev in contentful-core | ||
## 0.4.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@cmpsr/contentful-core", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Base Composer components for standing up a React/NextJS app that can dynamically render components based on Contentful Model types mapped to components and queries.", | ||
@@ -40,11 +40,17 @@ "author": "Ryan Hefner <hi@ryanhefner.com>", | ||
}, | ||
"peerDependencies": { | ||
"@apollo/client": ">=3.0", | ||
"graphql": ">=15" | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.4.8", | ||
"apollo-link-contentful": "^0.1.3", | ||
"cross-fetch": "^3.1.4", | ||
"dotenv": "^10.0.0", | ||
"graphql": "^15.5.1", | ||
"invariant": "^2.2.4" | ||
}, | ||
"gitHead": "fb1f55eaa3825b922bed2aacb9fcc4aae68f28dd" | ||
"devDependencies": { | ||
"@apollo/client": "^3.4.8", | ||
"dotenv": "^10.0.0", | ||
"graphql": "^15.5.1" | ||
}, | ||
"gitHead": "d119ad7b49c9f7d3f5f45c6da0f115b1a4f472c5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
70084
5
3
3
+ Addedgraphql@16.10.0(transitive)
- Removed@apollo/client@^3.4.8
- Removeddotenv@^10.0.0
- Removedgraphql@^15.5.1
- Removeddotenv@10.0.0(transitive)