Skip to content

Commit

Permalink
chore(package): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Jun 22, 2018
1 parent 75c358b commit 6e05266
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 27 deletions.
57 changes: 35 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.1.0",
"json": "^9.0.3",
"karma": "^2.0.3",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
Expand All @@ -88,7 +88,7 @@
"markdownlint-cli": "^0.10.0",
"pm2": "^2.10.3",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"rollup": "^0.61.1",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-cleanup": "^3.0.0-beta.1",
"rollup-plugin-commonjs": "^9.1.3",
Expand All @@ -98,9 +98,9 @@
"rollup-plugin-strip": "^1.1.1",
"rollup-plugin-typescript2": "^0.15.0",
"semantic-release": "^15.6.0",
"sigver": "^19.1.2",
"sigver": "^20.0.0",
"travis-deploy-once": "^5.0.0",
"tslib": "^1.9.2",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
"typescript": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion test/util/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setLogLevel(
)

// Main signaling server for all tests
export const SIGNALING_URL = 'ws://localhost:8010'
export const SIGNALING_URL = 'ws://localhost:13477'

// Configuration for bot server
export const BOT_HOST = 'localhost'
Expand Down

0 comments on commit 6e05266

Please sign in to comment.