chore(release): bump version to 3.8.8
This commit is contained in:
3558
openhis-ui-vue3/package-lock.json
generated
3558
openhis-ui-vue3/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openhis",
|
"name": "openhis",
|
||||||
"version": "3.8.7",
|
"version": "3.8.8",
|
||||||
"description": "OpenHIS管理系统",
|
"description": "OpenHIS管理系统",
|
||||||
"author": "OpenHIS",
|
"author": "OpenHIS",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -12,7 +12,11 @@
|
|||||||
"build:test": "vite build --mode test",
|
"build:test": "vite build --mode test",
|
||||||
"build:dev": "vite build --mode dev",
|
"build:dev": "vite build --mode dev",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"build:spug": "vite build --mode spug"
|
"build:spug": "vite build --mode spug",
|
||||||
|
"test": "vitest",
|
||||||
|
"test:run": "vitest run",
|
||||||
|
"test:coverage": "vitest run --coverage",
|
||||||
|
"test:ui": "vitest --ui"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -58,9 +62,14 @@
|
|||||||
"vue-router": "^4.3.0"
|
"vue-router": "^4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@playwright/test": "^1.58.2",
|
||||||
"@types/node": "^25.0.1",
|
"@types/node": "^25.0.1",
|
||||||
"@vitejs/plugin-vue": "4.5.0",
|
"@vitejs/plugin-vue": "4.5.0",
|
||||||
"@vue/compiler-sfc": "3.3.9",
|
"@vue/compiler-sfc": "3.3.9",
|
||||||
|
"@vue/test-utils": "^2.4.6",
|
||||||
|
"happy-dom": "^20.8.3",
|
||||||
|
"jsdom": "^28.1.0",
|
||||||
|
"pg": "^8.18.0",
|
||||||
"sass": "1.69.5",
|
"sass": "1.69.5",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"unplugin-auto-import": "0.17.1",
|
"unplugin-auto-import": "0.17.1",
|
||||||
@@ -68,6 +77,8 @@
|
|||||||
"vite": "5.0.4",
|
"vite": "5.0.4",
|
||||||
"vite-plugin-compression": "0.5.1",
|
"vite-plugin-compression": "0.5.1",
|
||||||
"vite-plugin-svg-icons": "2.0.1",
|
"vite-plugin-svg-icons": "2.0.1",
|
||||||
|
"vite-plugin-vue-mcp": "^0.3.2",
|
||||||
|
"vitest": "^4.0.18",
|
||||||
"vue-tsc": "^3.1.8"
|
"vue-tsc": "^3.1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user