Skip to content

Commit 5009741

Browse files
chore(deps): update dependency @types/react-html-parser to v2.0.3
1 parent da3adec commit 5009741

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "17.0.35",
3939
"@types/react": "17.0.45",
4040
"@types/react-dom": "17.0.17",
41-
"@types/react-html-parser": "2.0.2",
41+
"@types/react-html-parser": "2.0.3",
4242
"@types/react-redux": "7.1.24",
4343
"@types/redux-mock-store": "1.0.3",
4444
"@typescript-eslint/parser": "5.41.0",

example-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,10 +2708,10 @@
27082708
dependencies:
27092709
"@types/react" "^17"
27102710

2711-
"@types/[email protected].2":
2712-
version "2.0.2"
2713-
resolved "https://registry.yarnpkg.com/@types/react-html-parser/-/react-html-parser-2.0.2.tgz#9b7e1b99657967e614aebf3f87d78a3fd0a1602c"
2714-
integrity sha512-avS2QzBMCUTGO2+gi3rWG6WreuU8zhf4b5CbS11itYlvLbwt5wmxBqQN4/f2z/JR/6Kvdt8ohAxhztb8XQHdPQ==
2711+
"@types/[email protected].3":
2712+
version "2.0.3"
2713+
resolved "https://registry.yarnpkg.com/@types/react-html-parser/-/react-html-parser-2.0.3.tgz#48265108be1b113e7ed88d247049030427e3af9b"
2714+
integrity sha512-pDinuMjC+u4BDTit6VW7Rwot1ToIrzlRK/Eymssndfuamno6ydf7UdyzXz+VjNdf2xtSUSuW1bYHk7S/SecikA==
27152715
dependencies:
27162716
"@types/htmlparser2" "*"
27172717
"@types/react" "*"

0 commit comments

Comments
 (0)