Browse Source

build: 更新项目依赖.

peter 3 tuần trước cách đây
mục cha
commit
e75cecf83d
2 tập tin đã thay đổi với 10 bổ sung9 xóa
  1. 9 8
      package.json
  2. 1 1
      src/pages/indent-manage/login.vue

+ 9 - 8
package.json

@@ -13,10 +13,10 @@
     "@element-plus/icons-vue": "^2.1.0",
     "axios": "~0.27.2",
     "dayjs": "^1.11.13",
-    "element-plus": "2.9.1",
+    "element-plus": "2.9.6",
     "html2canvas": "^1.4.1",
     "js-cookie": "^3.0.5",
-    "jspdf": "^2.5.2",
+    "jspdf": "3.0.0",
     "lodash": "^4.17.21",
     "lodash.clonedeep": "^4.5.0",
     "lodash.debounce": "^4.0.8",
@@ -29,23 +29,24 @@
   },
   "devDependencies": {
     "@nabla/vite-plugin-eslint": "^2.0.5",
+    "@tailwindcss/vite": "^4.0.11",
     "@types/js-cookie": "^3.0.6",
     "@types/lodash.clonedeep": "^4.5.9",
     "@types/lodash.debounce": "^4.0.9",
     "@types/qrcode": "^1.5.5",
     "@typescript-eslint/eslint-plugin": "^7.18.0",
     "@typescript-eslint/parser": "^7.18.0",
-    "@vitejs/plugin-vue": "^5.2.0",
+    "@vitejs/plugin-vue": "^5.2.1",
     "@vue/eslint-config-prettier": "^9.0.0",
     "autoprefixer": "^10.4.20",
     "eslint": "^8.57.1",
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-vue": "^9.32.0",
-    "prettier": "^3.3.3",
-    "sass": "^1.81.0",
+    "prettier": "^3.5.3",
+    "sass": "^1.85.1",
     "tailwindcss": "^3.4.17",
-    "typescript": "^5.6.3",
-    "vite": "^5.4.11",
-    "vue-tsc": "^2.2.0"
+    "typescript": "^5.8.2",
+    "vite": "^6.2.0",
+    "vue-tsc": "^2.2.8"
   }
 }

+ 1 - 1
src/pages/indent-manage/login.vue

@@ -6,7 +6,7 @@
     <div
       class="w-[400px] px-4 py-6 border border-solid border-gray-100 rounded shadow"
     >
-      <div class="text-center text-gray-2 text-xl font-bold mt-2 mb-8">
+      <div class="text-center text-gray-800 text-xl font-bold mt-2 mb-8">
         Indent APP Login
       </div>
       <el-form