Skip to content

Commit

Permalink
Merge branch 'main' into taeold-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold authored Dec 16, 2024
2 parents bc957da + 7020d55 commit beaf34e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/@apphosting/adapter-angular/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const SIMPLE_SERVER_FILE_PATH = join(__dirname, "simple-server", "bundled_server

export const ALLOWED_BUILDERS = [
"@angular-devkit/build-angular:application",
"@angular/build:application",
"@analogjs/platform:vite",
];

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase-frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-frameworks",
"version": "0.11.5",
"version": "0.11.6",
"description": "Experimental addon to the Firebase CLI to add web framework support",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dist"
],
"engines": {
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
"node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.0.0"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -77,4 +77,4 @@
"sharp": "*",
"ts-node": "*"
}
}
}

0 comments on commit beaf34e

Please sign in to comment.