Skip to content

Commit

Permalink
refactor: move superset-ui dependencies to peerDependencies (#17965)
Browse files Browse the repository at this point in the history
* chore: add commit message

* update learn

* update superset-ui-demo

* move superset-ui into peerDeps

* add --no-private argument in lerna version

* fix conflicts

* refresh lock file
  • Loading branch information
zhaoyongjie authored Jan 11, 2022
1 parent 3d829fc commit e91b9a6
Show file tree
Hide file tree
Showing 32 changed files with 6,168 additions and 8,555 deletions.
12 changes: 11 additions & 1 deletion superset-frontend/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@
"**/*.spec.tsx?",
"**/*.spec.jsx?",
"**/__mocks__/**"
]
],
"command": {
"publish": {
"message": "chore(superset-ui): publish %s",
"graphType": "all"
},
"version": {
"message": "chore(superset-ui): publish %s",
"exact": true
}
}
}
Loading

0 comments on commit e91b9a6

Please sign in to comment.