Skip to content

Commit

Permalink
upgrad core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Dec 18, 2022
1 parent 1c135d8 commit 975274d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 48 deletions.
102 changes: 58 additions & 44 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "3.1.3",
"version": "3.1.4",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"homepage": "https://github.com/dabeng/OrgChart#readme",
"dependencies": {
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.5.0",
"html2canvas": "^1.4.1",
"jquery": "^3.6.2",
"jquery-mockjax": "^2.6.0",
"jspdf": "^2.3.0"
"jspdf": "^2.5.1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
Expand Down

0 comments on commit 975274d

Please sign in to comment.