veritone-redux-common
Advanced tools
Comparing version 3.11.1 to 3.11.2
@@ -94,1 +94,4 @@ # veritone-redux-common changelog | ||
* revert "Calls made with callGraphQLApi now fail on bad responses as well as graphql errors" | ||
## 3.11.2 | ||
** Update enzyme to ^3.5.0 and fix test incompatability errors |
{ | ||
"name": "veritone-redux-common", | ||
"version": "3.11.1", | ||
"version": "3.11.2", | ||
"dependencies": { | ||
@@ -46,4 +46,4 @@ "lodash": "^4.17.4", | ||
"cross-env": "^5.1.4", | ||
"enzyme": "^3.4.4", | ||
"enzyme-adapter-react-16.3": "1.0.0", | ||
"enzyme": "^3.5.0", | ||
"enzyme-adapter-react-16": "^1.0.0", | ||
"eslint": "^4.8.0", | ||
@@ -50,0 +50,0 @@ "eslint-config-prettier": "^2.6.0", |
@@ -79,3 +79,3 @@ import { constant, isFunction } from 'lodash'; | ||
if ((response.errors && response.errors.length)) { | ||
if (response.errors && response.errors.length) { | ||
dispatch({ | ||
@@ -82,0 +82,0 @@ type: failureType, |
import Enzyme from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16.3'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
Enzyme.configure({ adapter: new Adapter() }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
328449
9363
7