2025-03-17
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-03-17 23:00:04 +01:00
commit d23d9830e1
22 changed files with 402 additions and 86 deletions

View file

@ -4,15 +4,15 @@
"type": "module",
"private": true,
"dependencies": {
"@effect/platform": "^0.79.1",
"@effect/sql-drizzle": "^0.31.1",
"@thi.ng/color-palettes": "^1.4.37",
"@thi.ng/pixel": "^7.3.20",
"@thi.ng/pixel-dither": "^1.1.160",
"@effect/platform": "^0.79.3",
"@effect/sql-drizzle": "^0.31.3",
"@thi.ng/color-palettes": "^1.4.38",
"@thi.ng/pixel": "^7.4.1",
"@thi.ng/pixel-dither": "^1.1.162",
"@xstate/vue": "^4.0.2",
"a11y-dialog": "^8.1.1",
"drizzle-orm": "^0.40.0",
"effect": "^3.13.10",
"drizzle-orm": "^0.40.1",
"effect": "^3.13.12",
"pinia": "^3.0.1",
"sqlocal": "^0.14.0",
"vue": "^3.5.13",
@ -23,9 +23,9 @@
"@cspell/dict-fr-fr": "^2.2.5",
"@eslint/css": "^0.5.0",
"@types/bun": "^1.2.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/typescript-plugin": "^2.2.8",
"@vue/typescript-plugin": "3.0.0-alpha.2",
"browserslist": "^4.24.4",
"cspell": "^8.17.5",
"drizzle-kit": "^0.30.5",
@ -48,6 +48,6 @@
"tsr": "^1.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vue-tsc": "^2.2.8"
"vue-tsc": "3.0.0-alpha.2"
}
}