diff options
| author | Fuwn <[email protected]> | 2026-01-23 02:51:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-23 02:51:08 -0800 |
| commit | e5c8e5d295acdcd3a87a391569915b0b2215f0bd (patch) | |
| tree | 0bf714c10e045e8148d283e582804293e099eb0a /package.json | |
| parent | fix(Loading:Grid): Use math.ceil instead of deprecated global ceil function (diff) | |
| download | due.moe-e5c8e5d295acdcd3a87a391569915b0b2215f0bd.tar.xz due.moe-e5c8e5d295acdcd3a87a391569915b0b2215f0bd.zip | |
deps(houdini): Bump version to next
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2419871c..27f1a388 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-svelte": "^2.45.1", - "houdini": "^1.5.10", + "houdini": "^2.0.0-next.11", "houdini-svelte": "^2.1.20", "prettier": "^3.1.0", "prettier-plugin-svelte": "^3.2.6", |