Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/constructs-10.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov authored Oct 9, 2023
2 parents 9cfc41d + 772aaee commit a22b31e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Source/Script/Firebase.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { initializeApp as Initialize } from "firebase/app";
(await import("firebase/app")).initializeApp({

Initialize({
apiKey: "", // TODO Replace with your API key
appId: "", // TODO Replace with your app ID
authDomain: "", // TODO Replace with your auth domain
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"astro-compress": "2.0.15",
"astro-critters": "2.0.11",
"astro-rome": "2.0.9",
"astro-sst": "2.27.0",
"astro-sst": "2.28.1",
"astrojs-service-worker": "1.1.0",
"autoprefixer": "10.4.16",
"aws-cdk-lib": "2.99.1",
"aws-cdk-lib": "2.100.0",
"constructs": "10.3.0",
"cssnano": "6.0.1",
"cssnano-preset-advanced": "6.0.1",
Expand Down

0 comments on commit a22b31e

Please sign in to comment.