Skip to content

Commit

Permalink
[fix] React 18 compatibility
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Oct 30, 2023
1 parent 96d8731 commit a359f97
Show file tree
Hide file tree
Showing 5 changed files with 993 additions and 944 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-jsx",
"version": "0.5.2",
"version": "0.5.3",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "A real JSX wrapper for ECharts based on TypeScript",
Expand All @@ -27,23 +27,23 @@
"dependencies": {
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"web-utility": "^4.1.0"
"web-utility": "^4.1.3"
},
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/react": "^17.0.64",
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.33",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^15.0.2",
"microbundle": "^0.15.1",
"open-cli": "^7.2.0",
"prettier": "^3.0.1",
"react": "^17.0.2",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.6"
"prettier": "^3.0.3",
"react": "^18.2.0",
"typedoc": "^0.25.3",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit a359f97

Please sign in to comment.