Comparing version 0.9.8 to 0.9.9
# Changelog | ||
## 0.9.9 | ||
- Updates dependencies | ||
## 0.9.8 | ||
@@ -4,0 +7,0 @@ - Updates dependencies |
@@ -24,3 +24,3 @@ "use strict"; | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } | ||
@@ -27,0 +27,0 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } |
{ | ||
"name": "kandybars", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "A template engine for all purposes.", | ||
@@ -35,25 +35,21 @@ "license": "MIT", | ||
"dependencies": { | ||
"@jalik/deep-extend": "^1.1.5", | ||
"@jalik/extend": "^2.1.5", | ||
"@jalik/observer": "^1.1.5" | ||
"@jalik/deep-extend": "^1.1.7", | ||
"@jalik/extend": "^2.1.7", | ||
"@jalik/observer": "^1.1.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"ajv": "^6.12.0", | ||
"babel-eslint": "^10.1.0", | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"ajv": "^6.12.3", | ||
"del": "^5.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^3.0.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^6.0.0", | ||
"jest": "^25.2.7", | ||
"typescript": "^3.8.3" | ||
"jest": "^26.2.2", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
13
87800
Updated@jalik/deep-extend@^1.1.7
Updated@jalik/extend@^2.1.7
Updated@jalik/observer@^1.1.6