Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5cba564

Browse files
committed
chore(deps): Update typescript to fix tsc error.
Also, start using Yarn, it's pretty cool.
1 parent 160a04b commit 5cba564

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Shared between .npmignore and .gitignore
22

3+
yarn.lock
34
chromedriver.log
45
libpeerconnection.log
56
xmloutput*

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Shared between .npmignore and .gitignore
22

3+
yarn.lock
34
chromedriver.log
45
libpeerconnection.log
56
xmloutput*

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"saucelabs": "~1.3.0",
2626
"selenium-webdriver": "3.0.1",
2727
"source-map-support": "~0.4.0",
28-
"webdriver-manager": "^12.0.1",
29-
"webdriver-js-extender": "^1.0.0"
28+
"webdriver-js-extender": "^1.0.0",
29+
"webdriver-manager": "^12.0.1"
3030
},
3131
"devDependencies": {
3232
"@types/chalk": "^0.4.28",
3333
"@types/glob": "^5.0.29",
34-
"@types/jasmine": "^2.5.38",
34+
"@types/jasmine": "^2.5.47",
3535
"@types/jasminewd2": "^2.0.0",
3636
"@types/minimatch": "^2.0.28",
3737
"@types/minimist": "^1.1.28",
@@ -52,9 +52,9 @@
5252
"rimraf": "~2.5.3",
5353
"run-sequence": "^1.1.5",
5454
"semver": "^5.3.0",
55-
"tslint": "~4.3.0",
56-
"tslint-eslint-rules": "^3.2.0",
57-
"typescript": "~2.0.0",
55+
"tslint": "^4.1.1",
56+
"tslint-eslint-rules": "^3.1.0",
57+
"typescript": "^2.1.5",
5858
"vrsource-tslint-rules": "^4.0.1"
5959
},
6060
"repository": {

0 commit comments

Comments
 (0)