@jalik/form-parser
Advanced tools
Comparing version 2.0.8 to 2.0.9
# Changelog | ||
## v2.0.9 | ||
- Upgraded dependencies | ||
## v2.0.8 | ||
@@ -4,0 +7,0 @@ - Fixed parsing of input names containing dashes (and probably other previously special characters) |
{ | ||
"name": "@jalik/form-parser", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "A utility to parse complex forms with minimum effort.", | ||
@@ -41,12 +41,12 @@ "license": "MIT", | ||
"@babel/runtime": "^7.12.5", | ||
"@jalik/deep-extend": "^1.1.10" | ||
"@jalik/deep-extend": "^1.1.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"acorn": "^7.4.1", | ||
"ajv": "^6.12.6", | ||
"eslint": "^7.13.0", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"acorn": "^8.0.4", | ||
"ajv": "^7.0.3", | ||
"eslint": "^7.18.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
@@ -56,4 +56,4 @@ "eslint-plugin-import": "^2.22.1", | ||
"jest": "^26.6.3", | ||
"typescript": "^4.0.5" | ||
"typescript": "^4.1.3" | ||
} | ||
} |
48623
7
Updated@jalik/deep-extend@^1.1.11