Skip to content

Commit

Permalink
Merge pull request #90 from kne-union/4.0
Browse files Browse the repository at this point in the history
升级helper版本以修正req报错不显示问题
  • Loading branch information
zhipenglin authored Nov 12, 2024
2 parents 18237f6 + c3f99b1 commit 81ba880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kne/react-form-antd",
"version": "4.0.0",
"version": "4.0.1",
"syntax": {
"esmodules": true
},
Expand Down Expand Up @@ -61,15 +61,15 @@
},
"dependencies": {
"@kne/react-form": "^3.1.0",
"@kne/react-form-helper": "^3.0.0",
"@kne/react-form-helper": "^3.0.2",
"@kne/use-control-value": "^0.1.1",
"classnames": "^2.2.6",
"dayjs": "^1.11.7",
"lodash": "^4.17.15"
},
"devDependencies": {
"@kne/microbundle": "^0.15.5",
"@kne/modules-dev": "^2.0.31",
"@kne/modules-dev": "^2.1.2",
"@kne/react-form": "^3.1.0",
"cross-env": "^7.0.3",
"husky": "^9.0.11",
Expand Down

0 comments on commit 81ba880

Please sign in to comment.