got to a stable point again. next up is comming up with a decent API for modifications

This commit is contained in:
Chris Kruining 2025-02-25 16:21:21 +11:00
parent 4fb7405466
commit fc22ce6027
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
19 changed files with 498 additions and 375 deletions

View file

@ -7,6 +7,7 @@
},
"dependencies": {
"@solid-primitives/clipboard": "^1.6.0",
"@solid-primitives/context": "^0.3.0",
"@solid-primitives/destructure": "^0.2.0",
"@solid-primitives/event-listener": "^2.4.0",
"@solid-primitives/i18n": "^2.2.0",
@ -29,7 +30,7 @@
"remark-stringify": "^11.0.0",
"sitemap": "^8.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.4",
"solid-js": "^1.9.5",
"ts-pattern": "^5.6.2",
"unified": "^11.0.5",
"unist-util-find": "^3.0.0",
@ -37,21 +38,23 @@
"vinxi": "^0.5.3"
},
"devDependencies": {
"@happy-dom/global-registrator": "^17.1.1",
"@happy-dom/global-registrator": "^17.1.8",
"@sinonjs/fake-timers": "^14.0.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitest/coverage-istanbul": "3.0.6",
"@vitest/coverage-v8": "3.0.6",
"bun-types": "^1.2.2",
"@vitest/browser": "^3.0.7",
"@vitest/coverage-istanbul": "3.0.7",
"@vitest/coverage-v8": "3.0.7",
"bun-types": "^1.2.3",
"jsdom": "^26.0.0",
"playwright": "^1.50.1",
"solid-devtools": "^0.33.0",
"vite-plugin-solid": "^2.11.2",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^3.0.6",
"vitest": "^3.0.7",
"workbox-window": "^7.3.0"
},
"scripts": {
@ -59,7 +62,7 @@
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"test": "vitest --coverage",
"test": "vitest --coverage --browser=chromium",
"test:ci": "vitest run"
}
}