Skip to content

Commit

Permalink
updated dependency and fixed strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
ushahidlee committed Aug 15, 2024
1 parent 9cbc9e6 commit 879a4db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ion-item lines="none" class="phone-field ion-no-padding" color="default">
<input
[(ngModel)]="value"
type="phone"
type="tel"
class="phone-field-input"
(ionChange)="handleInputChange()"
(keyup)="handleInputChange()"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"angular-google-tag-manager": "^1.6.1",
"capacitor-native-settings": "^5.0.1",
"dayjs": "^1.11.7",
"intl-tel-input": "^23.8.0",
"intl-tel-input": "^23.8.1",
"ion2-calendar": "^3.5.0",
"ionicons": "^7.1.0",
"leaflet": "^1.9.3",
Expand Down

0 comments on commit 879a4db

Please sign in to comment.