Precise DOM morphing
morphing typescript dom

Update dependencies

-10
bun.lockb

This is a binary file and will not be displayed.

-10
package.json
··· 25 25 "test:all": "vitest run && vitest run -c vitest.config.browser.ts" 26 26 }, 27 27 "devDependencies": { 28 - "@alpinejs/morph": "^3.15.1", 29 - "@playwright/test": "^1.56.1", 30 28 "@types/bun": "^1.3.1", 31 29 "@vitest/browser": "^4.0.5", 32 30 "@vitest/browser-playwright": "^4.0.5", 33 31 "@vitest/coverage-v8": "^4.0.5", 34 32 "@vitest/ui": "^4.0.5", 35 - "gzip-size-cli": "^5.1.0", 36 - "happy-dom": "^20.0.10", 37 - "idiomorph": "^0.7.4", 38 - "morphdom": "^2.7.7", 39 - "nanomorph": "^5.4.3", 40 - "playwright": "^1.56.1", 41 33 "prettier": "^3.2.5", 42 - "terser": "^5.28.1", 43 34 "typescript": "^5.4.2", 44 35 "typescript-eslint": "^7.0.2", 45 - "udomdiff": "^1.1.2", 46 36 "vitest": "^4.0.5" 47 37 } 48 38 }