Feature/upgrade ionicons to version 6.0.4 (#1478)

* Upgrade ionicons to version 6.0.4

* Update changelog
pull/1481/head
Thomas Kaul 2 years ago committed by GitHub
parent 1cda5dcc0a
commit 8567efcd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language selector on the account page
- Extended the asset profile details dialog in the admin control panel
- Upgraded `ionicons` from version `5.5.1` to `6.0.4`
- Upgraded `uuid` from version `8.3.2` to `9.0.0`
## 1.214.0 - 19.11.2022

@ -108,7 +108,7 @@
"envalid": "7.3.1",
"google-spreadsheet": "3.2.0",
"http-status-codes": "2.2.0",
"ionicons": "5.5.1",
"ionicons": "6.0.4",
"lodash": "4.17.21",
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "2.1.2",

@ -3764,10 +3764,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"
"@stencil/core@^2.5.0":
version "2.16.1"
resolved "https://registry.npmjs.org/@stencil/core/-/core-2.16.1.tgz"
integrity sha512-s/UJp9qxExL3DyQPT70kiuWeb3AdjbUZM+5lEIXn30I2DLcLYPOPXfsoWJODieQywq+3vPiLZeIdkoqjf6jcSw==
"@stencil/core@^2.18.0":
version "2.19.3"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.19.3.tgz#34a35d11982070801300d984ab8cbf9353fac698"
integrity sha512-rb6pBWTfD5xDg5M/uEJUeclatE/tqBE3zCCNrEB47AtdkNCzC9fOikdzCYbpdAEpU6GvC60REFr0bd8QFUjn3Q==
"@storybook/addon-actions@6.5.9":
version "6.5.9"
@ -12031,12 +12031,12 @@ invert-kv@^2.0.0:
resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz"
integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
ionicons@5.5.1:
version "5.5.1"
resolved "https://registry.npmjs.org/ionicons/-/ionicons-5.5.1.tgz"
integrity sha512-1auVisfaXmkmxINer8Q3kJGHP1vSxk86hf7By95eJ+Av9+oBcNuAEBfSe3jaMaGRVxVw8U/2j23MFq7R3c0HPg==
ionicons@6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-6.0.4.tgz#ab7aa439b7f17f29e0ef0a28568b4920c3167bfd"
integrity sha512-uDNOkBo0OVYV+kIhb51g9mb7r3Z0b+78GPZQBsjXuaetNmrB/mNTqN/uFtO+vxL/rQySKjzk8qeKJI5NWL9Ueg==
dependencies:
"@stencil/core" "^2.5.0"
"@stencil/core" "^2.18.0"
ioredis@^4.28.5:
version "4.28.5"
@ -20047,4 +20047,4 @@ zone.js@~0.10.3:
zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz"
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==

Loading…
Cancel
Save