chore: 优化渲染适配器,使用对等依赖

This commit is contained in:
wangxuefeng
2025-03-21 10:05:03 +08:00
parent c3ac1584c3
commit e329f77cb2
3 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sy/wujie-vue2-renderer-adapter",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"description": "wujie-vue2 ycode renderer adapter",
"type": "module",
"scripts": {
@@ -24,9 +24,11 @@
"default": "./dist/index.mjs"
}
},
"peerDependencies": {
"vue": "2.7.16"
},
"dependencies": {
"licia-es": "catalog:",
"vue": "2.7.16",
"vue-property-decorator": "9.1.2",
"wujie-vue2": "1.0.22"
},
@@ -34,6 +36,7 @@
"@types/axios": "0.14.4",
"@vitejs/plugin-vue": "catalog:",
"axios": "catalog:",
"vite-plugin-dts": "catalog:"
"vite-plugin-dts": "catalog:",
"vue": "2.7.16"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@sy/wujie-vue3-renderer-adapter",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.4",
"description": "wujie-vue3 ycode renderer adapter",
"type": "module",
"scripts": {
@@ -24,9 +24,11 @@
"default": "./dist/index.mjs"
}
},
"peerDependencies": {
"vue": "^3.5.13"
},
"dependencies": {
"licia-es": "catalog:",
"vue": "catalog:",
"wujie-vue3": "1.0.22"
},
"devDependencies": {
@@ -35,6 +37,7 @@
"@vitejs/plugin-vue": "catalog:",
"axios": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}
}