Skip to content

Commit

Permalink
releases 4.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 17, 2024
1 parent 46591e3 commit 0c065a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.2.21",
"version": "4.2.23",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand All @@ -25,7 +25,8 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"@vxe-ui/core": "^4.0.13"
"@vxe-ui/core": "^4.0.16",
"xe-utils": "^3.5.31"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down Expand Up @@ -63,7 +64,7 @@
"vue": "3.5.5",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vxe-table": "^4.7.86"
"vxe-table": "^4.7.90"
},
"vetur": {
"tags": "helper/vetur/tags.json",
Expand Down
2 changes: 1 addition & 1 deletion types/components/rate.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RenderFunction, SetupContext, Ref } from 'vue'
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentStatusType, VxeComponentBaseOptions, VxeComponentEventParams } from '@vxe-ui/core'
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentSizeType, VxeComponentStatusType, VxeComponentBaseOptions, VxeComponentEventParams } from '@vxe-ui/core'

/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */

Expand Down

0 comments on commit 0c065a9

Please sign in to comment.