Skip to content

Commit

Permalink
fix(types): include dep type defs in dependencies"
Browse files Browse the repository at this point in the history
fixes #5271 I think?
  • Loading branch information
jquense committed Jul 7, 2020
1 parent 7b4c639 commit 8e30fb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.21",
"@types/react": "^16.9.35",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react-transition-group": "^4.2.4",
"@types/warning": "^3.0.0",
"classnames": "^2.2.6",
"dom-helpers": "^5.1.2",
"invariant": "^2.2.4",
Expand All @@ -85,11 +90,6 @@
"@babel/register": "^7.10.4",
"@react-bootstrap/babel-preset": "^1.2.0",
"@react-bootstrap/eslint-config": "^1.3.2",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react-transition-group": "^4.2.4",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
dependencies:
"@babel/types" "^7.10.4"

"@babel/helper-validator-identifier@^7.10.4":
"@babel/helper-validator-identifier@^7.10.3", "@babel/helper-validator-identifier@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
Expand Down

0 comments on commit 8e30fb8

Please sign in to comment.