Skip to content

Commit

Permalink
fix: update popover versions (#646)
Browse files Browse the repository at this point in the history
* fix(calendar-input): update popover version

* fix(toast): update popover version

* fix(tooltip): update popover version
  • Loading branch information
dmitrsavk committed May 6, 2021
1 parent 673e956 commit 199cf80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/calendar-input/package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@alfalab/core-components-calendar": "^1.2.9",
"@alfalab/core-components-masked-input": "^3.2.20",
"@alfalab/core-components-popover": "^1.4.0",
"@alfalab/core-components-popover": "^4.0.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"react-merge-refs": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/toast/package.json
Expand Up @@ -19,7 +19,7 @@
"react": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"@alfalab/core-components-popover": "^1.4.0",
"@alfalab/core-components-popover": "^4.0.0",
"@alfalab/core-components-portal": "^1.4.6",
"@alfalab/core-components-stack": "^2.0.0",
"@alfalab/core-components-toast-plate": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"@alfalab/core-components-popover": "^1.4.0",
"@alfalab/core-components-popover": "^4.0.0",
"classnames": "^2.2.6"
}
}

0 comments on commit 199cf80

Please sign in to comment.