From fb0ead96031d5445d90b06e49b0326b1fab637f3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 12 Oct 2020 08:48:50 -0400 Subject: [PATCH] Update popper; fixes #246 --- docs/getting-started/changelog.md | 4 ++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 93a7dbfd..ebf084bd 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -6,6 +6,10 @@ Components with the Experimental badge _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 +## Next + +- Updated to Popper 2.5.3 to address a fixed position bug in Firefox + ## 2.0.0-beta.20 - 🚨 BREAKING CHANGE: Transformed all Shoelace events to lowercase ([details](#why-did-event-names-change)) diff --git a/package-lock.json b/package-lock.json index b0dd442e..53e6436c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,9 +127,9 @@ } }, "@popperjs/core": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.1.1.tgz", - "integrity": "sha512-sLqWxCzC5/QHLhziXSCAksBxHfOnQlhPRVgPK0egEw+ktWvG75T2k+aYWVjVh9+WKeT3tlG3ZNbZQvZLmfuOIw==" + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.5.3.tgz", + "integrity": "sha512-RFwCobxsvZ6j7twS7dHIZQZituMIDJJNHS/qY6iuthVebxS3zhRY+jaC2roEKiAYaVuTcGmX6Luc6YBcf6zJVg==" }, "@sindresorhus/is": { "version": "0.7.0", diff --git a/package.json b/package.json index 14916bd5..8f552a4d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "license": "MIT", "dependencies": { - "@popperjs/core": "^2.1.1", + "@popperjs/core": "^2.5.3", "@stencil/core": "^2.0.3", "color": "^3.1.2", "resize-observer-polyfill": "^1.5.1"