Skip to content

Commit 6e05266

Browse files
committed
chore(package): update dev dependencies
1 parent 75c358b commit 6e05266

File tree

3 files changed

+40
-27
lines changed

3 files changed

+40
-27
lines changed

package-lock.json

Lines changed: 35 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"jasmine-core": "^3.1.0",
7676
"jasmine-spec-reporter": "^4.1.0",
7777
"json": "^9.0.3",
78-
"karma": "^2.0.3",
78+
"karma": "^2.0.4",
7979
"karma-chrome-launcher": "^2.0.0",
8080
"karma-firefox-launcher": "^1.1.0",
8181
"karma-jasmine": "^1.1.2",
@@ -88,7 +88,7 @@
8888
"markdownlint-cli": "^0.10.0",
8989
"pm2": "^2.10.3",
9090
"prettier": "^1.13.5",
91-
"rollup": "^0.60.7",
91+
"rollup": "^0.61.1",
9292
"rollup-plugin-babel": "^3.0.4",
9393
"rollup-plugin-cleanup": "^3.0.0-beta.1",
9494
"rollup-plugin-commonjs": "^9.1.3",
@@ -98,9 +98,9 @@
9898
"rollup-plugin-strip": "^1.1.1",
9999
"rollup-plugin-typescript2": "^0.15.0",
100100
"semantic-release": "^15.6.0",
101-
"sigver": "^19.1.2",
101+
"sigver": "^20.0.0",
102102
"travis-deploy-once": "^5.0.0",
103-
"tslib": "^1.9.2",
103+
"tslib": "^1.9.3",
104104
"tslint": "^5.10.0",
105105
"tslint-config-prettier": "^1.12.0",
106106
"typescript": "^2.9.2",

test/util/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setLogLevel(
1212
)
1313

1414
// Main signaling server for all tests
15-
export const SIGNALING_URL = 'ws://localhost:8010'
15+
export const SIGNALING_URL = 'ws://localhost:13477'
1616

1717
// Configuration for bot server
1818
export const BOT_HOST = 'localhost'

0 commit comments

Comments
 (0)