Skip to content

Commit

Permalink
fix(core): make @types/jquery as a dependency to avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 2, 2020
1 parent 85fd0a8 commit 966ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
}
},
"dependencies": {
"@types/jquery": "^3.5.1",
"dompurify": "^2.2.2",
"excel-builder-webpacker": "^1.0.6",
"flatpickr": "^4.6.6",
Expand Down Expand Up @@ -135,7 +136,6 @@
"@types/dompurify": "^2.0.1",
"@types/flatpickr": "^3.1.2",
"@types/jest": "^24.0.25",
"@types/jquery": "^3.5.1",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/text-encoding-utf-8": "^1.0.1",
Expand Down

0 comments on commit 966ebb0

Please sign in to comment.