chore: update package dependencies and versions

- Upgraded `eslint-config-hyoban` from 4.0.7 to 4.0.8.
- Updated AWS SDK packages `@aws-sdk/client-s3` and `@aws-sdk/s3-request-presigner` from 3.823.0 to 3.824.0.
- Bumped `@tanstack/react-query` from 5.80.2 to 5.80.5.
- Updated `@types/react-dom` from 19.1.5 to 19.1.6.
- Incremented `tsdown` version from 0.12.6 to 0.12.7.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-05 18:43:36 +08:00
parent bd6be8ba6e
commit b51d81bd47
4 changed files with 622 additions and 512 deletions

View File

@@ -27,7 +27,7 @@
"devDependencies": {
"@innei/prettier": "0.15.0",
"eslint": "9.28.0",
"eslint-config-hyoban": "4.0.7",
"eslint-config-hyoban": "4.0.8",
"lint-staged": "16.1.0",
"opentype.js": "1.3.4",
"prettier": "3.5.3",
@@ -53,4 +53,4 @@
"eslint --fix"
]
}
}
}