mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-03 11:23:24 +08:00
Using a more recent version of stencil
This commit is contained in:
31
core/package-lock.json
generated
31
core/package-lock.json
generated
@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@phosphor-icons/core": "^2.1.1",
|
"@phosphor-icons/core": "^2.1.1",
|
||||||
"@stencil/core": "4.33.1",
|
"@stencil/core": "4.38.0",
|
||||||
"ionicons": "^8.0.13",
|
"ionicons": "^8.0.13",
|
||||||
"tslib": "^2.1.0"
|
"tslib": "^2.1.0"
|
||||||
},
|
},
|
||||||
@ -2552,9 +2552,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@stencil/core": {
|
"node_modules/@stencil/core": {
|
||||||
"version": "4.33.1",
|
"version": "4.38.0",
|
||||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz",
|
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.0.tgz",
|
||||||
"integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==",
|
"integrity": "sha512-oC3QFKO0X1yXVvETgc8OLY525MNKhn9vISBrbtKnGoPlokJ6rI8Vk1RK22TevnNrHLI4SExNLbcDnqilKR35JQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"stencil": "bin/stencil"
|
"stencil": "bin/stencil"
|
||||||
@ -6749,29 +6749,6 @@
|
|||||||
"@stencil/core": "^4.35.3"
|
"@stencil/core": "^4.35.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ionicons/node_modules/@stencil/core": {
|
|
||||||
"version": "4.37.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.37.1.tgz",
|
|
||||||
"integrity": "sha512-s4ZroxdYc2HU0b7V3n59RVtMKdNlTvWWBN8KofaP64eCzvg1qRh6SKMet7MJ069F1lx/FxDvsYfOv7pZRiMWmQ==",
|
|
||||||
"license": "MIT",
|
|
||||||
"bin": {
|
|
||||||
"stencil": "bin/stencil"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16.0.0",
|
|
||||||
"npm": ">=7.10.0"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"@rollup/rollup-darwin-arm64": "4.34.9",
|
|
||||||
"@rollup/rollup-darwin-x64": "4.34.9",
|
|
||||||
"@rollup/rollup-linux-arm64-gnu": "4.34.9",
|
|
||||||
"@rollup/rollup-linux-arm64-musl": "4.34.9",
|
|
||||||
"@rollup/rollup-linux-x64-gnu": "4.34.9",
|
|
||||||
"@rollup/rollup-linux-x64-musl": "4.34.9",
|
|
||||||
"@rollup/rollup-win32-arm64-msvc": "4.34.9",
|
|
||||||
"@rollup/rollup-win32-x64-msvc": "4.34.9"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/is-alphabetical": {
|
"node_modules/is-alphabetical": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@phosphor-icons/core": "^2.1.1",
|
"@phosphor-icons/core": "^2.1.1",
|
||||||
"@stencil/core": "4.33.1",
|
"@stencil/core": "4.38.0",
|
||||||
"ionicons": "^8.0.13",
|
"ionicons": "^8.0.13",
|
||||||
"tslib": "^2.1.0"
|
"tslib": "^2.1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user