Support the latest phone number formats via libphonenumber (#1899)
* Update to the latest google-libphonenumber * Update package.json to the format uses when updating it
This commit is contained in:
parent
f0aaa7a1c5
commit
5caee59921
2 changed files with 12 additions and 3 deletions
11
package.json
11
package.json
|
@ -117,7 +117,16 @@
|
||||||
"icon": "build/icons/png"
|
"icon": "build/icons/png"
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "libasound2", "libxss1"]
|
"depends": [
|
||||||
|
"gconf2",
|
||||||
|
"gconf-service",
|
||||||
|
"libnotify4",
|
||||||
|
"libappindicator1",
|
||||||
|
"libxtst6",
|
||||||
|
"libnss3",
|
||||||
|
"libasound2",
|
||||||
|
"libxss1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"package.json",
|
"package.json",
|
||||||
|
|
|
@ -1674,8 +1674,8 @@ globule@^1.0.0:
|
||||||
minimatch "~3.0.2"
|
minimatch "~3.0.2"
|
||||||
|
|
||||||
google-libphonenumber@^3.0.7:
|
google-libphonenumber@^3.0.7:
|
||||||
version "3.0.7"
|
version "3.0.9"
|
||||||
resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.7.tgz#a90918816536545a2264bf5d494cb3118f195dcc"
|
resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.9.tgz#1454c352125cc2c3ed5d839c3adc4f8ba80dd640"
|
||||||
|
|
||||||
got@^6.7.1:
|
got@^6.7.1:
|
||||||
version "6.7.1"
|
version "6.7.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue