Skip to content

Commit

Permalink
chore: lock down peer dependencies to avoid accidental breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Sep 7, 2019
1 parent 03f0bd1 commit 0a33754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser": "~8.2.4",
"@angular/platform-browser-dynamic": "~8.2.4",
"@angular/router": "~8.2.4",
"micro-dash": "^6.3.0",
"micro-dash": "~6.3.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5757,10 +5757,10 @@ methods@~1.1.2:
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

micro-dash@^6.3.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/micro-dash/-/micro-dash-6.4.0.tgz#6050f6fb05b71eb711261cfaf9fdac3718ca1e49"
integrity sha512-+IiOyiJS9LeS9n1H7PzHBLO3UFy3awpiGy/SVxYyUvQTbh002d3a1JXy1QcX61Va+hxxrxjK9qHbDzXuOnv9Dw==
micro-dash@~6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/micro-dash/-/micro-dash-6.3.0.tgz#20700ecb7618c84390326d4a8adf87d68f06ebe8"
integrity sha512-SEWwU3MCzIBpKpYQSaDc9pNLcLQlxnwzRG2mYOMNNJc1O5ZceDCHQq8GABPzrvAFO6GAMFqqdXcY6v3lAVRXsw==
dependencies:
tslib "^1.9.0"
utility-types "^3.4.1"
Expand Down

0 comments on commit 0a33754

Please sign in to comment.