fix: move timezone package from l-s to l-a-s

This commit is contained in:
Sérgio Salgado 2021-05-25 19:57:39 +01:00 committed by Josh Harvey
parent 842ef8e097
commit a5667421ef
4 changed files with 6 additions and 6 deletions

View file

@ -9543,6 +9543,11 @@
}
}
},
"countries-and-timezones": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-2.4.0.tgz",
"integrity": "sha512-h6k9zgw99k8fjon5cO94k8Aslyj0fM+S4hfTyJ6sbSjyOO9lu5/wcOXLrhc1cGUoHCrnx56WYSNEasSKqSGlJw=="
},
"create-ecdh": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",

View file

@ -16,6 +16,7 @@
"axios": "0.19.0",
"bignumber.js": "9.0.0",
"classnames": "2.2.6",
"countries-and-timezones": "^2.4.0",
"d3": "^6.2.0",
"downshift": "3.3.4",
"file-saver": "2.0.2",

5
package-lock.json generated
View file

@ -6120,11 +6120,6 @@
"vary": "^1"
}
},
"countries-and-timezones": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-2.4.0.tgz",
"integrity": "sha512-h6k9zgw99k8fjon5cO94k8Aslyj0fM+S4hfTyJ6sbSjyOO9lu5/wcOXLrhc1cGUoHCrnx56WYSNEasSKqSGlJw=="
},
"crc": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",

View file

@ -25,7 +25,6 @@
"console-log-level": "^1.4.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"countries-and-timezones": "^2.4.0",
"dataloader": "^2.0.0",
"ed25519": "git+https://github.com/lamassu/ed25519#3140c985fee9828ce6707202f9f7d55cb1f0b46d",
"ethereumjs-tx": "^1.3.3",