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"