-
- Downloads
fix: repair some small issues #274
Showing
- nix/config/release.nix 1 addition, 1 deletionnix/config/release.nix
- package.json 2 additions, 2 deletionspackage.json
- pnpm-lock.yaml 722 additions, 352 deletionspnpm-lock.yaml
- source/components/datatable/datasource/rest.mjs 8 additions, 3 deletionssource/components/datatable/datasource/rest.mjs
- source/components/form/form.mjs 4 additions, 2 deletionssource/components/form/form.mjs
- source/constants.mjs 14 additions, 1 deletionsource/constants.mjs
- source/dom/customelement.mjs 7 additions, 3 deletionssource/dom/customelement.mjs
- source/dom/updater.mjs 5 additions, 1 deletionsource/dom/updater.mjs
- source/monster.mjs 1 addition, 1 deletionsource/monster.mjs
- source/types/is.mjs 13 additions, 0 deletionssource/types/is.mjs
- source/types/proxyobserver.mjs 7 additions, 2 deletionssource/types/proxyobserver.mjs
- source/util/clone.mjs 9 additions, 14 deletionssource/util/clone.mjs
- test/cases/data/pathfinder.mjs 18 additions, 0 deletionstest/cases/data/pathfinder.mjs
... | ... | @@ -59,7 +59,7 @@ |
"cssnano": "^7.0.6", | ||
"dom-storage": "^2.1.0", | ||
"element-internals-polyfill": "^1.3.12", | ||
"esbuild": "^0.24.0", | ||
"esbuild": "^0.24.2", | ||
"espree": "^10.3.0", | ||
"estraverse": "^5.3.0", | ||
"flow-bin": "^0.247.1", | ||
... | ... | @@ -82,7 +82,7 @@ |
"postcss-responsive-type": "^1.0.0", | ||
"postcss-rtlcss": "^5.6.0", | ||
"postcss-strip-units": "^2.0.1", | ||
"puppeteer": "^23.10.4", | ||
"puppeteer": "^23.11.1", | ||
"sinon": "^19.0.2", | ||
"turbowatch": "^2.29.4", | ||
"url": "^0.11.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment