Skip to content

Commit 939b484

Browse files
committed
revert auth-compat to depend on app
1 parent 29ad0b2 commit 939b484

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages-exp/auth-compat-exp/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import firebase from '@firebase/app-compat';
18+
import firebase from '@firebase/app';
1919
import { _FirebaseNamespace } from '@firebase/app-types/private';
2020
import * as impl from '@firebase/auth-exp/internal';
2121
import * as externs from '@firebase/auth-types-exp';

packages-exp/auth-compat-exp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepare": "yarn build"
2626
},
2727
"peerDependencies": {
28-
"@firebase/app-compat": "0.x",
28+
"@firebase/app": "0.x",
2929
"@firebase/app-types": "0.x"
3030
},
3131
"dependencies": {
@@ -38,7 +38,7 @@
3838
},
3939
"license": "Apache-2.0",
4040
"devDependencies": {
41-
"@firebase/app-compat": "0.0.800",
41+
"@firebase/app": "0.6.10",
4242
"rollup": "2.23.0",
4343
"rollup-plugin-json": "4.0.0",
4444
"rollup-plugin-replace": "2.2.0",

packages-exp/auth-compat-exp/src/recaptcha_verifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import firebase from '@firebase/app-compat';
18+
import firebase from '@firebase/app';
1919
import { FirebaseApp } from '@firebase/app-types';
2020
import * as impl from '@firebase/auth-exp/internal';
2121
import * as compat from '@firebase/auth-types';

0 commit comments

Comments
 (0)