File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 86
86
"devDependencies" : {
87
87
"@firebase/app" : " 0.7.9" ,
88
88
"@rollup/plugin-json" : " 4.1.0" ,
89
+ "@rollup/plugin-strip" : " 2.1.0" ,
90
+ "chromedriver" : " 96.0.0" ,
89
91
"rollup" : " 2.57.0" ,
90
92
"rollup-plugin-sourcemaps" : " 0.6.3" ,
91
93
"rollup-plugin-typescript2" : " 0.30.0" ,
92
- "@rollup/plugin-strip" : " 2.1.0" ,
93
94
"typescript" : " 4.2.2"
94
95
},
95
96
"repository" : {
107
108
],
108
109
"reportDir" : " ./coverage/node"
109
110
}
110
- }
111
+ }
Original file line number Diff line number Diff line change 4992
4992
proxy-from-env "^1.1.0"
4993
4993
tcp-port-used "^1.0.1"
4994
4994
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
+
4995
5008
ci-info@^2.0.0:
4996
5009
version "2.0.0"
4997
5010
resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
You can’t perform that action at this time.
0 commit comments