chore: use dev-build

This commit is contained in:
Sean Perkins
2024-07-01 14:13:34 -04:00
parent 90893f46c9
commit c22ef19cf0
2 changed files with 27 additions and 8 deletions

33
core/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "8.2.4",
"license": "MIT",
"dependencies": {
"@stencil/core": "^4.19.1",
"@stencil/core": "4.19.1-dev.1719856735.b9aab06",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},
@@ -1824,9 +1824,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz",
"integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==",
"version": "4.19.1-dev.1719856735.b9aab06",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1-dev.1719856735.b9aab06.tgz",
"integrity": "sha512-UgIkmuZRx3BJgXvheluvPhAT7/qwuxPrTVCkdkylBvl5eCIDW742OMyiLcXelqKqdqUFzjh/T7IgVe7dLz45Mg==",
"bin": {
"stencil": "bin/stencil"
},
@@ -5417,6 +5417,18 @@
"@stencil/core": "^4.0.3"
}
},
"node_modules/ionicons/node_modules/@stencil/core": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz",
"integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw==",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.10.0"
}
},
"node_modules/is-alphabetical": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
@@ -11583,9 +11595,9 @@
"requires": {}
},
"@stencil/core": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz",
"integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw=="
"version": "4.19.1-dev.1719856735.b9aab06",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1-dev.1719856735.b9aab06.tgz",
"integrity": "sha512-UgIkmuZRx3BJgXvheluvPhAT7/qwuxPrTVCkdkylBvl5eCIDW742OMyiLcXelqKqdqUFzjh/T7IgVe7dLz45Mg=="
},
"@stencil/react-output-target": {
"version": "0.5.3",
@@ -14189,6 +14201,13 @@
"integrity": "sha512-I3iYIfc9Q9FRifWyFSwTAvbEABWlWY32i0sAVDDPGYnaIZVugkLCZFbEcrphW6ixVPg8tt1oLwalo/JJwbEqnA==",
"requires": {
"@stencil/core": "^4.0.3"
},
"dependencies": {
"@stencil/core": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.1.tgz",
"integrity": "sha512-fjSBctHrobeSL2+XcuX7GVk/eaUhZ/lvIu21RJmzHAPcNyueuSAEv7J/Isn4UlYNk70o+yOK72H0FTlNkUibvw=="
}
}
},
"is-alphabetical": {

View File

@@ -31,7 +31,7 @@
"loader/"
],
"dependencies": {
"@stencil/core": "^4.19.1",
"@stencil/core": "4.19.1-dev.1719856735.b9aab06",
"ionicons": "^7.2.2",
"tslib": "^2.1.0"
},