Skip to content

Commit 9b3a007

Browse files
committed
feat: allow HTMLElementModel.extend to take a merge function
1 parent cd7c95c commit 9b3a007

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.0.0",
94+
"@native-html/transient-render-engine": "11.1.0",
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
@@ -4380,9 +4380,9 @@ __metadata:
43804380
languageName: node
43814381
linkType: hard
43824382

4383-
"@native-html/transient-render-engine@npm:11.0.0":
4384-
version: 11.0.0
4385-
resolution: "@native-html/transient-render-engine@npm:11.0.0"
4383+
"@native-html/transient-render-engine@npm:11.1.0":
4384+
version: 11.1.0
4385+
resolution: "@native-html/transient-render-engine@npm:11.1.0"
43864386
dependencies:
43874387
"@native-html/css-processor": 1.11.0
43884388
"@types/ramda": ^0.27.44
@@ -4395,7 +4395,7 @@ __metadata:
43954395
peerDependencies:
43964396
"@types/react-native": "*"
43974397
react-native: ^*
4398-
checksum: c6d9e3e40b600947c011a6da22d86b12d77b505145935d575975027922608afcd50859d94ac41c4e5498330509bd0397e5861bb15afc82680032dac848dfda2b
4398+
checksum: 1d9eae23a6c2d82949233b7d1a2128bd1d51c20ac8e789302db6bf191b8ec3c28c0bad1bd55072d01600f19c46034b2cdaf6f48a45757fd96cb249dab601a2a6
43994399
languageName: node
44004400
linkType: hard
44014401

@@ -20045,7 +20045,7 @@ fsevents@^1.2.7:
2004520045
"@jsamr/counter-style": ^2.0.1
2004620046
"@jsamr/react-native-li": ^2.3.0
2004720047
"@microsoft/api-extractor": ^7.14.0
20048-
"@native-html/transient-render-engine": 11.0.0
20048+
"@native-html/transient-render-engine": 11.1.0
2004920049
"@release-it/conventional-changelog": ^2.0.1
2005020050
"@testing-library/jest-native": ^4.0.2
2005120051
"@testing-library/react-hooks": ^7.0.0

0 commit comments

Comments
 (0)