Update to Stencil 2.3.0

pull/268/head
Cory LaViska 2020-11-06 16:31:36 -05:00
rodzic c82dd0bb3c
commit 64dfb008b2
3 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -14,7 +14,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug where `sl-menu-item` wouldn't render properly in the dark theme
- Fixed a bug where `sl-select` would show an autocomplete menu
- Improved placeholder contrast in dark theme
- Updated Boostrap Icons to 1.1.0
- Updated to Boostrap Icons 1.1.0
- Updated to Stencil 2.3.0
## 2.0.0-beta.22

6
package-lock.json wygenerowano
Wyświetl plik

@ -138,9 +138,9 @@
"dev": true
},
"@stencil/core": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.2.0.tgz",
"integrity": "sha512-2V+DEUs9wvkcgnIIs0huye/M1v7x6qEzeOjp056RQlB08U1I4ex3vnBoE0/CrR35wK3ZZv2JYPOfBUuqR+6AAg=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.3.0.tgz",
"integrity": "sha512-VZ/Ox0E1kngcmHbJhHUufuLELi+xG3of3LuRI3X2AMWyE82JUVYlOEsQci/YBZWpfc9BS9I36R88prBew22oew=="
},
"@stencil/eslint-plugin": {
"version": "0.3.1",

Wyświetl plik

@ -67,7 +67,7 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.5.3",
"@stencil/core": "^2.2.0",
"@stencil/core": "^2.3.0",
"color": "^3.1.2",
"resize-observer-polyfill": "^1.5.1"
},