@jalik/deep-extend
Advanced tools
Comparing version 1.0.2 to 1.1.0
# Changelog | ||
## v1.1.0 | ||
- Lib available in ES6+ syntax (see `src` folder) to enable auto-completion in IDEs | ||
## v1.0.2 | ||
@@ -4,0 +7,0 @@ - Updates dependencies |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2018 Karl STEIN | ||
* Copyright (c) 2019 Karl STEIN | ||
* | ||
@@ -16,0 +16,0 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy |
The MIT License (MIT) | ||
Copyright (c) 2018 Karl STEIN | ||
Copyright (c) 2019 Karl STEIN | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@jalik/deep-extend", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A utility to merge deep objects.", | ||
@@ -33,15 +33,14 @@ "license": "MIT", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"acorn": "^6.0.5", | ||
"ajv": "^6.7.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"acorn": "^6.0.7", | ||
"ajv": "^6.8.1", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"del": "^3.0.0", | ||
"eslint": "^5.12.0", | ||
"eslint": "^5.13.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jest": "^22.1.3", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.2.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
@@ -51,4 +50,4 @@ "gulp": "^4.0.0", | ||
"gulp-eslint": "^5.0.0", | ||
"jest": "^23.6.0" | ||
"jest": "^24.1.0" | ||
} | ||
} |
9343
6
138