diff --git a/package-lock.json b/package-lock.json index 4bb26b1..08da6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1574,14 +1574,15 @@ } }, "@entur/alert": { - "version": "0.15.11", - "resolved": "https://registry.npmjs.org/@entur/alert/-/alert-0.15.11.tgz", - "integrity": "sha512-IE1un2Ocp2ub6sAcv7xZDBEW8UZ1Zuqc+QzAu4nAvZ8i5zHwytR+NfZQAOlCrHgOO3ihpJisv74AP4UMi9oH/Q==", + "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@entur/alert/-/alert-0.15.12.tgz", + "integrity": "sha512-t4H4Rw01DcQYbiZuFl5NG0zyzI8IBVuSvzuJKENIRnRH9/cuvzS36WFcskkRX3B3FgfP6hJ9HaX99BQI5lHInQ==", "requires": { "@entur/button": "^3.2.3", "@entur/expand": "^3.4.19", "@entur/icons": "^6.13.0", "@entur/tokens": "^3.11.1", + "@entur/tooltip": "^2.6.39", "@entur/typography": "^1.8.18", "@entur/utils": "^0.9.5", "classnames": "^2.3.1", @@ -1607,6 +1608,21 @@ "@entur/tokens": "^3.11.1" } }, + "@entur/tooltip": { + "version": "2.6.39", + "resolved": "https://registry.npmjs.org/@entur/tooltip/-/tooltip-2.6.39.tgz", + "integrity": "sha512-HTiG3ItDzdoH5Bi1Y977XiWHiMnicqL+GSgx3IRXxRiOAZbdpwRPR+SwBnyYwk4Ybkmy0vQj5uETPOZ9PaTi2Q==", + "requires": { + "@entur/button": "^3.2.3", + "@entur/icons": "^6.13.0", + "@entur/layout": "^2.1.51", + "@entur/tokens": "^3.11.1", + "@entur/utils": "^0.9.5", + "@popperjs/core": "^2.10.1", + "classnames": "^2.3.1", + "react-popper": "~2.2.5" + } + }, "@entur/utils": { "version": "0.9.5", "resolved": "https://registry.npmjs.org/@entur/utils/-/utils-0.9.5.tgz", diff --git a/package.json b/package.json index 46baed9..82137ff 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "proxy": "http://localhost:11701", "dependencies": { "@auth0/auth0-react": "1.12.1", - "@entur/alert": "0.15.11", + "@entur/alert": "0.15.12", "@entur/button": "2.10.15", "@entur/chip": "0.6.58", "@entur/dropdown": "3.0.37",