redux-polyglot
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -21,2 +21,3 @@ 'use strict'; | ||
var isObject = exports.isObject = is('object'); | ||
var isArray = exports.isArray = Array.isArray; | ||
var isArray = Array.isArray; | ||
exports.isArray = isArray; |
{ | ||
"name": "redux-polyglot", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Tool for using Polyglot.js with Redux", | ||
@@ -66,36 +66,36 @@ "main": "./dist/index.js", | ||
"node-polyglot": "^2.2.2", | ||
"redux": "^3.6.0", | ||
"reselect": "^2.5.4" | ||
"redux": "^4.0.0", | ||
"reselect": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.21.0", | ||
"babel-eslint": "^6.1.2", | ||
"babel-jest": "^20.0.3", | ||
"babel-plugin-transform-es2015-modules-umd": "^6.18.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-jest": "^22.4.3", | ||
"babel-plugin-transform-es2015-modules-umd": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react": "^6.11.1", | ||
"babel-register": "^6.18.0", | ||
"eslint": "^3.12.2", | ||
"eslint-config-airbnb": "^11.1.0", | ||
"eslint-plugin-import": "^1.14.0", | ||
"eslint-plugin-jsx-a11y": "^2.2.1", | ||
"eslint-plugin-react": "^6.8.0", | ||
"jest": "^20.0.3", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.7.0", | ||
"jest": "^22.4.3", | ||
"prop-types": "^15.6.1", | ||
"ramda": "^0.22.1", | ||
"react": "15.5.0", | ||
"react-redux": "^5.0.1", | ||
"react-test-renderer": "^15.4.1", | ||
"redux-mock-store": "^1.2.3", | ||
"rimraf": "^2.5.4", | ||
"shelljs": "^0.7.5", | ||
"webpack": "^4.5.0" | ||
"ramda": "^0.25.0", | ||
"react": "16.3.2", | ||
"react-redux": "^5.0.7", | ||
"react-test-renderer": "^16.3.2", | ||
"redux-mock-store": "^1.5.1", | ||
"rimraf": "^2.6.2", | ||
"shelljs": "^0.8.1", | ||
"webpack": "^4.6.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.5.4", | ||
"react-redux": "^5.0.5", | ||
"react": "^16.3.2", | ||
"react-redux": "^5.0.7", | ||
"prop-types": "^15.6.1" | ||
} | ||
} |
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
23906
321
+ Addedreact@16.14.0(transitive)
+ Addedredux@4.2.1(transitive)
+ Addedreselect@3.0.1(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash-es@4.17.21(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedredux@3.7.2(transitive)
- Removedreselect@2.5.4(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedsymbol-observable@1.2.0(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedredux@^4.0.0
Updatedreselect@^3.0.1