@jalik/deep-extend
Advanced tools
Comparing version 1.1.0 to 1.1.2
# Changelog | ||
## v1.1.2 | ||
- Updates dependencies | ||
## v1.1.0 | ||
@@ -4,0 +7,0 @@ - Lib available in ES6+ syntax (see `src` folder) to enable auto-completion in IDEs |
{ | ||
"name": "@jalik/deep-extend", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "A utility to merge deep objects.", | ||
@@ -34,12 +34,12 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"acorn": "^6.0.7", | ||
"ajv": "^6.8.1", | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"acorn": "^6.1.0", | ||
"ajv": "^6.9.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.13.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.2.2", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
@@ -46,0 +46,0 @@ "eslint-plugin-react": "^7.12.4", |
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
9377