Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit dd91250

Browse files
authored
Pin @types/react* packages (#9651)
* Update package.json * Update yarn.lock
1 parent 70a7961 commit dd91250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
"@types/pako": "^1.0.1",
165165
"@types/parse5": "^6.0.0",
166166
"@types/qrcode": "^1.3.5",
167-
"@types/react": "^17.0.49",
167+
"@types/react": "17.0.49",
168168
"@types/react-beautiful-dnd": "^13.0.0",
169-
"@types/react-dom": "^17.0.17",
169+
"@types/react-dom": "17.0.17",
170170
"@types/react-test-renderer": "^17.0.1",
171171
"@types/react-transition-group": "^4.4.0",
172172
"@types/sanitize-html": "^2.3.1",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,7 @@
25002500
dependencies:
25012501
"@types/react" "*"
25022502

2503-
"@types/react-dom@<18.0.0", "@types/react-dom@^17.0.17":
2503+
"@types/react-dom@17.0.17", "@types/react-dom@<18.0.0":
25042504
version "17.0.17"
25052505
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
25062506
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
@@ -2531,7 +2531,7 @@
25312531
dependencies:
25322532
"@types/react" "*"
25332533

2534-
"@types/react@*", "@types/react@^17", "@types/react@^17.0.49":
2534+
"@types/react@*", "@types/react@17.0.49", "@types/react@^17":
25352535
version "17.0.49"
25362536
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.49.tgz#df87ba4ca8b7942209c3dc655846724539dc1049"
25372537
integrity sha512-CCBPMZaPhcKkYUTqFs/hOWqKjPxhTEmnZWjlHHgIMop67DsXywf9B5Os9Hz8KSacjNOgIdnZVJamwl232uxoPg==

0 commit comments

Comments
 (0)