Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix(deps): move @dhis2/props-types back to dependencies (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored Dec 12, 2019
1 parent db38005 commit 9354cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
"@dhis2/ui-core": "^4",
"@dhis2/prop-types": "^1.5",
"react": "^16.8",
"react-dom": "^16.8"
},
"dependencies": {
"@dhis2/prop-types": "^1.5",
"classnames": "^2.2.6",
"final-form": "^4.18.5",
"react-final-form": "^6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@
i18next "^10.3"
moment "^2.24.0"

"@dhis2/prop-types@^1.4.0":
"@dhis2/prop-types@^1.4.0", "@dhis2/prop-types@^1.5":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-1.5.0.tgz#7e69919f66698be373dd21940a8a770234ded6a1"
integrity sha512-dueFkkAMOIMbXiU7Mhr3Y+DBRyOd/rHA+5/IDiYWN1xttlUTSuGZLQ5AnJ7osBicEhx+qElaGbTdRYQj3SMBtA==
Expand Down

0 comments on commit 9354cbc

Please sign in to comment.