Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
John Riordan committed Jun 11, 2020
1 parent de7e4fb commit 9e74f0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
19 changes: 7 additions & 12 deletions docs/TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Release Road Map

## 0.16.x
## 0.17.x

- tighten up tslint and lint api, core, demo and tests
- review packaging best practices (es7, es6, drop es5)
- free core and API from DOM and Node dependencies
- free core and API from DOM dependencies
- complete more work in progress
- remove UMD bundle from npm
- more documentation
- more tests
Expand All @@ -13,22 +12,18 @@

# Work in Progress

## Documentation
## Dev Dependencies

- Add documentation for "SessionDescriptionHandler - WebRTC"
### api-extractor

- issue updating @microsoft/api-extractor past 7.7.11 https://github.com/microsoft/rushstack/issues/1830

## Tests

- _Unit_ tests are being written for low level "core" components (Transaction, Transport)
- _Integration_ tests are being written high level "api" components (Session, Subscription)
- Need to write more integration tests; Publisher, UserAgent, SimpleUser, etc

## Dev Dependencies

### api-extractor

- issue updating @microsoft/api-extractor past 7.7.11 https://github.com/microsoft/rushstack/issues/1830

## Source

### API - Miscellaneous
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"devDependencies": {
"@microsoft/api-documenter": "7.7.20",
"@microsoft/api-extractor": "7.7.11",
"@types/events": "^3.0.0",
"@types/jasmine": "^3.5.10",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
Expand Down

0 comments on commit 9e74f0b

Please sign in to comment.