create-fastkit-app
Advanced tools
Comparing version 0.7.52 to 0.7.54
{ | ||
"name": "create-fastkit-app", | ||
"version": "0.7.52", | ||
"version": "0.7.54", | ||
"description": "create-fastkit-app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ { | ||
"@vitejs/plugin-vue": "^1.10.2", | ||
"@vitejs/plugin-vue-jsx": "^1.3.8", | ||
"@vitejs/plugin-vue-jsx": "^1.3.9", | ||
"@vue/compiler-sfc": "^3.2.31", | ||
@@ -23,3 +23,3 @@ "@vue/server-renderer": "^3.2.31", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.7", | ||
"postcss": "^8.4.12", | ||
"prettier": "^2.5.1", | ||
@@ -33,6 +33,6 @@ "sass": "^1.49.9", | ||
"stylelint-scss": "^4.1.0", | ||
"typescript": "^4.6.2", | ||
"vite": "^2.8.6", | ||
"typescript": "^4.6.3", | ||
"vite": "^2.9.1", | ||
"vue": "^3.2.31", | ||
"vue-router": "^4.0.13" | ||
"vue-router": "^4.0.14" | ||
} |
188942