Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Aug 20, 2024
1 parent f6ba6e7 commit f9bdd95
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion libs/shared/discord-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"@dhruv-techapps/core-service": "*",
"@dhruv-techapps/notifications": "*",
"@dhruv-techapps/firebase-functions": "*",
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"firebase": "^10.12.5"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/discord-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"@dhruv-techapps/notifications": "*",
"@dhruv-techapps/firebase-functions": "*",
"@dhruv-techapps/core-common": "*",
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"firebase": "^10.12.5"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/firebase-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"tslib": "^2.3.0",
"firebase": "^10.12.0",
"@dhruv-techapps/core-common": "*",
"@dhruv-techapps/core-service": "*"
"@dhruv-techapps/core-service": "*",
"@dhruv-techapps/firebase-oauth": "*"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/firebase-firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"tslib": "^2.3.0",
"firebase": "^10.12.0",
"@dhruv-techapps/core-common": "*",
"@dhruv-techapps/core-service": "*"
"@dhruv-techapps/core-service": "*",
"@dhruv-techapps/firebase-oauth": "*"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
3 changes: 2 additions & 1 deletion libs/shared/firebase-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"@dhruv-techapps/core-common": "*",
"@dhruv-techapps/core-service": "*",
"@dhruv-techapps/notifications": "*",
"firebase": "^10.12.0"
"firebase": "^10.12.0",
"@dhruv-techapps/firebase-oauth": "*"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit f9bdd95

Please sign in to comment.