-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] replace Dynamic Import with ES modules tree-shaking
[remove] Node.js modules exporting [optimize] update Upstream packages
- Loading branch information
Showing
10 changed files
with
494 additions
and
549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "echarts-jsx", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.5", | ||
"license": "LGPL-3.0", | ||
"author": "[email protected]", | ||
"description": "A real JSX wrapper for ECharts based on TypeScript & Web components", | ||
|
@@ -26,26 +26,6 @@ | |
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"main": "dist/index.umd.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.umd.js" | ||
}, | ||
"./*": [ | ||
"./dist/component/*", | ||
"./dist/component/*.d.ts", | ||
"./dist/chart/*", | ||
"./dist/chart/*.d.ts" | ||
], | ||
"./chart": [ | ||
"./dist/chart.js", | ||
"./dist/chart.d.ts" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
"dom-renderer": "^2.1.4", | ||
"echarts": ">=5", | ||
|
@@ -57,18 +37,18 @@ | |
"@webcomponents/webcomponentsjs": "^2.8" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.202", | ||
"@types/lodash": "^4.17.0", | ||
"buffer": "^6.0.3", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"microbundle": "^0.15.1", | ||
"open-cli": "^8.0.0", | ||
"parcel": "~2.11.0", | ||
"parcel": "~2.12.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.9", | ||
"typedoc-plugin-mdn-links": "^3.1.17", | ||
"typescript": "~5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typedoc-plugin-mdn-links": "^3.1.19", | ||
"typescript": "~5.4.4" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
|
Oops, something went wrong.
2d52fb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for echarts-jsx ready!
✅ Preview
https://echarts-h8j12qpnw-techquerys-projects.vercel.app
Built with commit 2d52fb0.
This pull request is being automatically deployed with vercel-action