Skip to content

Commit

Permalink
fix(dynamicTable): can not resizable
Browse files Browse the repository at this point in the history
fix: #224
  • Loading branch information
buqiyuan committed Oct 24, 2024
1 parent 58617f9 commit e6975a5
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 558 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.1.2",
"@tinymce/tinymce-vue": "^6.0.1",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "~11.1.0",
"ant-design-vue": "~4.2.5",
"axios": "~1.7.7",
Expand All @@ -55,14 +55,14 @@
"mitt": "~3.0.1",
"nprogress": "~1.0.0-1",
"pinia": "~2.2.4",
"pinia-plugin-persistedstate": "^4.0.2",
"pinia-plugin-persistedstate": "^4.1.1",
"qiniu-js": "^3.4.2",
"qs": "~6.13.0",
"sortablejs": "~1.15.3",
"tinymce": "^7.3.0",
"vue": "~3.5.11",
"tinymce": "^7.4.1",
"vue": "~3.5.12",
"vue-echarts": "^7.0.3",
"vue-i18n": "~10.0.3",
"vue-i18n": "~10.0.4",
"vue-router": "~4.4.5",
"vue-types": "~5.1.3",
"vue-virtual-scroller": "2.0.0-beta.8",
Expand All @@ -84,8 +84,8 @@
"@types/node": "~22.7.4",
"@types/qs": "^6.9.16",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~8.8.0",
"@typescript-eslint/parser": "~8.8.0",
"@typescript-eslint/eslint-plugin": "~8.11.0",
"@typescript-eslint/parser": "~8.11.0",
"@umijs/openapi": "^1.13.0",
"@vitejs/plugin-vue": "~5.1.4",
"@vitejs/plugin-vue-jsx": "~4.0.1",
Expand All @@ -94,34 +94,34 @@
"conventional-changelog-cli": "~4.1.0",
"core-js": "^3.38.1",
"cross-env": "~7.0.3",
"eslint": "~9.11.1",
"eslint": "~9.13.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "~9.28.0",
"eslint-plugin-vue": "~9.29.1",
"husky": "~9.1.6",
"less": "~4.2.0",
"lint-staged": "~15.2.10",
"msw": "^2.4.9",
"nx": "^19.8.3",
"nx": "^20.0.5",
"postcss": "~8.4.47",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.3.3",
"rimraf": "~5.0.9",
"stylelint": "~16.9.0",
"stylelint": "~16.10.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.1",
"stylelint-config-recommended-vue": "~1.5.0",
"stylelint-config-standard": "~36.0.1",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.5.4",
"unocss": "^0.63.2",
"typescript": "~5.6.3",
"unocss": "^0.63.6",
"unplugin-vue-components": "~0.27.4",
"vite": "~5.4.8",
"vite": "~5.4.10",
"vite-plugin-checker": "~0.8.0",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-mkcert": "^1.17.6",
Expand Down
Loading

0 comments on commit e6975a5

Please sign in to comment.