Skip to content

Commit 2a5d345

Browse files
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 <[email protected]>
1 parent bf23d6c commit 2a5d345

File tree

3 files changed

+191
-96
lines changed

3 files changed

+191
-96
lines changed

demo/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["./**/*", "./**/*.vue"],
44
"compilerOptions": {
55
"types": ["vite/client"],
6-
"allowJs": true
6+
"allowJs": true,
7+
"noUncheckedIndexedAccess": false
78
}
89
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"docs": "jiti ./scripts/docs.ts",
2222
"release": "bumpp --execute \"pnpm run docs\" --all"
2323
},
24-
"packageManager": "pnpm@10.14.0",
24+
"packageManager": "pnpm@10.15.0",
2525
"type": "module",
2626
"main": "dist/index.js",
2727
"unpkg": "dist/index.min.js",
@@ -46,7 +46,7 @@
4646
"@vitejs/plugin-vue": "^6.0.1",
4747
"@vue/eslint-config-prettier": "^10.2.0",
4848
"@vue/eslint-config-typescript": "^14.6.0",
49-
"@vue/tsconfig": "^0.7.0",
49+
"@vue/tsconfig": "^0.8.0",
5050
"@vueuse/core": "^13.6.0",
5151
"bumpp": "^10.2.3",
5252
"comment-mark": "^2.0.1",

0 commit comments

Comments
 (0)