chore(deps): update minors after 7 days (#876)

* chore(deps): update minors after 7 days

* chore: revert breaking option for now

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justineo <justice360@gmail.com>
This commit is contained in:
renovate[bot]
2025-09-08 18:18:20 +08:00
committed by GitHub
parent bf23d6c7e9
commit 2a5d34583e
3 changed files with 191 additions and 96 deletions

View File

@ -3,6 +3,7 @@
"include": ["./**/*", "./**/*.vue"],
"compilerOptions": {
"types": ["vite/client"],
"allowJs": true
"allowJs": true,
"noUncheckedIndexedAccess": false
}
}