perf(): improve treeshaking functionality (#24895)

resolves #24280
This commit is contained in:
Liam DeBeasi
2022-03-07 15:23:29 -05:00
committed by GitHub
parent 8ed948e647
commit 805907af4e
2 changed files with 9 additions and 9 deletions

16
core/package-lock.json generated
View File

@@ -6,10 +6,10 @@
"packages": {
"": {
"name": "@ionic/core",
"version": "6.0.5",
"version": "6.0.10",
"license": "MIT",
"dependencies": {
"@stencil/core": "~2.13.0",
"@stencil/core": "^2.14.1",
"ionicons": "^6.0.0",
"tslib": "^2.1.0"
},
@@ -1366,9 +1366,9 @@
}
},
"node_modules/@stencil/core": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.13.0.tgz",
"integrity": "sha512-EEKHOHgYpg3/iFUKMXTZJjUayRul7sXDwNw0OGgkEOe4t7JWiibDkzUHuruvpbqEydX+z1+ez5K2bMMY76c2wA==",
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.1.tgz",
"integrity": "sha512-G58fJeDbi58+7uQnyaGInnehfub9tJikFZ4PkT/FuelMV9wGq2FKB0fxKctKQ3mhhHAiFDuGNzRD1isZZQvUCg==",
"bin": {
"stencil": "bin/stencil"
},
@@ -15055,9 +15055,9 @@
"dev": true
},
"@stencil/core": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.13.0.tgz",
"integrity": "sha512-EEKHOHgYpg3/iFUKMXTZJjUayRul7sXDwNw0OGgkEOe4t7JWiibDkzUHuruvpbqEydX+z1+ez5K2bMMY76c2wA=="
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.14.1.tgz",
"integrity": "sha512-G58fJeDbi58+7uQnyaGInnehfub9tJikFZ4PkT/FuelMV9wGq2FKB0fxKctKQ3mhhHAiFDuGNzRD1isZZQvUCg=="
},
"@stencil/react-output-target": {
"version": "0.2.1",

View File

@@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "~2.13.0",
"@stencil/core": "^2.14.1",
"ionicons": "^6.0.0",
"tslib": "^2.1.0"
},