Skip to content

Commit

Permalink
feat: fix package.json (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
WincentyKorobaczHoA committed Jan 9, 2024
1 parent 1987d25 commit 2517178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/validation-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@house-of-angular/validation-messages",
"version": "17.0.0",
"version": "17.0.1",
"peerDependencies": {
"@angular/common": "^16.0.1",
"@angular/core": "^16.0.1"
"@angular/common": "^17.0.8",
"@angular/core": "^17.0.8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 2517178

Please sign in to comment.