Skip to content

Commit

Permalink
update to support 0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trashhalo committed Jul 13, 2022
1 parent 7d21b16 commit 01cd51b
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 220 deletions.
2 changes: 1 addition & 1 deletion plugin/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
signOut,
Unsubscribe,
} from "firebase/auth";
import { FirebaseApp, initializeApp } from "firebase/app";
import { FirebaseApp } from "firebase/app";
import {
DataSnapshot,
getDatabase,
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": [],
"author": "",
"dependencies": {
"firebase": "^9.1.2",
"firebase": "^9.6.11",
"shared": "^0.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion shared/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FirebaseOptions, initializeApp } from "firebase/app";
const firebaseConfig: FirebaseOptions = {
apiKey: import.meta.env.VITE_FIREBASE_API_KEY as string,
authDomain: "obsidian-buffer.firebaseapp.com",
databaseURL: "https://obsidian-buffer-default-rtdb.firebaseio.com",
databaseURL: "wss://obsidian-buffer-default-rtdb.firebaseio.com",
projectId: "obsidian-buffer",
storageBucket: "obsidian-buffer.appspot.com",
messagingSenderId: "386398705772",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"vite": "^2.6.4"
},
"peerDependencies": {
"firebase": "^9.1.3"
"firebase": "^9.6.11"
}
}
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"firebase": "^9.1.3",
"firebase": "^9.6.11",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"shared": "^0.0.1",
Expand Down
Loading

0 comments on commit 01cd51b

Please # to comment.