Skip to content

Commit 1c087bc

Browse files
chore(deps): update dependency @types/react-html-parser to v2.0.6
1 parent 51859ef commit 1c087bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example-app/package.json

+1-1
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.6",
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

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

2711-
"@types/react-html-parser@2.0.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/react-html-parser@2.0.6":
2712+
version "2.0.6"
2713+
resolved "https://registry.yarnpkg.com/@types/react-html-parser/-/react-html-parser-2.0.6.tgz#b57174bb738e3432e3df1b9f485c106ed9fd8b4e"
2714+
integrity sha512-xqo8u7iqr5eOIulM1BFAlpoBgdhVleLcDHySy8/k7Le9wgdRgZY1UdKtEcdlc2jMS8cqEx8+U4Mz/e5Ves66Fg==
27152715
dependencies:
27162716
"@types/htmlparser2" "*"
27172717
"@types/react" "*"

0 commit comments

Comments
 (0)