mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
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:
4283
core/package-lock.json
generated
4283
core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -38,23 +38,23 @@
|
||||
"@rollup/plugin-virtual": "^2.0.3",
|
||||
"@stencil/core": "1.17.3",
|
||||
"@stencil/sass": "1.3.2",
|
||||
"@types/jest": "26.0.9",
|
||||
"@types/node": "14.0.27",
|
||||
"@types/jest": "^26.0.10",
|
||||
"@types/node": "^14.6.0",
|
||||
"@types/puppeteer": "3.0.1",
|
||||
"@types/swiper": "5.4.0",
|
||||
"aws-sdk": "^2.727.1",
|
||||
"aws-sdk": "^2.738.0",
|
||||
"clean-css-cli": "^4.1.11",
|
||||
"domino": "^2.1.6",
|
||||
"fs-extra": "^9.0.1",
|
||||
"jest": "26.2.2",
|
||||
"jest-cli": "26.2.2",
|
||||
"np": "^5.0.3",
|
||||
"jest": "^26.4.1",
|
||||
"jest-cli": "^26.4.1",
|
||||
"np": "^6.4.0",
|
||||
"pixelmatch": "4.0.2",
|
||||
"puppeteer": "5.2.1",
|
||||
"rollup": "^2.23.0",
|
||||
"rollup": "^2.26.4",
|
||||
"sass": "^1.26.10",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-order": "3.0.1",
|
||||
"stylelint": "^13.6.1",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"swiper": "5.4.1",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-ionic-rules": "0.0.21",
|
||||
|
@ -64,7 +64,6 @@
|
||||
}
|
||||
|
||||
:host(.chip-outline) {
|
||||
|
||||
border-color: rgba(0, 0, 0, .32);
|
||||
|
||||
background: transparent;
|
||||
|
@ -128,7 +128,6 @@
|
||||
}
|
||||
|
||||
.transition-effect {
|
||||
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
cursor: grab;
|
||||
pointer-events: all;
|
||||
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
* `ion-menu` rather than the inner content
|
||||
*/
|
||||
::slotted(ion-menu.menu-pane-visible) {
|
||||
|
||||
flex: 0 1 auto;
|
||||
|
||||
width: var(--side-width);
|
||||
|
Reference in New Issue
Block a user