From 75390a75e79b5600110582f36aff1445f9cdf1ff Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 11 May 2022 21:49:30 +0200 Subject: [PATCH] chore(pkg): update vite --- package/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/package.json b/package/package.json index dcd00be4..61637eb7 100644 --- a/package/package.json +++ b/package/package.json @@ -24,7 +24,7 @@ "scripts": { "prepare": "ts-patch install -s", "build": "vite build", - "types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp", + "types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp && yarn lint:dist", "typedoc": "typedoc --tsconfig tsconfig.docs.json dist/index.d.ts --out typedocs", "theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css", "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../.gitignore .", @@ -56,7 +56,7 @@ "typedoc": "^0.22.13", "typescript-transform-paths": "^3.3.1", "unplugin-auto-import": "^0.6.9", - "vite": "2.5.x", + "vite": "^2.9.9", "vite-plugin-vue-type-imports": "^0.1.3", "vite-svg-loader": "^2.2.0", "vue-tsc": "^0.34.12"