Skip to content

Commit df4c1c4

Browse files
SouravSourav
authored andcommitted
hardcode dependencies version
1 parent a54b428 commit df4c1c4

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"browserstack-cypress": "bin/runner.js"
1313
},
1414
"dependencies": {
15-
"archiver": "^5.2.0",
16-
"async": "^3.2.0",
17-
"browserstack-local": "^1.4.8",
18-
"chalk": "^4.1.0",
19-
"cli-progress": "^3.9.1",
20-
"fs-extra": "^8.1.0",
21-
"getmac": "^5.17.0",
22-
"glob": "^7.1.6",
23-
"mkdirp": "^1.0.3",
24-
"request": "^2.88.0",
25-
"requestretry": "^4.1.0",
26-
"table": "^5.4.6",
27-
"unzipper": "^0.10.11",
28-
"update-notifier": "^5.1.0",
29-
"uuid": "^8.3.2",
15+
"archiver": "5.2.0",
16+
"async": "3.2.0",
17+
"browserstack-local": "1.4.8",
18+
"chalk": "4.1.0",
19+
"cli-progress": "3.9.1",
20+
"fs-extra": "8.1.0",
21+
"getmac": "5.17.0",
22+
"glob": "7.1.6",
23+
"mkdirp": "1.0.3",
24+
"request": "2.88.0",
25+
"requestretry": "4.1.0",
26+
"table": "5.4.6",
27+
"unzipper": "0.10.11",
28+
"update-notifier": "5.1.0",
29+
"uuid": "8.3.2",
3030
"winston": "2.4.4",
31-
"yargs": "^14.2.3"
31+
"yargs": "14.2.3"
3232
},
3333
"repository": {
3434
"type": "git",
@@ -39,13 +39,13 @@
3939
"url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
4040
},
4141
"devDependencies": {
42-
"chai": "^4.2.0",
43-
"chai-as-promised": "^7.1.1",
44-
"custom-env": "^2.0.1",
45-
"mocha": "^7.1.2",
46-
"nyc": "^15.0.1",
47-
"proxyquire": "^2.1.3",
48-
"rewire": "^5.0.0",
49-
"sinon": "^9.0.2"
42+
"chai": "4.2.0",
43+
"chai-as-promised": "7.1.1",
44+
"custom-env": "2.0.1",
45+
"mocha": "7.1.2",
46+
"nyc": "15.0.1",
47+
"proxyquire": "2.1.3",
48+
"rewire": "5.0.0",
49+
"sinon": "9.0.2"
5050
}
5151
}

0 commit comments

Comments
 (0)