chore(deps): update to stencil 4.0.3 (#27906)

This commit is contained in:
Liam DeBeasi
2023-08-01 14:58:45 -04:00
committed by GitHub
parent 0d3127ad09
commit c421d7d806
2 changed files with 8 additions and 8 deletions

14
core/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"@stencil/core": "^4.0.2",
"@stencil/core": "^4.0.3",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},
@ -1634,9 +1634,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.2.tgz",
"integrity": "sha512-1AnLpHAQDHB+DbM8VpuZikMMmIAtLrkYHMBm+pXKj+EPQqsTcyiZ3a7MAqajdM0WlOXb9rfTZT4aYbPwvItEJw==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.3.tgz",
"integrity": "sha512-uWaH4tQ16So1feRu4tD0gupDEnzhRatS3Jp9uYkYlqjhx5BQ/ox5CTP+lxboochqkLlvkmXvhH9SsEV+UTsYTA==",
"bin": {
"stencil": "bin/stencil"
},
@ -11520,9 +11520,9 @@
"requires": {}
},
"@stencil/core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.2.tgz",
"integrity": "sha512-1AnLpHAQDHB+DbM8VpuZikMMmIAtLrkYHMBm+pXKj+EPQqsTcyiZ3a7MAqajdM0WlOXb9rfTZT4aYbPwvItEJw=="
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.0.3.tgz",
"integrity": "sha512-uWaH4tQ16So1feRu4tD0gupDEnzhRatS3Jp9uYkYlqjhx5BQ/ox5CTP+lxboochqkLlvkmXvhH9SsEV+UTsYTA=="
},
"@stencil/react-output-target": {
"version": "0.5.3",

View File

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