Migrated to TS first component where some dependency was being injected

This commit is contained in:
Alejandro Celaya
2020-08-22 11:20:27 +02:00
parent eefea0c37b
commit 39663ba936
6 changed files with 68 additions and 59 deletions

10
package-lock.json generated
View File

@@ -3410,6 +3410,16 @@
"@types/react-router": "*"
}
},
"@types/reactstrap": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/@types/reactstrap/-/reactstrap-8.5.1.tgz",
"integrity": "sha512-oEedcEGoX8EqDymsjrjzTnmaf3FuDY9qKLZMA9cH1ZkkqBc2V4i2sJ6ssXEod+GHQ5XH2r52uvbMkjEkjEZHDQ==",
"dev": true,
"requires": {
"@types/react": "*",
"popper.js": "^1.14.1"
}
},
"@types/stack-utils": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",