File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 102
102
"@firebase/app" : " 0.x"
103
103
},
104
104
"dependencies" : {
105
- "@firebase/auth" : " ^0.20.11" ,
106
105
"@firebase/component" : " 0.5.21" ,
107
106
"@firebase/logger" : " 0.3.4" ,
108
107
"@firebase/util" : " 1.7.3" ,
114
113
"@firebase/app" : " 0.8.4" ,
115
114
"@rollup/plugin-json" : " 4.1.0" ,
116
115
"@rollup/plugin-strip" : " 2.1.0" ,
117
- "@types/express" : " 4.17.14" ,
118
- "@types/mocha" : " ^10.0.1" ,
119
116
"chromedriver" : " 98.0.1" ,
120
117
"rollup" : " 2.79.1" ,
121
118
"rollup-plugin-sourcemaps" : " 0.6.3" ,
122
119
"rollup-plugin-typescript2" : " 0.31.2" ,
123
120
"selenium-webdriver" : " 4.5.0" ,
124
- "totp-generator" : " 0.0.14" ,
125
- "typescript" : " 4.7.4"
121
+ "typescript" : " 4.7.4" ,
122
+ "@types/express" : " 4.17.14" ,
123
+ "totp-generator" : " 0.0.14"
126
124
},
127
125
"repository" : {
128
126
"directory" : " packages/auth" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../config/tsconfig.base.json" ,
3
-
4
3
"compilerOptions" : {
5
- "lib" : [" ES2017" , " dom" , " es6" ],
6
- "typeRoots" : [" src/@types" , " node_modules/@types" ],
7
4
"outDir" : " dist"
8
5
},
9
6
"exclude" : [
You can’t perform that action at this time.
0 commit comments