Skip to content

Commit

Permalink
Add selenium-webdriver to devDependencies (#6762)
Browse files Browse the repository at this point in the history
* Add selenium-webdriver to devDependencies.

* changeset
  • Loading branch information
prameshj committed Nov 28, 2022
1 parent fde5adf commit e650f64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-brooms-listen.md
@@ -0,0 +1,5 @@
---
'@firebase/auth': patch
---

move selenium-webdriver to devDependencies
2 changes: 1 addition & 1 deletion packages/auth-compat/package.json
Expand Up @@ -51,7 +51,6 @@
"@firebase/component": "0.5.21",
"@firebase/util": "1.7.3",
"node-fetch": "2.6.7",
"selenium-webdriver": "4.5.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
Expand All @@ -61,6 +60,7 @@
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.5.0",
"typescript": "4.2.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Expand Up @@ -106,7 +106,6 @@
"@firebase/logger": "0.3.4",
"@firebase/util": "1.7.3",
"node-fetch": "2.6.7",
"selenium-webdriver": "4.5.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
Expand All @@ -118,6 +117,7 @@
"rollup": "2.79.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.5.0",
"typescript": "4.2.2",
"@types/express": "4.17.14"
},
Expand Down

0 comments on commit e650f64

Please sign in to comment.