From 11846f307d4742158df00ba79d01b454ca50f3be Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 23 Dec 2020 09:15:18 -0500 Subject: [PATCH] Move resize observer types to dependencies --- docs/getting-started/changelog.md | 3 ++- package-lock.json | 3 +-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index fb4740cc6..697e30238 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -30,8 +30,9 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Improved elevation tokens in dark theme - Improved accessibility in `sl-tooltip` by allowing escape to dismiss it [#219](https://github.com/shoelace-style/shoelace/issues/219) - Improved slot detection in `sl-card`, `sl-dialog`, and `sl-drawer` +- Made `@types/resize-observer-browser` a dependency so users don't have to install it manually - Removed `sl-blur` and `sl-focus` events from `sl-menu` since menus can't have focus as of 2.0.0-beta.22 -- Updated `sl-spinner` so the indicator is more obvious +- Updated `sl-spinner` so the indicator is more obvious - Updated to Bootstrap Icons 1.2.1 ## 2.0.0-beta.24 diff --git a/package-lock.json b/package-lock.json index e80513842..76f58b4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,8 +235,7 @@ "@types/resize-observer-browser": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/@types/resize-observer-browser/-/resize-observer-browser-0.1.4.tgz", - "integrity": "sha512-rPvqs+1hL/5hbES/0HTdUu4lvNmneiwKwccbWe7HGLWbnsLdqKnQHyWLg4Pj0AMO7PLHCwBM1Cs8orChdkDONg==", - "dev": true + "integrity": "sha512-rPvqs+1hL/5hbES/0HTdUu4lvNmneiwKwccbWe7HGLWbnsLdqKnQHyWLg4Pj0AMO7PLHCwBM1Cs8orChdkDONg==" }, "@typescript-eslint/eslint-plugin": { "version": "4.0.1", diff --git a/package.json b/package.json index 5c6cc9f83..cdfd90384 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "@stencil/eslint-plugin": "^0.3.1", "@stencil/sass": "^1.3.2", "@types/color": "^3.0.1", - "@types/resize-observer-browser": "^0.1.4", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "bluebird": "^3.7.2", @@ -70,6 +69,7 @@ "dependencies": { "@popperjs/core": "^2.5.3", "@stencil/core": "^2.3.0", + "@types/resize-observer-browser": "^0.1.4", "color": "^3.1.2" }, "husky": {