Skip to content

Commit

Permalink
Merge pull request #729 from dhis2/fix/resolve-deps
Browse files Browse the repository at this point in the history
fix(dependencies): update @dhis2 deps - downgrade to react@16
  • Loading branch information
Birkbjo authored Feb 7, 2023
2 parents 7e7d90d + aa4107a commit bbebdef
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 518 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@auth0/auth0-react": "^1.6.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^6.20.0",
"@dhis2/ui": "^8.9.0",
"classnames": "^2.3.1",
"copy-text-to-clipboard": "^3.0.1",
"core-js": "^3.16.4",
Expand All @@ -27,8 +27,8 @@
"jwt-decode": "^2.1.0",
"lodash": "^4.17.19",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-markdown": "^8.0.3",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/AppIcon/AppIcon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropTypes } from '@dhis2/prop-types'
import PropTypes from 'prop-types'
import React from 'react'
import styles from './AppIcon.module.css'

Expand Down
Loading

0 comments on commit bbebdef

Please sign in to comment.