Skip to content

Commit

Permalink
fix: resolve react version (#1567)
Browse files Browse the repository at this point in the history
* fix: resolve react version

* fix: update yarn.lock again

to test the build passes on CI

---------

Co-authored-by: Flaminia Cavallo <[email protected]>
Co-authored-by: Mozafar Haider <[email protected]>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 330d11b commit c18a73d
Show file tree
Hide file tree
Showing 2 changed files with 923 additions and 1,815 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@dhis2/d2-i18n": "^1.1.0",
"react": "16.13",
"react-dom": "16.13",
"react": "^16.13",
"react-dom": "^16.13",
"react-scripts": "^5.0.1",
"styled-jsx": "^4.0.1"
},
Expand All @@ -72,13 +72,16 @@
"concurrently": "^6.2.1",
"cypress": "^13.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-adapter-react-16": "^1.15.8",
"execa": "^5.1.1",
"fast-glob": "^3.2.7",
"find-up": "^5.0.0",
"react-dev-utils": "^10.2.1",
"react-docgen": "^5.4.0",
"rimraf": "^3.0.2",
"wait-on": "^6.0.0"
},
"resolutions": {
"react": "^16.13"
}
}
Loading

0 comments on commit c18a73d

Please sign in to comment.