Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jan 13, 2021
1 parent 3d8e01e commit 7499696
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@
},
"dependencies": {
"@dhis2/app-runtime": "^1.2.0",
"@dhis2/ui-core": "^3.6.0",
"@dhis2/ui-widgets": "^1.0.6",
"lodash.merge": "^4.6.1",
"moment": "^2.24.0",
"normalizr": "^3.4.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"url-join": "^4.0.1"
},
"devDependencies": {
"@dhis2/cli-style": "^3.3.4",
Expand All @@ -39,13 +42,11 @@
"husky": "^2.5.0",
"isomorphic-fetch": "^2.2.1",
"nock": "^10.0.6",
"normalizr": "^3.4.0",
"redux-mock-store": "^1.5.3",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"url-join": "^4.0.1"
"stylelint-no-unsupported-browser-features": "^3.0.2"
},
"husky": {
"hooks": {
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,14 @@
"@dhis2/prop-types" "^1.5"
classnames "^2.2.6"

"@dhis2/ui-core@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@dhis2/ui-core/-/ui-core-3.6.0.tgz#5b315e54c4af87cee6d5b58fd6a565d4294e4252"
integrity sha512-Ro34VwDxHte8EprMmYS+N+C0ZYk1pou3+fait1cCnZxTTju1aFLCv+2BOqJfSZ3nr+anuqgIdgA3rO5/nbUEZA==
dependencies:
classnames "^2.2.6"
styled-jsx "^3.2.1"

"@dhis2/ui-widgets@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@dhis2/ui-widgets/-/ui-widgets-1.0.6.tgz#6e1f3f974bea528b3e608221d40053d3270d7728"
Expand Down

0 comments on commit 7499696

Please sign in to comment.