Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 19, 2019
1 parent b64a176 commit 81ef93b
Show file tree
Hide file tree
Showing 2 changed files with 1,779 additions and 1,615 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"test": "yarn lint && yarn unit",
"test:integration": "yarn lint && jest --config=jest-integration.config.js",
"watch": "jest --watch",
"cov": "jest; opn coverage/lcov-report/index.html",
"cov-open": "opn coverage/lcov-report/index.html",
"cov": "jest; open-cli coverage/lcov-report/index.html",
"cov-open": "open-cli coverage/lcov-report/index.html",
"send-coverage": "jest && codecov",
"docs": "yarn docs:html && opn docs/index.html",
"docs": "yarn docs:html && open-cli docs/index.html",
"docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs",
"docs:json": "typedoc --mode file --json docs/typedoc.json src/index.ts",
"docs:publish": "yarn docs:html && gh-pages -d docs",
Expand Down Expand Up @@ -76,24 +76,24 @@
"node": ">=4.5"
},
"devDependencies": {
"@types/jest": "^22.1.3",
"@types/jest": "^24.0.17",
"@types/node": "^8.0.4",
"@types/underscore": "^1.8.9",
"@types/underscore": "^1.9.2",
"@types/winston": "^2.3.9",
"codecov": "^3.1.0",
"gh-pages": "^2.0.1",
"jest": "^24.1.0",
"codecov": "^3.5.0",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
"mkdirp": "^0.5.1",
"npm-scripts-info": "^0.3.9",
"nyc": "^13.3.0",
"opn-cli": "^4.0.0",
"nyc": "^14.1.1",
"open-cli": "^5.0.0",
"sleep-ms": "^2.0.1",
"standard-version": "^4.4.0",
"trash-cli": "^1.4.0",
"ts-jest": "^24.0.0",
"tslint": "^5.11.0",
"standard-version": "^7.0.0",
"trash-cli": "^3.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^3.3.3333"
},
"keywords": [
Expand All @@ -111,9 +111,9 @@
"production"
],
"dependencies": {
"mos-connection": "^0.8.1",
"tslib": "^1.9.3",
"tv-automation-server-core-integration": "1.1.0",
"mos-connection": "^0.8.3",
"tslib": "^1.10.0",
"tv-automation-server-core-integration": "1.2.0",
"underscore": "^1.9.1",
"winston": "^2.4.2"
}
Expand Down
Loading

0 comments on commit 81ef93b

Please sign in to comment.