chore(pkg): update vite

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent 75a94e7b22
commit 75390a75e7
+2 -2
View File
@@ -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"