Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
chore(package): Use ts-action v10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Apr 19, 2019
1 parent ca70c3a commit c757e8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rxjs": "^6.0.0",
"rxjs-marbles": "^5.0.0",
"rxjs-tslint-rules": "^4.0.0",
"ts-action": "^9.0.0",
"ts-action": "~10.0.0",
"tslint": "^5.8.0",
"typescript": "~3.4.1"
},
Expand All @@ -42,7 +42,7 @@
"optionalDependencies": {},
"peerDependencies": {
"rxjs": "^6.0.0",
"ts-action": "^9.0.0"
"ts-action": "~10.0.0 || ^9.0.0"
},
"private": true,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2461,10 +2461,10 @@ trim-newlines@^2.0.0:
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=

ts-action@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/ts-action/-/ts-action-9.0.0.tgz#7f9f04ebef5a1dc7791b6fda68d0a2e1de44f3dc"
integrity sha512-411GdgxwDAoYzH4kL9gVFi2Kb1wY3No5UAKiX7D4AOfrNu6nrUBjNtV2m7SvOR/FGJb0oLutsBgIxAU8tRXZ7A==
ts-action@~10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/ts-action/-/ts-action-10.0.0.tgz#1eca1680483f772e269efa2b607886a4f7f79615"
integrity sha512-hxHNtFn8zJuARLPm/OlBmaz5TPlxDgQ9Tt0ZbSKUw7n9e9JWKsUf6an2q5+k3YHmkYEPMGvTnrnDX/5jOVj1SQ==

tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.9.3"
Expand Down

0 comments on commit c757e8d

Please sign in to comment.