diff --git a/package.json b/package.json index 549cdb1..dbf851d 100644 --- a/package.json +++ b/package.json @@ -16,22 +16,22 @@ "deps": "yarn upgrade-interactive --latest" }, "dependencies": { - "@nutui/nutui": "^3.1.22", - "@varlet/ui": "^1.27.18", - "@vueuse/core": "9.0.2", - "@vueuse/integrations": "9.0.2", + "@nutui/nutui": "^3.2.0", + "@varlet/ui": "^1.27.19", + "@vueuse/core": "9.1.0", + "@vueuse/integrations": "9.1.0", "axios": "0.27.2", "pinia": "^2.0.17", "universal-cookie": "^4.0.4", - "vant": "^3.5.3", + "vant": "^3.5.4", "vue": "^3.2.36", - "vue-i18n": "^9.1.10", + "vue-i18n": "^9.2.2", "vue-router": "^4.1.3" }, "devDependencies": { "@types/node": "^17.0.42", - "@typescript-eslint/eslint-plugin": "^5.31.0", - "@typescript-eslint/parser": "^5.31.0", + "@typescript-eslint/eslint-plugin": "^5.32.0", + "@typescript-eslint/parser": "^5.32.0", "@vitejs/plugin-legacy": "^2.0.0", "@vitejs/plugin-vue": "^3.0.1", "@vitejs/plugin-vue-jsx": "^2.0.0", @@ -41,14 +41,14 @@ "consola": "^2.15.3", "cross-env": "^7.0.3", "eruda": "^2.5.0", - "eslint": "^8.20.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.3.0", "husky": "8.0.1", "lint-staged": "13.0.3", "mockjs": "^1.1.0", - "postcss": "^8.4.14", + "postcss": "^8.4.16", "postcss-html": "1.5.0", "postcss-less": "^6.0.0", "prettier": "^2.7.1", @@ -60,8 +60,8 @@ "stylelint-config-standard": "^26.0.0", "stylelint-order": "^5.0.0", "typescript": "^4.6.3", - "unplugin-auto-import": "^0.10.3", - "unplugin-vue-components": "^0.21.2", + "unplugin-auto-import": "^0.11.1", + "unplugin-vue-components": "^0.22.0", "vite": "^3.0.4", "vite-plugin-compression": "^0.5.1", "vite-plugin-eruda": "^1.0.1", @@ -74,7 +74,7 @@ "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-setup-extend": "^0.4.0", "vue-eslint-parser": "^9.0.3", - "vue-tsc": "^0.39.4" + "vue-tsc": "^0.39.5" }, "husky": { "hooks": { diff --git a/src/styles/index.less b/src/styles/index.less new file mode 100644 index 0000000..5e56d45 --- /dev/null +++ b/src/styles/index.less @@ -0,0 +1,3 @@ +.abc { + width: 10px; +} diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0be4568..b42a2d7 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -41,7 +41,6 @@