File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 20
20
" @firebase/functions-types-exp" ,
21
21
" @firebase/installations-exp" ,
22
22
" @firebase/installations-types-exp" ,
23
+ " @firebase/messaging-exp" ,
24
+ " @firebase/messaging-types-exp" ,
23
25
" @firebase/performance-exp" ,
24
26
" @firebase/performance-types-exp" ,
25
27
" @firebase/remote-config-exp" ,
Original file line number Diff line number Diff line change 33
33
},
34
34
"dependencies" : {
35
35
"@firebase/component" : " 0.1.21" ,
36
- "@firebase/installations-exp" : " 0.x " ,
36
+ "@firebase/installations-exp" : " 0.0.900 " ,
37
37
"@firebase/messaging-types-exp" : " 0.0.900" ,
38
- "@firebase/util" : " 0.3.2 " ,
38
+ "@firebase/util" : " 0.3.4 " ,
39
39
"idb" : " 3.0.2" ,
40
40
"tslib" : " ^1.11.1"
41
41
},
42
42
"devDependencies" : {
43
- "rollup- plugin-json" : " 4.0 .0" ,
44
- "rollup-plugin-typescript2" : " 0.27 .0" ,
43
+ "@ rollup/ plugin-json" : " 4.1 .0" ,
44
+ "rollup-plugin-typescript2" : " 0.29 .0" ,
45
45
"ts-essentials" : " 7.0.1" ,
46
- "typescript" : " 3.8.3 "
46
+ "typescript" : " 4.0.5 "
47
47
},
48
48
"repository" : {
49
49
"directory" : " packages/messaging" ,
54
54
"url" : " https://github.com/firebase/firebase-js-sdk/issues"
55
55
},
56
56
"typings" : " dist/index.d.ts"
57
- }
57
+ }
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import json from 'rollup- plugin-json' ;
18
+ import json from '@ rollup/ plugin-json' ;
19
19
import pkg from './package.json' ;
20
20
import typescript from 'typescript' ;
21
21
import typescriptPlugin from 'rollup-plugin-typescript2' ;
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { importPathTransformer } from '../../scripts/exp/ts-transform-import-path' ;
19
- import json from 'rollup- plugin-json' ;
19
+ import json from '@ rollup/ plugin-json' ;
20
20
import pkg from './package.json' ;
21
21
import typescript from 'typescript' ;
22
22
import typescriptPlugin from 'rollup-plugin-typescript2' ;
Original file line number Diff line number Diff line change 25
25
"url" : " https://github.com/firebase/firebase-js-sdk/issues"
26
26
},
27
27
"devDependencies" : {
28
- "typescript" : " 4.0.2 "
28
+ "typescript" : " 4.0.5 "
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments