Skip to content

Commit

Permalink
Merge pull request #26 from AwkwardLiSFan/6-add-documentation
Browse files Browse the repository at this point in the history
feat: address dependabot security alerts
  • Loading branch information
AwkwardLiSFan authored Oct 24, 2023
2 parents a0857d3 + e4b1f71 commit 2ee88f7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
44 changes: 38 additions & 6 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
"angular-server-side-configuration": "^16.0.0",
"apollo-angular": "^5.0.2",
"@babel/traverse": ">=7.23.2",
"graphql": "^16",
"luxon": "^3.4.3",
"postcss": ">=8.4.31",
"realm": "^12.2.1",
"realm-web": "^2.0.0",
"rxjs": "~7.8.0",
Expand All @@ -52,6 +54,7 @@
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "~16.2.1",
"@angular/compiler-cli": "^16.2.0",
"@babel/traverse": ">=7.23.2",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@graphql-codegen/cli": "^5.0.0",
Expand All @@ -74,6 +77,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^14.0.1",
"postcss": ">=8.4.31",
"prettier": "3.0.3",
"typescript": "~5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="app-container">
<app-header></app-header>
<div class="table-container">
<!-- <app-applications-table class="applications-table"></app-applications-table> -->
<app-applications-table class="applications-table"></app-applications-table>
</div>
</div>

0 comments on commit 2ee88f7

Please sign in to comment.