@jalik/form-parser
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Changelog | ||
## v2.0.3 | ||
- Updates dependencies | ||
## v2.0.2 | ||
@@ -4,0 +7,0 @@ - Updates dependencies |
The MIT License (MIT) | ||
Copyright (c) 2019 Karl STEIN | ||
Copyright (c) 2020 Karl STEIN | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@jalik/form-parser", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A utility to parse complex forms with minimum effort.", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
}, | ||
"main": "dist/index.js", | ||
"main": "dist/form-parser.js", | ||
"scripts": { | ||
@@ -38,22 +38,24 @@ "build": "npx gulp build", | ||
"dependencies": { | ||
"@jalik/deep-extend": "^1.1.4" | ||
"@jalik/deep-extend": "^1.1.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"acorn": "^6.4.0", | ||
"ajv": "^6.10.2", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"acorn": "^7.1.0", | ||
"ajv": "^6.11.0", | ||
"babel-eslint": "^10.0.3", | ||
"del": "^5.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.21.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.7.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.17.0", | ||
"eslint-plugin-react": "^7.18.3", | ||
"eslint-plugin-react-hooks": "^1.7.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^5.0.0", | ||
"jest": "^24.9.0" | ||
"gulp-eslint": "^6.0.0", | ||
"jest": "^25.1.0", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49272
18
1
Updated@jalik/deep-extend@^1.1.5