This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 3 files changed +8
-6
lines changed 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Shared between .npmignore and .gitignore
2
2
3
+ yarn.lock
3
4
chromedriver.log
4
5
libpeerconnection.log
5
6
xmloutput *
Original file line number Diff line number Diff line change 1
1
# Shared between .npmignore and .gitignore
2
2
3
+ yarn.lock
3
4
chromedriver.log
4
5
libpeerconnection.log
5
6
xmloutput *
Original file line number Diff line number Diff line change 25
25
"saucelabs" : " ~1.3.0" ,
26
26
"selenium-webdriver" : " 3.0.1" ,
27
27
"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 "
30
30
},
31
31
"devDependencies" : {
32
32
"@types/chalk" : " ^0.4.28" ,
33
33
"@types/glob" : " ^5.0.29" ,
34
- "@types/jasmine" : " ^2.5.38 " ,
34
+ "@types/jasmine" : " ^2.5.47 " ,
35
35
"@types/jasminewd2" : " ^2.0.0" ,
36
36
"@types/minimatch" : " ^2.0.28" ,
37
37
"@types/minimist" : " ^1.1.28" ,
52
52
"rimraf" : " ~2.5.3" ,
53
53
"run-sequence" : " ^1.1.5" ,
54
54
"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 " ,
58
58
"vrsource-tslint-rules" : " ^4.0.1"
59
59
},
60
60
"repository" : {
You can’t perform that action at this time.
0 commit comments