Skip to content

Commit 46cdd79

Browse files
authored
fix: pin react version in resolution (#1573)
1 parent c18a73d commit 46cdd79

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
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
},
@@ -82,6 +82,6 @@
8282
"wait-on": "^6.0.0"
8383
},
8484
"resolutions": {
85-
"react": "^16.13"
85+
"react": "16.13.1"
8686
}
8787
}

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19863,7 +19863,15 @@ [email protected]:
1986319863
prop-types "^15.6.2"
1986419864
scheduler "^0.19.1"
1986519865

19866-
react-dom@^16.13, react-dom@^16.8.6:
19866+
"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
19867+
version "18.3.1"
19868+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
19869+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
19870+
dependencies:
19871+
loose-envify "^1.1.0"
19872+
scheduler "^0.23.2"
19873+
19874+
react-dom@^16.8.6:
1986719875
version "16.14.0"
1986819876
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
1986919877
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
@@ -19873,14 +19881,6 @@ react-dom@^16.13, react-dom@^16.8.6:
1987319881
prop-types "^15.6.2"
1987419882
scheduler "^0.19.1"
1987519883

19876-
"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
19877-
version "18.3.1"
19878-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
19879-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
19880-
dependencies:
19881-
loose-envify "^1.1.0"
19882-
scheduler "^0.23.2"
19883-
1988419884
react-element-to-jsx-string@^14.3.1:
1988519885
version "14.3.4"
1988619886
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
@@ -20202,10 +20202,10 @@ react-tooltip@^3.10.0:
2020220202
dependencies:
2020320203
prop-types "^15.6.0"
2020420204

20205-
[email protected], react@^16.13, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
20206-
version "16.14.0"
20207-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
20208-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
20205+
[email protected], [email protected].1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
20206+
version "16.13.1"
20207+
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
20208+
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
2020920209
dependencies:
2021020210
loose-envify "^1.1.0"
2021120211
object-assign "^4.1.1"

0 commit comments

Comments
 (0)