Skip to content

Commit c18a73d

Browse files
flaminicFlaminia Cavallokabaros
authored
fix: resolve react version (#1567)
* fix: resolve react version * fix: update yarn.lock again to test the build passes on CI --------- Co-authored-by: Flaminia Cavallo <flaminiacavallo@Flaminias-MacBook-Pro.local> Co-authored-by: Mozafar Haider <mozafar@dhis2.org>
1 parent 330d11b commit c18a73d

File tree

2 files changed

+923
-1815
lines changed

2 files changed

+923
-1815
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"dependencies": {
4646
"@dhis2/d2-i18n": "^1.1.0",
47-
"react": "16.13",
48-
"react-dom": "16.13",
47+
"react": "^16.13",
48+
"react-dom": "^16.13",
4949
"react-scripts": "^5.0.1",
5050
"styled-jsx": "^4.0.1"
5151
},
@@ -72,13 +72,16 @@
7272
"concurrently": "^6.2.1",
7373
"cypress": "^13.8.0",
7474
"enzyme": "^3.11.0",
75-
"enzyme-adapter-react-16": "^1.15.6",
75+
"enzyme-adapter-react-16": "^1.15.8",
7676
"execa": "^5.1.1",
7777
"fast-glob": "^3.2.7",
7878
"find-up": "^5.0.0",
7979
"react-dev-utils": "^10.2.1",
8080
"react-docgen": "^5.4.0",
8181
"rimraf": "^3.0.2",
8282
"wait-on": "^6.0.0"
83+
},
84+
"resolutions": {
85+
"react": "^16.13"
8386
}
8487
}

0 commit comments

Comments
 (0)