Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-app-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}

- uses: FirebaseExtended/action-hosting-deploy@d482eb942f549f059116ec36b191860128553142 # v0
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0
id: deploy
with:
# Note: No token used here as the action otherwise may attempt to post a comment.
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@angular/cli": "catalog:",
"@angular/compiler-cli": "catalog:",
"@bazel/bazelisk": "^1.12.1",
"@types/jasmine": "5.1.8",
"@types/jasmine": "5.1.9",
"@types/node": "^22.14.1",
"@types/shelljs": "0.8.17",
"firebase-tools": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"protractor": "^7.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.0.0",
"rollup-plugin-dts": "6.2.1",
"rollup-plugin-dts": "6.2.3",
"rollup-plugin-sourcemaps2": "0.5.3",
"sass": "^1.80.6",
"selenium-webdriver": "^3.6.0",
Expand Down
19 changes: 12 additions & 7 deletions pnpm-lock.yaml

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

Loading