Skip to content

Commit 0818685

Browse files
authored
Add chromedriver as auth dev dependency (#5779)
1 parent 625b7a7 commit 0818685

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

packages/auth/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@
8686
"devDependencies": {
8787
"@firebase/app": "0.7.9",
8888
"@rollup/plugin-json": "4.1.0",
89+
"@rollup/plugin-strip": "2.1.0",
90+
"chromedriver": "96.0.0",
8991
"rollup": "2.57.0",
9092
"rollup-plugin-sourcemaps": "0.6.3",
9193
"rollup-plugin-typescript2": "0.30.0",
92-
"@rollup/plugin-strip": "2.1.0",
9394
"typescript": "4.2.2"
9495
},
9596
"repository": {
@@ -107,4 +108,4 @@
107108
],
108109
"reportDir": "./coverage/node"
109110
}
110-
}
111+
}

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4992,6 +4992,19 @@ [email protected]:
49924992
proxy-from-env "^1.1.0"
49934993
tcp-port-used "^1.0.1"
49944994

4995+
4996+
version "96.0.0"
4997+
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-96.0.0.tgz#c8473498e4c94950fa168187b112019cce9e5c6c"
4998+
integrity sha512-4g6Hn5RHGsbaBmOrJbDlz/hdVPOc22eRsbvoAAMqkZxR2NJCcddHzCw2FAQeW8lX/C7xWVz3nyDsKX3fE9lIIw==
4999+
dependencies:
5000+
"@testim/chrome-version" "^1.0.7"
5001+
axios "^0.21.2"
5002+
del "^6.0.0"
5003+
extract-zip "^2.0.1"
5004+
https-proxy-agent "^5.0.0"
5005+
proxy-from-env "^1.1.0"
5006+
tcp-port-used "^1.0.1"
5007+
49955008
ci-info@^2.0.0:
49965009
version "2.0.0"
49975010
resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"

0 commit comments

Comments
 (0)