File tree 2 files changed +3
-4
lines changed
packages-exp/performance-compat
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 34
34
"@firebase/performance-types-exp" : " 0.0.900" ,
35
35
"@firebase/util" : " 0.3.4" ,
36
36
"@firebase/logger" : " 0.2.6" ,
37
- "@firebase/component" : " 0.1.21 " ,
37
+ "@firebase/component" : " 0.2.0 " ,
38
38
"tslib" : " ^1.11.1"
39
39
},
40
40
"devDependencies" : {
41
- "rollup" : " 2.33.2 " ,
41
+ "rollup" : " 2.35.1 " ,
42
42
"@rollup/plugin-json" : " 4.1.0" ,
43
43
"rollup-plugin-replace" : " 2.2.0" ,
44
44
"rollup-plugin-typescript2" : " 0.29.0" ,
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import firebase from '@firebase/app-compat' ;
19
- import { _FirebaseNamespace } from '@firebase/app-types/private' ;
18
+ import firebase , { _FirebaseNamespace } from '@firebase/app-compat' ;
20
19
import {
21
20
Component ,
22
21
ComponentContainer ,
You can’t perform that action at this time.
0 commit comments