Skip to content

Commit

Permalink
feat(plugin-resource-tabs): add context menus
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Jan 15, 2024
1 parent 53125b8 commit 0c8961f
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 137 deletions.
7 changes: 4 additions & 3 deletions packages/plugin-resource-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"editor"
],
"dependencies": {
"@alilc/lowcode-types": "^1.0.0",
"@alilc/lowcode-types": "^1.3.0",
"@alilc/lowcode-utils": "^1.0.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
Expand All @@ -27,11 +27,12 @@
"@alib/build-scripts": "^0.1.3",
"@alilc/build-plugin-alt": "^1.0.1",
"@alilc/lowcode-engine": "^1.0.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-fusion": "^0.1.22",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"build-plugin-moment-locales": "^0.1.0"
"build-plugin-moment-locales": "^0.1.0",
"webpack": "^5.89.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
Loading

0 comments on commit 0c8961f

Please sign in to comment.