Skip to content

Commit 7e6bdf2

Browse files
committed
chore: Update yarn.lock file
1 parent dce918f commit 7e6bdf2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/remote-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@firebase/app": "0.13.1",
5252
"rollup": "2.79.2",
53-
"rollup-plugin-dts": "6.1.0",
53+
"rollup-plugin-dts": "5.3.1",
5454
"rollup-plugin-typescript2": "0.36.0",
5555
"typescript": "5.5.4"
5656
},

packages/remote-config/rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const cjsBuild = {
7171
]
7272
};
7373

74-
7574
const google3TypingsBuild = {
7675
input: 'dist/src/index.d.ts',
7776
output: {
@@ -85,5 +84,4 @@ const google3TypingsBuild = {
8584
]
8685
};
8786

88-
8987
export default [esmBuild, cjsBuild, google3TypingsBuild];

0 commit comments

Comments
 (0)