@jalik/deep-extend
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
## v1.0.2 | ||
- Updates dependencies | ||
## v1.0.1 | ||
@@ -4,0 +7,0 @@ - Fixes recursive merging of arrays |
{ | ||
"name": "@jalik/deep-extend", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A utility to merge deep objects.", | ||
@@ -35,13 +35,14 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/preset-env": "^7.1.0", | ||
"ajv": "^6.5.4", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"acorn": "^6.0.5", | ||
"ajv": "^6.7.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.7.0", | ||
"eslint": "^5.12.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^21.24.1", | ||
"eslint-plugin-jest": "^22.1.3", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.11.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"gulp": "^4.0.0", | ||
@@ -48,0 +49,0 @@ "gulp-babel": "^8.0.0", |
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
6842
16