chore(dependencies): update vulnerabilities and minor/patch outdated (#21948)

Updates core dependencies with vulnerabilities
Updates all outdated core minor / patch dependencies
Fixes new lint errors due to updated stylelint (these errors were good)
This commit is contained in:
Brandy Carney
2020-08-21 12:42:44 -04:00
committed by GitHub
parent 971789dc89
commit 06ab66edc7
6 changed files with 2395 additions and 1912 deletions

4283
core/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,23 +38,23 @@
"@rollup/plugin-virtual": "^2.0.3", "@rollup/plugin-virtual": "^2.0.3",
"@stencil/core": "1.17.3", "@stencil/core": "1.17.3",
"@stencil/sass": "1.3.2", "@stencil/sass": "1.3.2",
"@types/jest": "26.0.9", "@types/jest": "^26.0.10",
"@types/node": "14.0.27", "@types/node": "^14.6.0",
"@types/puppeteer": "3.0.1", "@types/puppeteer": "3.0.1",
"@types/swiper": "5.4.0", "@types/swiper": "5.4.0",
"aws-sdk": "^2.727.1", "aws-sdk": "^2.738.0",
"clean-css-cli": "^4.1.11", "clean-css-cli": "^4.1.11",
"domino": "^2.1.6", "domino": "^2.1.6",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"jest": "26.2.2", "jest": "^26.4.1",
"jest-cli": "26.2.2", "jest-cli": "^26.4.1",
"np": "^5.0.3", "np": "^6.4.0",
"pixelmatch": "4.0.2", "pixelmatch": "4.0.2",
"puppeteer": "5.2.1", "puppeteer": "5.2.1",
"rollup": "^2.23.0", "rollup": "^2.26.4",
"sass": "^1.26.10", "sass": "^1.26.10",
"stylelint": "10.1.0", "stylelint": "^13.6.1",
"stylelint-order": "3.0.1", "stylelint-order": "^4.1.0",
"swiper": "5.4.1", "swiper": "5.4.1",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-ionic-rules": "0.0.21", "tslint-ionic-rules": "0.0.21",

View File

@ -64,7 +64,6 @@
} }
:host(.chip-outline) { :host(.chip-outline) {
border-color: rgba(0, 0, 0, .32); border-color: rgba(0, 0, 0, .32);
background: transparent; background: transparent;

View File

@ -128,7 +128,6 @@
} }
.transition-effect { .transition-effect {
display: none; display: none;
position: absolute; position: absolute;

View File

@ -17,6 +17,7 @@
cursor: grab; cursor: grab;
pointer-events: all; pointer-events: all;
touch-action: none; touch-action: none;
} }

View File

@ -25,12 +25,11 @@
} }
/** /**
* Do not pass CSS Variables down on larger * Do not pass CSS Variables down on larger
* screens as we want them to affect the outer * screens as we want them to affect the outer
* `ion-menu` rather than the inner content * `ion-menu` rather than the inner content
*/ */
::slotted(ion-menu.menu-pane-visible) { ::slotted(ion-menu.menu-pane-visible) {
flex: 0 1 auto; flex: 0 1 auto;
width: var(--side-width); width: var(--side-width);