Skip to content

Commit 96a7b91

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/unplugin-auto-import-0.18.3
2 parents 763ce96 + cbf40e3 commit 96a7b91

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-files-preview",
3-
"version": "1.0.30",
3+
"version": "1.0.32",
44
"private": false,
55
"description": "A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.",
66
"author": "SmallTeddy",
@@ -45,9 +45,6 @@
4545
"publishConfig": {
4646
"access": "public"
4747
},
48-
"peerDependencies": {
49-
"vue": "3.2.0"
50-
},
5148
"dependencies": {
5249
"@codemirror/lang-html": "6.4.9",
5350
"@codemirror/lang-javascript": "6.2.2",
@@ -68,17 +65,18 @@
6865
"devDependencies": {
6966
"@antfu/eslint-config": "2.26.0",
7067
"@rollup/plugin-typescript": "11.1.6",
71-
"@types/node": "22.5.2",
68+
"@types/node": "22.5.5",
7269
"@vitejs/plugin-vue": "5.1.2",
7370
"eslint": "9.9.1",
7471
"npm-run-all": "4.1.5",
7572
"rimraf": "6.0.1",
7673
"sass": "1.78.0",
7774
"ts-node": "10.9.2",
7875
"tslib": "2.7.0",
79-
"tsx": "4.16.5",
8076
"unplugin-auto-import": "0.18.3",
81-
"vite": "5.4.3",
77+
"tsx": "4.19.1",
78+
"unplugin-auto-import": "0.18.2",
79+
"vite": "5.4.5",
8280
"vite-plugin-dts": "4.2.1",
8381
"vite-tsconfig-paths": "5.0.1"
8482
},

packages/auto-imports.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ declare global {
3636
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
3737
const onUnmounted: typeof import('vue')['onUnmounted']
3838
const onUpdated: typeof import('vue')['onUpdated']
39+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
3940
const provide: typeof import('vue')['provide']
4041
const reactive: typeof import('vue')['reactive']
4142
const readonly: typeof import('vue')['readonly']
@@ -53,7 +54,10 @@ declare global {
5354
const useAttrs: typeof import('vue')['useAttrs']
5455
const useCssModule: typeof import('vue')['useCssModule']
5556
const useCssVars: typeof import('vue')['useCssVars']
57+
const useId: typeof import('vue')['useId']
58+
const useModel: typeof import('vue')['useModel']
5659
const useSlots: typeof import('vue')['useSlots']
60+
const useTemplateRef: typeof import('vue')['useTemplateRef']
5761
const watch: typeof import('vue')['watch']
5862
const watchEffect: typeof import('vue')['watchEffect']
5963
const watchPostEffect: typeof import('vue')['watchPostEffect']

0 commit comments

Comments
 (0)