@jalik/deep-extend
Advanced tools
Comparing version 1.1.13 to 1.1.14
# Changelog | ||
## v1.1.14 | ||
- Upgraded dependencies | ||
## v1.1.13 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@jalik/deep-extend", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "A utility to merge deep objects.", | ||
@@ -42,17 +42,17 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.6" | ||
"@babel/runtime": "^7.15.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.5", | ||
"acorn": "^8.4.0", | ||
"eslint": "^7.28.0", | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.5", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.6", | ||
"acorn": "^8.5.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"jest": "^27.0.4", | ||
"typescript": "^4.3.2" | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.2", | ||
"jest": "^27.2.1", | ||
"typescript": "^4.4.3" | ||
} | ||
} |
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
9874
Updated@babel/runtime@^7.15.4