Skip to content

Commit

Permalink
fix(deps): add missing depency in vanilla bundle package
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 14, 2022
1 parent 38f220d commit fa08fe6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
"not dead"
],
"dependencies": {
"dompurify": "^2.3.6"
"dompurify": "^2.3.8"
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"cross-env": "^7.0.3",
"npm-run-all2": "^5.0.2",
"rimraf": "^3.0.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@
],
"dependencies": {
"@slickgrid-universal/common": "^1.2.6",
"dompurify": "^2.3.6"
"dompurify": "^2.3.8"
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"cross-env": "^7.0.3",
"npm-run-all2": "^5.0.2",
"rimraf": "^3.0.2"
Expand Down
1 change: 1 addition & 0 deletions packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/binding": "^1.2.6",
"@slickgrid-universal/common": "^1.2.6",
"@slickgrid-universal/custom-footer-component": "^1.2.6",
"@slickgrid-universal/empty-warning-component": "^1.2.6",
Expand Down
1 change: 1 addition & 0 deletions packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/binding": "^1.2.6",
"@slickgrid-universal/common": "^1.2.6",
"@slickgrid-universal/composite-editor-component": "^1.2.6",
"@slickgrid-universal/custom-footer-component": "^1.2.6",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3709,11 +3709,6 @@ domhandler@^4.0.0, domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.6.tgz#2e019d7d7617aacac07cbbe3d88ae3ad354cf875"
integrity sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==

dompurify@^2.3.8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.8.tgz#224fe9ae57d7ebd9a1ae1ac18c1c1ca3f532226f"
Expand Down

0 comments on commit fa08fe6

Please sign in to comment.