@dangojs/digitforce-ui-utils
Advanced tools
+2
-2
@@ -11,4 +11,4 @@ import * as vue from 'vue'; | ||
| declare type PluginInstallFunction = (app: App, ...options: any[]) => any; | ||
| declare type SFCWithInstall<T> = T & { | ||
| type PluginInstallFunction = (app: App, ...options: any[]) => any; | ||
| type SFCWithInstall<T> = T & { | ||
| install?: PluginInstallFunction; | ||
@@ -15,0 +15,0 @@ }; |
+10
-10
| { | ||
| "name": "@dangojs/digitforce-ui-utils", | ||
| "type": "module", | ||
| "version": "0.0.8", | ||
| "version": "0.0.9", | ||
| "description": "UI 组件库的一些帮助方法和函数", | ||
@@ -47,20 +47,20 @@ "author": "Digitforce Team", | ||
| "lodash": "^4.17.21", | ||
| "vue": "^3.2.37" | ||
| "vue": "^3.2.47" | ||
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "^0.29.3", | ||
| "@antfu/ni": "^0.18.3", | ||
| "@antfu/eslint-config": "^0.29.4", | ||
| "@antfu/ni": "^0.18.8", | ||
| "@antfu/utils": "^0.5.2", | ||
| "@types/lodash": "^4.14.188", | ||
| "@types/node": "^18.11.9", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/node": "^18.14.2", | ||
| "bumpp": "^8.2.1", | ||
| "eslint": "^8.26.0", | ||
| "eslint": "^8.35.0", | ||
| "esno": "^0.16.3", | ||
| "pnpm": "^7.14.2", | ||
| "pnpm": "^7.28.0", | ||
| "rimraf": "^3.0.2", | ||
| "typescript": "^4.8.4", | ||
| "typescript": "^4.9.5", | ||
| "unbuild": "^0.7.6", | ||
| "vite": "^3.2.2", | ||
| "vite": "^3.2.5", | ||
| "vitest": "^0.24.5" | ||
| } | ||
| } |
6652
-0.24%Updated