Skip to content

Commit

Permalink
Fix TS2717: Subsequent property declarations must have the same type
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed May 22, 2020
1 parent 38e5f40 commit 79ab383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"@types/css-font-loading-module": "^0.0.4",
"@types/lodash": "^4.14.149",
"@types/node": "12.12.35",
"@types/react": "^16.9.35",
"@types/react": "16.9.33",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/react-virtualized-auto-sizer": "^1.0.0",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Expand Up @@ -1113,22 +1113,14 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/react@16.9.33":
version "16.9.33"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.33.tgz#a5274520f0d28cbbb73c8652ddd48646fd4bcae5"
integrity sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@^16.9.35":
version "16.9.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/semver@^7.1.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.2.0.tgz#0d72066965e910531e1db4621c15d0ca36b8d83b"
Expand Down

0 comments on commit 79ab383

Please sign in to comment.