mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update libphonenumber-js to v1.10.51 to fix china 19 started phone numbers (#4998)
* chore(deps): update libphonenumber-js action to v1.10.51 to fix china 19 start phone number * chore: add changeset --------- Co-authored-by: renjianhua <renjianhua@zuoshouyisheng.com> Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
This commit is contained in:
parent
152d2815c7
commit
9421375d78
4 changed files with 14 additions and 8 deletions
6
.changeset/nine-insects-fix.md
Normal file
6
.changeset/nine-insects-fix.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@logto/experience": patch
|
||||
"@logto/console": patch
|
||||
---
|
||||
|
||||
Bump libphonenumber-js to v1.10.51 to support China 19 started phone numbers. Thanks to @agileago
|
|
@ -82,7 +82,7 @@
|
|||
"jest-transformer-svg": "^2.0.0",
|
||||
"just-kebab-case": "^4.2.0",
|
||||
"ky": "^1.0.0",
|
||||
"libphonenumber-js": "^1.9.49",
|
||||
"libphonenumber-js": "^1.10.51",
|
||||
"lint-staged": "^15.0.0",
|
||||
"nanoid": "^5.0.1",
|
||||
"overlayscrollbars": "^2.0.2",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"jest-transformer-svg": "^2.0.0",
|
||||
"js-base64": "^3.7.5",
|
||||
"ky": "^1.0.0",
|
||||
"libphonenumber-js": "^1.9.49",
|
||||
"libphonenumber-js": "^1.10.51",
|
||||
"lint-staged": "^15.0.0",
|
||||
"parcel": "2.9.3",
|
||||
"parcel-resolver-ignore": "^2.1.3",
|
||||
|
|
|
@ -3008,8 +3008,8 @@ importers:
|
|||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
libphonenumber-js:
|
||||
specifier: ^1.9.49
|
||||
version: 1.9.49
|
||||
specifier: ^1.10.51
|
||||
version: 1.10.51
|
||||
lint-staged:
|
||||
specifier: ^15.0.0
|
||||
version: 15.0.2
|
||||
|
@ -3651,8 +3651,8 @@ importers:
|
|||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
libphonenumber-js:
|
||||
specifier: ^1.9.49
|
||||
version: 1.9.49
|
||||
specifier: ^1.10.51
|
||||
version: 1.10.51
|
||||
lint-staged:
|
||||
specifier: ^15.0.0
|
||||
version: 15.0.2
|
||||
|
@ -15627,8 +15627,8 @@ packages:
|
|||
type-check: 0.4.0
|
||||
dev: true
|
||||
|
||||
/libphonenumber-js@1.9.49:
|
||||
resolution: {integrity: sha512-/wEOIONcVboFky+lWlCaF7glm1FhBz11M5PHeCApA+xDdVfmhKjHktHS8KjyGxouV5CSXIr4f3GvLSpJa4qMSg==}
|
||||
/libphonenumber-js@1.10.51:
|
||||
resolution: {integrity: sha512-vY2I+rQwrDQzoPds0JeTEpeWzbUJgqoV0O4v31PauHBb/e+1KCXKylHcDnBMgJZ9fH9mErsEbROJY3Z3JtqEmg==}
|
||||
dev: true
|
||||
|
||||
/lightningcss-darwin-arm64@1.16.1:
|
||||
|
|
Loading…
Reference in a new issue