Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oz committed May 23, 2024
1 parent a7d68c0 commit 8b0bd88
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 26 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"private": false,
"dependencies": {
"@angular/common": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/material": "^18.0.0",
Expand All @@ -45,6 +46,7 @@
"jest-preset-angular": "^14.1.0",
"ng-packagr": "^18.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
"typescript": "~5.4.5",
"zone.js": "~0.14.6"
}
}

0 comments on commit 8b0bd88

Please sign in to comment.