js updates, solid 1.9 makes things break

This commit is contained in:
Robin Appelman 2024-11-30 01:21:24 +01:00
commit 773fbe7c72
2 changed files with 71 additions and 127 deletions

View file

@ -1,16 +1,11 @@
{
"dependencies": {
"@demostf/edit": "0.2.0",
"@demostf/tf-demos-viewer": "^0.1.0",
"@demostf/tf-demos-viewer": "^0.1.2",
"@solid-primitives/resize-observer": "^2.0.15",
"@thisbeyond/solid-select": "^0.13.0",
"@types/throttle-debounce": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.3",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.0.35"
"@types/throttle-debounce": "^5.0.2",
"solid-js": "1.8.23",
"throttle-debounce": "^5.0.2"
}
}