Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "rfx-core", | ||
"license": "MIT", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Claudio Savino <claudio.savino@me.com> (https://twitter.com/foxhound87)", | ||
@@ -17,3 +17,3 @@ "description": "RFX Core - Collection of core functionalities of RFX Stack", | ||
"precommit": "npm run lint && npm run cover", | ||
"commit": "git add . && git-cz && git push origin", | ||
"commit": "git-cz && git push origin", | ||
"watch:build": "babel --watch -d lib/ src/", | ||
@@ -47,7 +47,7 @@ "watch:test": "npm run test -- -w", | ||
"json-stringify-safe": "5.0.1", | ||
"lodash": "4.16.6", | ||
"lodash": "^4.17.11", | ||
"safe-access": "0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0" | ||
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" | ||
}, | ||
@@ -82,4 +82,4 @@ "devDependencies": { | ||
"rimraf": "2.5.4", | ||
"semantic-release": "^15.2.0" | ||
"semantic-release": "^15.13.2" | ||
} | ||
} |
+ Addedlodash@4.17.21(transitive)
+ Addedmobx@5.15.7(transitive)
- Removedlodash@4.16.6(transitive)
- Removedmobx@4.15.7(transitive)
Updatedlodash@^4.17.11