Compare commits

...

1 Commits

Author SHA1 Message Date
Sean Perkins
69c2fc9330 chore: downgrade to stencil v4.16.0 2024-04-24 14:44:25 -04:00
2 changed files with 8 additions and 8 deletions

14
core/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "8.0.1",
"license": "MIT",
"dependencies": {
"@stencil/core": "^4.17.1",
"@stencil/core": "4.16.0",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},
@@ -1786,9 +1786,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.1.tgz",
"integrity": "sha512-nlARe1QtK5abnCG8kPQKJMWiELg39vKabvf3ebm6YEhQA35CgrxC1pVYTsYq3yktJKoY+k+VzGRnATLKyaLbvA==",
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz",
"integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw==",
"bin": {
"stencil": "bin/stencil"
},
@@ -11516,9 +11516,9 @@
"requires": {}
},
"@stencil/core": {
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.1.tgz",
"integrity": "sha512-nlARe1QtK5abnCG8kPQKJMWiELg39vKabvf3ebm6YEhQA35CgrxC1pVYTsYq3yktJKoY+k+VzGRnATLKyaLbvA=="
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz",
"integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw=="
},
"@stencil/react-output-target": {
"version": "0.5.3",

View File

@@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "^4.17.1",
"@stencil/core": "4.16.0",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},