Skip to content

Commit

Permalink
fix(components/phone-field): validate new area codes as valid (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch committed Oct 6, 2022
1 parent 21ee409 commit 73913d7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libs/components/lookup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@skyux/theme": "0.0.0-PLACEHOLDER"
},
"dependencies": {
"intl-tel-input": "17.0.16",
"intl-tel-input": "17.0.19",
"tslib": "^2.3.1"
}
}
4 changes: 2 additions & 2 deletions libs/components/phone-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@skyux/theme": "0.0.0-PLACEHOLDER"
},
"dependencies": {
"google-libphonenumber": "3.2.27",
"intl-tel-input": "17.0.16",
"google-libphonenumber": "3.2.31",
"intl-tel-input": "17.0.19",
"tslib": "^2.3.1"
}
}
12 changes: 6 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: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"dompurify": "2.3.6",
"dragula": "3.7.3",
"fontfaceobserver": "2.1.0",
"google-libphonenumber": "3.2.27",
"intl-tel-input": "17.0.16",
"google-libphonenumber": "3.2.31",
"intl-tel-input": "17.0.19",
"jsonc-parser": "3.0.0",
"jwt-decode": "3.1.2",
"moment": "2.29.4",
Expand Down

0 comments on commit 73913d7

Please sign in to comment.