diff --git a/.changeset/heavy-cats-hang.md b/.changeset/heavy-cats-hang.md new file mode 100644 index 00000000..3cedfd2d --- /dev/null +++ b/.changeset/heavy-cats-hang.md @@ -0,0 +1,5 @@ +--- +"@igloo-ui/dialog": patch +--- + +Updated dependency for Dialog on Modal diff --git a/packages/Dialog/package.json b/packages/Dialog/package.json index 22f7c1ad..5b6361ef 100644 --- a/packages/Dialog/package.json +++ b/packages/Dialog/package.json @@ -26,7 +26,7 @@ "dependencies": { "@igloo-ui/tokens": "^2.0.0", "classnames": "^2.3.2", - "@igloo-ui/modal": "^1.7.4", + "@igloo-ui/modal": "^1.7.5", "@igloo-ui/button": "^0.8.5", "@hopper-ui/tokens": "^3.1.5" },