Skip to content

Commit 7bd5045

Browse files
committed
fix: bold style not applied to <b> tags
fix #539
1 parent 53f6f55 commit 7bd5045

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@jsamr/counter-style": "^2.0.1",
9393
"@jsamr/react-native-li": "^2.3.0",
94-
"@native-html/transient-render-engine": "11.2.1",
94+
"@native-html/transient-render-engine": "11.2.2",
9595
"@types/ramda": "^0.27.40",
9696
"@types/urijs": "^1.19.15",
9797
"prop-types": "^15.5.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4157,9 +4157,9 @@ __metadata:
41574157
languageName: node
41584158
linkType: hard
41594159

4160-
"@native-html/transient-render-engine@npm:11.2.1":
4161-
version: 11.2.1
4162-
resolution: "@native-html/transient-render-engine@npm:11.2.1"
4160+
"@native-html/transient-render-engine@npm:11.2.2":
4161+
version: 11.2.2
4162+
resolution: "@native-html/transient-render-engine@npm:11.2.2"
41634163
dependencies:
41644164
"@native-html/css-processor": 1.11.0
41654165
"@types/ramda": ^0.27.44
@@ -4172,7 +4172,7 @@ __metadata:
41724172
peerDependencies:
41734173
"@types/react-native": "*"
41744174
react-native: ^*
4175-
checksum: cb36d059e86a1bbf2848a0912134959487efc548b8ed35167a6e605c9abad8321f06bd4f09e2656e727e1704b666539d115fcb5849b7a2192342d6b88a563ea7
4175+
checksum: 3c9181dd4f8b25f0d7bd2f781cb7bd554910c914b440b092960c86cde826672bd0f77da9a1c2d80c9def290a4a3e74570cce12d0580eec10395116dcc2c13406
41764176
languageName: node
41774177
linkType: hard
41784178

@@ -19531,7 +19531,7 @@ fsevents@^1.2.7:
1953119531
"@jsamr/counter-style": ^2.0.1
1953219532
"@jsamr/react-native-li": ^2.3.0
1953319533
"@microsoft/api-extractor": ^7.14.0
19534-
"@native-html/transient-render-engine": 11.2.1
19534+
"@native-html/transient-render-engine": 11.2.2
1953519535
"@release-it/conventional-changelog": ^2.0.1
1953619536
"@testing-library/jest-native": ^4.0.2
1953719537
"@testing-library/react-hooks": ^7.0.0

0 commit comments

Comments
 (0)