Comparing version 0.2.13 to 0.2.14
{ | ||
"name": "enonic-fp", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -28,13 +28,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"enonic-types": "^0.0.17", | ||
"fp-ts": "^2.4.0" | ||
"enonic-types": "^0.0.19", | ||
"fp-ts": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.15.0", | ||
"@typescript-eslint/parser": "^2.15.0", | ||
"@typescript-eslint/eslint-plugin": "^2.16.0", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"eslint": "^6.8.0", | ||
"husky": "^4.0.7", | ||
"lint-staged": "^9.5.0", | ||
"husky": "^4.0.10", | ||
"lint-staged": "^10.0.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -48,6 +48,5 @@ "husky": { | ||
"*.ts": [ | ||
"eslint --fix 'src/**/*.ts'", | ||
"git add" | ||
"eslint --fix 'src/**/*.ts'" | ||
] | ||
} | ||
} |
46587
+ Addedenonic-types@0.0.19(transitive)
- Removedenonic-types@0.0.17(transitive)
Updatedenonic-types@^0.0.19
Updatedfp-ts@^2.4.1