superfly-timeline
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [7.2.1](https://github.com/SuperFlyTV/supertimeline/compare/7.2.0...7.2.1) (2019-07-30) | ||
### Bug Fixes | ||
* update dependencies, removed unused "marked" dependency ([2098912](https://github.com/SuperFlyTV/supertimeline/commit/2098912)) | ||
## [7.2.0](https://github.com/SuperFlyTV/supertimeline/compare/7.1.2...7.2.0) (2019-07-16) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "superfly-timeline", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -93,3 +93,3 @@ "license": "MIT", | ||
"sleep-ms": "^2.0.1", | ||
"standard-version": "^6.0.1", | ||
"standard-version": "^7.0.0", | ||
"trash-cli": "^3.0.0", | ||
@@ -99,8 +99,5 @@ "ts-jest": "^24.0.2", | ||
"tslint-config-standard": "^8.0.1", | ||
"typedoc": "^0.14.2", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.3.3333" | ||
}, | ||
"resolutions": { | ||
"typedoc/**/marked": "^0.6.2" | ||
}, | ||
"keywords": [ | ||
@@ -114,3 +111,2 @@ "broadcast", | ||
"dependencies": { | ||
"marked": "^0.6.2", | ||
"underscore": "^1.9.1" | ||
@@ -117,0 +113,0 @@ }, |
221228
1
- Removedmarked@^0.6.2
- Removedmarked@0.6.3(transitive)