Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
feat(components): [dynamic-table] support cell edit
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Aug 28, 2022
1 parent 71aca13 commit 4411b0e
Show file tree
Hide file tree
Showing 23 changed files with 887 additions and 481 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash-es": "~4.17.21",
"mitt": "~3.0.0",
"nprogress": "~1.0.0-1",
"pinia": "~2.0.20",
"pinia": "~2.0.21",
"qs": "~6.11.0",
"socket.io-client": "~4.5.1",
"sortablejs": "~1.15.0",
Expand All @@ -52,20 +52,20 @@
"xlsx": "~0.18.5"
},
"devDependencies": {
"@commitlint/cli": "~17.0.3",
"@commitlint/config-conventional": "~17.0.3",
"@commitlint/cli": "~17.1.1",
"@commitlint/config-conventional": "~17.1.0",
"@types/lodash-es": "~4.17.6",
"@types/node": "~18.7.13",
"@typescript-eslint/eslint-plugin": "~5.34.0",
"@typescript-eslint/parser": "~5.34.0",
"@typescript-eslint/eslint-plugin": "~5.35.1",
"@typescript-eslint/parser": "~5.35.1",
"@vitejs/plugin-legacy": "~2.0.1",
"@vitejs/plugin-vue": "~3.0.3",
"@vitejs/plugin-vue-jsx": "~2.0.0",
"@vue/tsconfig": "^0.1.3",
"commitizen": "~4.2.5",
"conventional-changelog-cli": "~2.2.2",
"cross-env": "~7.0.3",
"eslint": "~8.22.0",
"eslint": "~8.23.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.6.0",
"eslint-plugin-import": "~2.26.0",
Expand All @@ -89,16 +89,17 @@
"stylelint-config-standard": "~28.0.0",
"stylelint-order": "~5.0.0",
"terser": "~5.15.0",
"ts-node": "^10.9.1",
"typescript": "~4.7.4",
"unocss": "^0.45.12",
"unocss": "^0.45.13",
"unplugin-vue-components": "~0.22.4",
"unplugin-vue-define-options": "~0.10.0",
"vite": "~3.0.9",
"vite-plugin-checker": "~0.4.9",
"vite-plugin-checker": "~0.5.0",
"vite-plugin-mock": "~2.9.6",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.0.3",
"vue-tsc": "~0.40.1"
"vue-tsc": "~0.40.2"
},
"__npminstall_done": false,
"repository": {
Expand Down

1 comment on commit 4411b0e

@vercel
Copy link

@vercel vercel bot commented on 4411b0e Aug 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vite-vue3-admin – ./

vite-vue3-admin-git-main-buqiyuan.vercel.app
vite-vue3-admin.vercel.app
vite-vue3-admin-buqiyuan.vercel.app

Please sign in to comment.