Skip to content

Commit

Permalink
fix: fix typings versions mismatch to fix master build
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 22, 2020
1 parent f1a0f98 commit 4c90cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"devDependencies": {
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@uirouter/core": "^5.0.6",
"@uirouter/publish-scripts": "^2.0.6",
"@uirouter/react": "^0.5.2",
Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,10 @@
version "8.0.47"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.47.tgz#968e596f91acd59069054558a00708c445ca30c2"

"@types/react-dom@^15.5.4":
version "15.5.6"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-15.5.6.tgz#7794ff7822882b59b899c30294e1b1e62e97757e"
dependencies:
"@types/react" "^15"

"@types/react@^15":
version "15.6.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.5.tgz#fb23b8d8b7226313b645b6e84fb178976bbfe587"

"@types/react@^16.0.5":
"@types/react@16.0.20", "@types/react@^16.0.5":
version "16.0.20"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.20.tgz#dc16feb9c0bdf50e439482c6fd3c43d5a1d9f3b1"
integrity sha512-D2pWzyDOKHIIyH75foyXake574e+auUOy1aB9aGEfXBCrl5R7p9E/EuB9ENm5eh+oZt/uXgUBg3SGZDvuNxLUg==

"@uirouter/core@5.0.11", "@uirouter/core@^5.0.6":
version "5.0.11"
Expand Down

0 comments on commit 4c90cf2

Please sign in to comment.