Skip to content

Commit

Permalink
fix(schema-form): fix submit values
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 19, 2024
1 parent ba1a9b1 commit 16ce256
Show file tree
Hide file tree
Showing 21 changed files with 940 additions and 812 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ public-hoist-pattern[]=core-js
# shamefully-hoist=true

enable-pre-post-scripts=true
engine-strict=true
engine-strict=true
package-manager-strict=false
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"packageManager": "pnpm@9.1.0",
"type": "module",
"engines": {
"node": ">=18"
"node": ">=18",
"pnpm": ">=9.0.2"
},
"author": {
"name": "buqiyuan",
Expand Down Expand Up @@ -77,22 +78,23 @@
"@faker-js/faker": "^8.4.1",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/ep": "^1.1.15",
"@iconify/json": "^2.2.207",
"@iconify/json": "^2.2.211",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.12.8",
"@types/node": "~20.12.12",
"@types/qs": "^6.9.15",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~7.8.0",
"@typescript-eslint/parser": "~7.8.0",
"@typescript-eslint/eslint-plugin": "~7.9.0",
"@typescript-eslint/parser": "~7.9.0",
"@umijs/openapi": "^1.12.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
"@vue/tsconfig": "^0.5.1",
"commitizen": "~4.3.0",
"conventional-changelog-cli": "~4.1.0",
"core-js": "^3.37.0",
"core-js": "^3.37.1",
"cross-env": "~7.0.3",
"eslint": "~9.2.0",
"eslint": "~9.3.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.29.1",
Expand All @@ -103,12 +105,12 @@
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.3.0",
"nx": "^19.0.2",
"nx": "^19.0.4",
"postcss": "~8.4.38",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.2.5",
"rimraf": "~5.0.6",
"rimraf": "~5.0.7",
"stylelint": "~16.5.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.0",
Expand All @@ -117,7 +119,7 @@
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.5",
"unocss": "^0.60.0",
"unocss": "^0.60.2",
"unplugin-vue-components": "~0.27.0",
"vite": "~5.2.11",
"vite-plugin-checker": "~0.6.4",
Expand Down

0 comments on commit 16ce256

Please sign in to comment.