chore: update to stencil 4 (#27856)

This commit is contained in:
Liam DeBeasi
2023-07-26 16:31:57 -04:00
committed by GitHub
parent 3c794d25d6
commit 5d1ee1646f
2 changed files with 10 additions and 10 deletions

18
core/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"@stencil/core": "^3.4.0",
"@stencil/core": "^4.0.2",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},
@ -1634,15 +1634,15 @@
}
},
"node_modules/@stencil/core": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.0.tgz",
"integrity": "sha512-kEtPtV6QegME8YgMjWrhS7KktItbhqOpAuK9aXypDdI/7bLU9iM/4DtnQGWY/DARBophk+XRBfNXcE62Bmi0dw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.2.tgz",
"integrity": "sha512-1AnLpHAQDHB+DbM8VpuZikMMmIAtLrkYHMBm+pXKj+EPQqsTcyiZ3a7MAqajdM0WlOXb9rfTZT4aYbPwvItEJw==",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=14.10.0",
"npm": ">=6.0.0"
"node": ">=16.0.0",
"npm": ">=7.10.0"
}
},
"node_modules/@stencil/react-output-target": {
@ -11520,9 +11520,9 @@
"requires": {}
},
"@stencil/core": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.0.tgz",
"integrity": "sha512-kEtPtV6QegME8YgMjWrhS7KktItbhqOpAuK9aXypDdI/7bLU9iM/4DtnQGWY/DARBophk+XRBfNXcE62Bmi0dw=="
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.2.tgz",
"integrity": "sha512-1AnLpHAQDHB+DbM8VpuZikMMmIAtLrkYHMBm+pXKj+EPQqsTcyiZ3a7MAqajdM0WlOXb9rfTZT4aYbPwvItEJw=="
},
"@stencil/react-output-target": {
"version": "0.5.3",

View File

@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "^3.4.0",
"@stencil/core": "^4.0.2",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},