Migrated first visits helper components to TS

This commit is contained in:
Alejandro Celaya
2020-09-02 20:13:31 +02:00
parent d0d664ef79
commit f9c57ca659
10 changed files with 106 additions and 130 deletions

10
package-lock.json generated
View File

@@ -3432,6 +3432,16 @@
"@types/react": "*"
}
},
"@types/react-leaflet": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@types/react-leaflet/-/react-leaflet-2.5.2.tgz",
"integrity": "sha512-XBNFsBm4wQiz6BpzUMJAMXru+h2ESyW/mAdPoSzEirtF/g0NOwbUvPYnZtpbiW70AEXT40ZONtsu3lxwr/yliA==",
"dev": true,
"requires": {
"@types/leaflet": "*",
"@types/react": "*"
}
},
"@types/react-redux": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.9.tgz",