Skip to content

Commit

Permalink
Relax tslib requirement specifier
Browse files Browse the repository at this point in the history
mrginglymus committed Nov 7, 2024
1 parent 61eeb94 commit c939973
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"lint:dist": "echo 'It might take a while. Please wait ...' && npx jshint --config .jshintrc-dist dist/echarts.js"
},
"dependencies": {
"tslib": "2.3.0",
"tslib": "^2.3.0",
"zrender": "5.6.0"
},
"devDependencies": {

0 comments on commit c939973

Please sign in to comment.