From 1094c29e03ee0efc7121babda0532c8138aa801f Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期六, 08 三月 2025 20:20:54 +0800 Subject: [PATCH] 收货单、退货单页面添加 --- internal/eslint-config/package.json | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/internal/eslint-config/package.json b/internal/eslint-config/package.json index 8341b1f..5b9db48 100644 --- a/internal/eslint-config/package.json +++ b/internal/eslint-config/package.json @@ -12,6 +12,7 @@ "directory": "internal/eslint-config" }, "license": "MIT", + "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", @@ -36,14 +37,14 @@ "stub": "pnpm unbuild --stub" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.57.1", - "@typescript-eslint/parser": "^5.57.1", - "eslint": "^8.37.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-simple-import-sort": "^10.0.0", - "eslint-plugin-vue": "^9.10.0", - "vue-eslint-parser": "^9.1.1" + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", + "eslint": "^8.57.1", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-prettier": "^5.2.3", + "eslint-plugin-simple-import-sort": "^12.1.1", + "eslint-plugin-vue": "^9.32.0", + "vue-eslint-parser": "^9.4.3" } } -- Gitblit v1.9.3