omit-empty-es
Advanced tools
Comparing version 1.1.2 to 1.1.3
## 1.1.0 | ||
## 1.1.3 | ||
### Patch Changes | ||
- [`e3e0c6a`](https://github.com/emmenko/omit-empty-es/commit/e3e0c6af13ab7defb57a717df965b9ff0271a628) [#10](https://github.com/emmenko/omit-empty-es/pull/10) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies | ||
* [`a1caace`](https://github.com/emmenko/omit-empty-es/commit/a1caace6bb920b1ecaf295548356e29d81dabd06) Thanks [@emmenko](https://github.com/emmenko)! - Use loosen range for babel deps | ||
## 1.1.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "omit-empty-es", | ||
"description": "(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/emmenko/omit-empty-es", | ||
@@ -30,21 +30,21 @@ "repository": { | ||
"dependencies": { | ||
"@babel/runtime": "7.12.1", | ||
"@babel/runtime-corejs3": "7.12.1" | ||
"@babel/runtime": "^7.12.5", | ||
"@babel/runtime-corejs3": "^7.12.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-runtime": "7.12.1", | ||
"@babel/preset-env": "7.12.1", | ||
"@babel/preset-typescript": "7.12.1", | ||
"@babel/plugin-transform-runtime": "7.12.10", | ||
"@babel/preset-env": "7.12.11", | ||
"@babel/preset-typescript": "7.12.7", | ||
"@changesets/changelog-github": "0.2.7", | ||
"@changesets/cli": "2.11.2", | ||
"@changesets/cli": "2.12.0", | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-conventional": "11.0.0", | ||
"@preconstruct/cli": "2.0.0", | ||
"@types/node": "14.14.6", | ||
"@typescript-eslint/eslint-plugin": "4.6.1", | ||
"@typescript-eslint/parser": "4.6.1", | ||
"@preconstruct/cli": "2.0.1", | ||
"@types/node": "14.14.20", | ||
"@typescript-eslint/eslint-plugin": "4.12.0", | ||
"@typescript-eslint/parser": "4.12.0", | ||
"babel-jest": "26.6.3", | ||
"cross-env": "7.0.3", | ||
"eslint": "7.12.1", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint": "7.17.0", | ||
"eslint-config-prettier": "7.1.0", | ||
"eslint-formatter-pretty": "4.0.0", | ||
@@ -54,5 +54,5 @@ "eslint-import-resolver-typescript": "2.3.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "24.1.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"husky": "4.3.4", | ||
"eslint-plugin-jest": "24.1.3", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"husky": "4.3.7", | ||
"jest": "26.6.3", | ||
@@ -62,4 +62,4 @@ "lint-staged": "10.5.3", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.4.3", | ||
"typescript": "4.0.5" | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.3" | ||
}, | ||
@@ -66,0 +66,0 @@ "keywords": [ |
36105
+ Added@babel/runtime@7.26.0(transitive)
+ Added@babel/runtime-corejs3@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@7.12.1(transitive)
- Removed@babel/runtime-corejs3@7.12.1(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
Updated@babel/runtime@^7.12.5