mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
build(packages): npm build/publish improvements. Making packages publishable again. (#30196)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@superset-ui/plugin-chart-pivot-table",
|
||||
"version": "0.18.25",
|
||||
"version": "0.20.3",
|
||||
"description": "Superset Chart - Pivot Table",
|
||||
"sideEffects": false,
|
||||
"main": "lib/index.js",
|
||||
@@ -26,15 +26,14 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"@ant-design/icons": "^5.0.1",
|
||||
"@superset-ui/chart-controls": "*",
|
||||
"@superset-ui/core": "*",
|
||||
"@ant-design/icons": "^5.0.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"lodash": "^4.17.11",
|
||||
"prop-types": "*",
|
||||
"lodash": "^4.17.11"
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.25.6",
|
||||
|
||||
Reference in New Issue
Block a user