diff --git a/package.json b/package.json index 089310b..c601ece 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@types/react-router-dom": "^5.1.7", "@ui5/webcomponents": "^1.0.0-rc.14", "@ui5/webcomponents-fiori": "1.0.0-rc.14", - "@ui5/webcomponents-icons": "1.0.0-rc.14", + "@ui5/webcomponents-icons": "1.10.3", "@ui5/webcomponents-react": "^0.16.4", "jest-environment-jsdom-sixteen": "^2.0.0", "react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 1415f65..ab2a630 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1992,6 +1992,11 @@ dependencies: "@types/jest" "*" +"@types/trusted-types@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" + integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== + "@types/uglify-js@*": version "3.13.0" resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.0.tgz#1cad8df1fb0b143c5aba08de5712ea9d1ff71124" @@ -2153,6 +2158,13 @@ dependencies: lit-html "^1.3.0" +"@ui5/webcomponents-base@1.10.3": + version "1.10.3" + resolved "https://registry.yarnpkg.com/@ui5/webcomponents-base/-/webcomponents-base-1.10.3.tgz#ff6413b88d070276ff8f782c22c3429439b5c57c" + integrity sha512-wDXLIi7U1IyroXKIpQYxI/8IZ6Mv9dM+5FHv2rMFsdpPSj1+5JEDp/IGwB4SLfjJ/4XNw3+xodgnavmSiexrkA== + dependencies: + lit-html "^2.0.1" + "@ui5/webcomponents-fiori@1.0.0-rc.14": version "1.0.0-rc.14" resolved "https://registry.yarnpkg.com/@ui5/webcomponents-fiori/-/webcomponents-fiori-1.0.0-rc.14.tgz#b9059642363991c01ddcf0dcb003241fa17db63f" @@ -2171,6 +2183,13 @@ dependencies: "@ui5/webcomponents-base" "0.34.0" +"@ui5/webcomponents-icons@1.10.3": + version "1.10.3" + resolved "https://registry.yarnpkg.com/@ui5/webcomponents-icons/-/webcomponents-icons-1.10.3.tgz#fff2ab5f670b0d8f169269777a03dc08c8f312dc" + integrity sha512-mIy1Jhob5wjEh/q67OI1zAlvzK650p7RV3pODX0u2UVaNJ5IhLJ4vH1LeaXis4XbOjDce0rZlk9Y9IUszNbpVg== + dependencies: + "@ui5/webcomponents-base" "1.10.3" + "@ui5/webcomponents-ie11@0.34.0": version "0.34.0" resolved "https://registry.yarnpkg.com/@ui5/webcomponents-ie11/-/webcomponents-ie11-0.34.0.tgz#e63e3b6537ed8f676f90a32d4dbb76a8efef0217" @@ -7374,6 +7393,13 @@ lit-html@^1.3.0: resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0" integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA== +lit-html@^2.0.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.6.1.tgz#eb29f0b0c2ab54ea77379db11fc011b0c71f1cda" + integrity sha512-Z3iw+E+3KKFn9t2YKNjsXNEu/LRLI98mtH/C6lnFg7kvaqPIzPn124Yd4eT/43lyqrejpc5Wb6BHq3fdv4S8Rw== + dependencies: + "@types/trusted-types" "^2.0.2" + load-json-file@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"