graphql-react
Advanced tools
Comparing version 9.0.0 to 9.1.0
# graphql-react changelog | ||
## 9.1.0 | ||
### Minor | ||
- Setup [GitHub Sponsors funding](https://github.com/sponsors/jaydenseric): | ||
- Added `.github/funding.yml` to display a sponsor button in GitHub. | ||
- Added a `package.json` `funding` field to enable npm CLI funding features. | ||
### Patch | ||
- Updated dev dependencies. | ||
## 9.0.0 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "graphql-react", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "A GraphQL client for React using modern context and hooks APIs that is lightweight (< 2.5 KB size limited) but powerful; the first Relay and Apollo alternative with server side rendering.", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"bugs": "https://github.com/jaydenseric/graphql-react/issues", | ||
"funding": "https://github.com/sponsors/jaydenseric", | ||
"keywords": [ | ||
@@ -63,11 +64,11 @@ "graphql", | ||
"cross-fetch": "^3.0.4", | ||
"eslint": "^6.1.0", | ||
"eslint-config-env": "^11.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-env": "^11.0.1", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-import-order-alphabetical": "^1.0.0", | ||
"eslint-plugin-jsdoc": "^18.1.4", | ||
"eslint-plugin-jsdoc": "^18.4.1", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-react": "^7.14.3", | ||
"eslint-plugin-react": "^7.17.0", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
@@ -81,3 +82,3 @@ "formdata-node": "^1.8.0", | ||
"koa-bodyparser": "^4.2.1", | ||
"lint-staged": "^9.2.0", | ||
"lint-staged": "^9.5.0", | ||
"prettier": "^1.18.2", | ||
@@ -87,3 +88,3 @@ "react": "^16.8.6", | ||
"react-test-renderer": "^16.8.6", | ||
"tap": "^14.10.1" | ||
"tap": "^14.10.2" | ||
}, | ||
@@ -90,0 +91,0 @@ "scripts": { |
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
89228