refactor(ui): start using signals
smaller DOM updates & easier data update paths. fix sl-select problems with force update on signal sub Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
"homepage": "https://github.com/ryex/ic10emu#readme",
|
||||
"devDependencies": {
|
||||
"@oneidentity/zstd-js": "^1.0.3",
|
||||
"@rsbuild/core": "^0.6.4",
|
||||
"@rsbuild/plugin-image-compress": "^0.6.4",
|
||||
"@rsbuild/plugin-type-check": "^0.6.4",
|
||||
"@rspack/cli": "^0.6.2",
|
||||
"@rspack/core": "^0.6.2",
|
||||
"@swc/helpers": "^0.5.10",
|
||||
"@rsbuild/core": "^0.7.10",
|
||||
"@rsbuild/plugin-image-compress": "^0.7.10",
|
||||
"@rsbuild/plugin-type-check": "^0.7.10",
|
||||
"@rspack/cli": "^0.7.5",
|
||||
"@rspack/core": "^0.7.5",
|
||||
"@swc/helpers": "^0.5.12",
|
||||
"@types/ace": "^0.0.52",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
@@ -38,34 +38,35 @@
|
||||
"lit-scss-loader": "^2.0.1",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"sass": "^1.75.0",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"sass": "^1.77.8",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"ts-lit-plugin": "^2.0.2",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-lit-html-plugin": "^0.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@leeoniya/ufuzzy": "^1.0.14",
|
||||
"@lit/context": "^1.1.1",
|
||||
"@lit-labs/preact-signals": "^1.0.2",
|
||||
"@lit/context": "^1.1.2",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@shoelace-style/shoelace": "^2.15.0",
|
||||
"ace-builds": "^1.33.0",
|
||||
"ace-linters": "^1.2.0",
|
||||
"@shoelace-style/shoelace": "^2.16.0",
|
||||
"ace-builds": "^1.35.4",
|
||||
"ace-linters": "^1.2.3",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bson": "^6.6.0",
|
||||
"bson": "^6.8.0",
|
||||
"buffer": "^6.0.3",
|
||||
"comlink": "^4.4.1",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"ic10emu_wasm": "file:../ic10emu_wasm/pkg",
|
||||
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg",
|
||||
"ic10emu_wasm": "file:..\\ic10emu_wasm\\pkg",
|
||||
"ic10lsp_wasm": "file:..\\ic10lsp_wasm\\pkg",
|
||||
"idb": "^8.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"lit": "^3.1.3",
|
||||
"lit": "^3.2.0",
|
||||
"lzma-web": "^3.0.1",
|
||||
"marked": "^12.0.2",
|
||||
"marked": "^14.0.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"uuid": "^9.0.1",
|
||||
"uuid": "^10.0.0",
|
||||
"vm-browserify": "^1.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user