docbrown/app/javascript/shared/preact/package.json
Jeferson S. Brito 012e625c7c
Add Preact root fragment implementation replacement for replaceNode (#19673)
* feat: add preat-root-fragment implementation of replaceNode

* refact: replace render third argument with root fragment

* chore: reorder preact root imports

* fix: root createRootFragment implementation

* chore: fix base.jsx import order

* fix: add specs for preact-root-fragment

* fix: test ci audit issues

* fix: add insert/append methods specs for root-fragment
2023-07-25 10:11:41 -04:00

7 lines
159 B
JSON

{
"name": "preact-root-fragment",
"version": "0.2.0",
"main": "./preact-root-fragment.js",
"module": "./preact-root-fragment.js",
"type": "module"
}