Rebuild components.ts
This commit is contained in:
parent
2a73ec35e7
commit
f91a0ce492
16
package-lock.json
generated
16
package-lock.json
generated
@ -26,7 +26,7 @@
|
||||
"object-path": "^0.11.8",
|
||||
"sealious": "^0.17.48",
|
||||
"stimulus": "^2.0.0",
|
||||
"tempstream": "^0.3.2",
|
||||
"tempstream": "^0.3.3",
|
||||
"vitest": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -3556,6 +3556,11 @@
|
||||
"node": ">=6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/classnames": {
|
||||
"version": "2.5.1",
|
||||
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
|
||||
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
|
||||
},
|
||||
"node_modules/clean-css": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz",
|
||||
@ -10133,9 +10138,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/tempstream": {
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/tempstream/-/tempstream-0.3.2.tgz",
|
||||
"integrity": "sha512-ltfyywWGyhwhc+SdM76SK5lz/eV70rw6THPOhD5Hm/IBCWxJP241HPK2huS3tFm/8uw3AhTlkg5SMY2/9ll05Q=="
|
||||
"version": "0.3.3",
|
||||
"resolved": "https://registry.npmjs.org/tempstream/-/tempstream-0.3.3.tgz",
|
||||
"integrity": "sha512-kC2lAF5CEIzBiO2LB1XHC+hFzaitR+tgtXzvaojTfiqpEjMrgke5eQc5jq52MeXVKxRq4EWqvKxWJ9nMGVU6FA==",
|
||||
"dependencies": {
|
||||
"classnames": "^2.5.1"
|
||||
}
|
||||
},
|
||||
"node_modules/terser": {
|
||||
"version": "5.26.0",
|
||||
|
@ -47,7 +47,7 @@
|
||||
"object-path": "^0.11.8",
|
||||
"sealious": "^0.17.48",
|
||||
"stimulus": "^2.0.0",
|
||||
"tempstream": "^0.3.2",
|
||||
"tempstream": "^0.3.3",
|
||||
"vitest": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -5,6 +5,3 @@ export const registry = new Registry();
|
||||
|
||||
import { NiceBox } from "./nice-box/nice-box.jdd.js";
|
||||
registry.add("nice-box", NiceBox);
|
||||
|
||||
import { MyAwesomeComponent } from "./my-awesome-component/my-awesome-component.jdd.js";
|
||||
registry.add("my-awesome-component", MyAwesomeComponent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user