Comparing version
@@ -1191,3 +1191,6 @@ import { AllowedComponentProps } from 'vue'; | ||
}; | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("end" | "start")[], "end" | "start", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { | ||
end: (...args: any[]) => void; | ||
start: (...args: any[]) => void; | ||
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
size: { | ||
@@ -1194,0 +1197,0 @@ type: PropType<Size>; |
{ | ||
"name": "vue-flux", | ||
"type": "module", | ||
"version": "7.0.0-alpha.4", | ||
"version": "7.0.0-alpha.5", | ||
"description": "Vue image slider", | ||
@@ -42,24 +42,24 @@ "author": "ragnar lotus", | ||
"dependencies": { | ||
"vue": "^3.2.41" | ||
"vue": "^3.3.6" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"@vitejs/plugin-vue": "^4.3.4", | ||
"@vue/compiler-sfc": "^3.2.41", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@vitejs/plugin-vue": "^4.4.0", | ||
"@vue/compiler-sfc": "^3.3.6", | ||
"@vue/test-utils": "^2.4.1", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.49.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jest": "^27.4.0", | ||
"eslint-plugin-jest": "^27.4.3", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"jest": "^29.7.0", | ||
"postcss": "^8.4.30", | ||
"postcss": "^8.4.31", | ||
"prettier": "^3.0.3", | ||
"sass": "^1.68.0", | ||
"sass": "^1.69.4", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
"vite": "^4.5.0", | ||
"vite-plugin-dts": "^3.6.0", | ||
"vue-cosk": "^1.0.0", | ||
"vue-tsc": "^1.8.13" | ||
"vue-tsc": "^1.8.19" | ||
}, | ||
@@ -66,0 +66,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
203217
0.05%5350
0.07%Updated