Comparing version 0.9.12 to 0.9.13
# Changelog | ||
## 0.9.13 | ||
- Upgraded dependencies | ||
## 0.9.12 | ||
@@ -4,0 +7,0 @@ - Upgraded dependencies |
{ | ||
"name": "kandybars", | ||
"version": "0.9.12", | ||
"version": "0.9.13", | ||
"description": "A template engine for all purposes.", | ||
@@ -38,20 +38,20 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@jalik/deep-extend": "^1.1.11", | ||
"@jalik/extend": "^2.1.11", | ||
"@jalik/observer": "^1.1.10" | ||
"@babel/runtime": "^7.14.0", | ||
"@jalik/deep-extend": "^1.1.12", | ||
"@jalik/extend": "^2.1.12", | ||
"@jalik/observer": "^1.1.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"ajv": "^7.0.3", | ||
"eslint": "^7.18.0", | ||
"@babel/cli": "^7.14.3", | ||
"@babel/core": "^7.14.3", | ||
"@babel/plugin-transform-runtime": "^7.14.3", | ||
"@babel/preset-env": "^7.14.2", | ||
"ajv": "^7.2.4", | ||
"eslint": "^7.26.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-import": "^2.23.2", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"jest": "^26.6.3", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.2.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
78058
Updated@babel/runtime@^7.14.0
Updated@jalik/deep-extend@^1.1.12
Updated@jalik/extend@^2.1.12
Updated@jalik/observer@^1.1.11