Skip to content

Commit

Permalink
Fix messaging-exp versions and changeset (#4234)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Dec 22, 2020
1 parent df16811 commit dec74aa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"@firebase/functions-types-exp",
"@firebase/installations-exp",
"@firebase/installations-types-exp",
"@firebase/messaging-exp",
"@firebase/messaging-types-exp",
"@firebase/performance-exp",
"@firebase/performance-types-exp",
"@firebase/remote-config-exp",
Expand Down
12 changes: 6 additions & 6 deletions packages-exp/messaging-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"dependencies": {
"@firebase/component": "0.1.21",
"@firebase/installations-exp": "0.x",
"@firebase/installations-exp": "0.0.900",
"@firebase/messaging-types-exp": "0.0.900",
"@firebase/util": "0.3.2",
"@firebase/util": "0.3.4",
"idb": "3.0.2",
"tslib": "^1.11.1"
},
"devDependencies": {
"rollup-plugin-json": "4.0.0",
"rollup-plugin-typescript2": "0.27.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
"ts-essentials": "7.0.1",
"typescript": "3.8.3"
"typescript": "4.0.5"
},
"repository": {
"directory": "packages/messaging",
Expand All @@ -54,4 +54,4 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"typings": "dist/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages-exp/messaging-exp/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

import json from 'rollup-plugin-json';
import json from '@rollup/plugin-json';
import pkg from './package.json';
import typescript from 'typescript';
import typescriptPlugin from 'rollup-plugin-typescript2';
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/messaging-exp/rollup.config.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

import { importPathTransformer } from '../../scripts/exp/ts-transform-import-path';
import json from 'rollup-plugin-json';
import json from '@rollup/plugin-json';
import pkg from './package.json';
import typescript from 'typescript';
import typescriptPlugin from 'rollup-plugin-typescript2';
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/messaging-types-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"typescript": "4.0.2"
"typescript": "4.0.5"
}
}

0 comments on commit dec74aa

Please sign in to comment.