chore(deps): only install ionicons 7.1.0 (#27682)

Issue number: N/A

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

There is a known bug in a dependency that Stencil uses to process CSS
that causes the build to fail on Ionicons 7.1.1+. Our
`package-lock.json` always installs 7.1.0, but if you remove the package
lock you'll get a newer version of Ionicons that triggers the bug.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Core installs only ionicons 7.1.0 until the underlying bug is resolved
(tracked internally)

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this introduces a breaking change, please describe the impact
and migration path for existing applications below. -->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
This commit is contained in:
Liam DeBeasi
2023-06-21 11:16:34 -04:00
committed by GitHub
parent 3d5ef3afd0
commit f29c66aee2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "^3.4.0",
"ionicons": "^7.1.0",
"ionicons": "7.1.0",
"tslib": "^2.1.0"
},
"devDependencies": {

View File

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