pull/261/head
Cory LaViska 2020-10-27 18:07:25 -04:00
rodzic d014da553a
commit caf6493ae7
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Refactored position logic to remove an unnecessary state variable in `sl-image-comparer`
- Refactored design tokens to use `rem` instead of `px` for input height and spacing [#221](https://github.com/shoelace-style/shoelace/issues/221)
- Removed `console.log` from modal utility
- Updated to Stencil 2.1.2
- Updated to Stencil 2.2.0
## 2.0.0-beta.21

6
package-lock.json wygenerowano
Wyświetl plik

@ -138,9 +138,9 @@
"dev": true
},
"@stencil/core": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.1.2.tgz",
"integrity": "sha512-4Boqxv5mY/Euv1Gl7Y9s3L+7nrP6Lz38eCi2dmP2+8pflturhUhuEStLC+NYYo5oSacZoSOOlODMuqGhlvzFlQ=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.2.0.tgz",
"integrity": "sha512-2V+DEUs9wvkcgnIIs0huye/M1v7x6qEzeOjp056RQlB08U1I4ex3vnBoE0/CrR35wK3ZZv2JYPOfBUuqR+6AAg=="
},
"@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.1.2",
"@stencil/core": "^2.2.0",
"color": "^3.1.2",
"resize-observer-polyfill": "^1.5.1"
},