chore(deps): update all non-major dependencies (#688)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
renovate[bot]
2024-01-21 17:11:15 +08:00
committed by GitHub
parent afc85d08ac
commit fdc88d928b
5 changed files with 192 additions and 226 deletions

View File

@ -14,9 +14,9 @@
"types": ["vitest/globals"],
"skipLibCheck": true,
"paths": {
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"],
},
"noEmit": true
"noEmit": true,
},
"include": ["packages/*/src", "packages/*/test"]
"include": ["packages/*/src", "packages/*/test"],
}