From 1717413f2a2c2468692a2edf48665b0abb809d1f Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Tue, 24 Sep 2019 10:24:28 -0700 Subject: [PATCH] Bump wicg-inert polyfill to 3.0.0 (#497) This version has a "module" field that resolves to ES2015 code (uses native ES2015 classes instead of transpiled). See https://github.com/WICG/inert/issues/136 for more context. --- packages/dialog/package.json | 2 +- packages/drawer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index b24837d9b6..5940a0238b 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -18,7 +18,7 @@ "@material/dialog": "^3.0.0", "blocking-elements": "^0.1.0", "tslib": "^1.10.0", - "wicg-inert": "^2.1.3", + "wicg-inert": "^3.0.0", "lit-element": "^2.2.1", "lit-html": "^1.1.2" }, diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 0ca2143bf5..0206f0b6b1 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -22,7 +22,7 @@ "lit-element": "^2.2.1", "lit-html": "^1.1.2", "tslib": "^1.10.0", - "wicg-inert": "^2.2.0" + "wicg-inert": "^3.0.0" }, "publishConfig": { "access": "public"