From d1eeffd1a3fdacfc6961683b14d1e7d474ef248b Mon Sep 17 00:00:00 2001 From: null Date: Mon, 16 Sep 2024 17:27:05 +0000 Subject: [PATCH] chore(deps): update taiga-ui to v4.7.0 --- package-lock.json | 486 +++++++++++++++---------------------- projects/demo/package.json | 20 +- 2 files changed, 199 insertions(+), 307 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0632a8ada..df1c0edff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7475,21 +7475,6 @@ "rxjs": ">=7.0.0" } }, - "node_modules/@ng-web-apis/intersection-observer": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@ng-web-apis/intersection-observer/-/intersection-observer-4.6.0.tgz", - "integrity": "sha512-fm4KeNW0+T5HmYdnMxgSFONd8G9LGkmLMWW2ryPg/3DLIQTk8KRgubZ98Hvan6nX2mKBkZB4SYxZyNJWafhMLg==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.6.0" - } - }, "node_modules/@ng-web-apis/mutation-observer": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/@ng-web-apis/mutation-observer/-/mutation-observer-4.6.0.tgz", @@ -11338,56 +11323,10 @@ "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@taiga-ui/addon-doc": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/addon-doc/-/addon-doc-4.6.0.tgz", - "integrity": "sha512-LoYWoBwPax+yj51/c1Jt7Fa2xe9IWMd7N4/AiJEkrCcAH3FRUlCordjJrvr91NAzOaL4G6xe2W7wevvsBkIWoA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/cdk": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@angular/forms": ">=16.0.0", - "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.2.1", - "@taiga-ui/addon-mobile": "^4.6.0", - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/core": "^4.6.0", - "@taiga-ui/kit": "^4.6.0", - "@taiga-ui/polymorpheus": "^4.7.0", - "markdown-it": ">=14.1.0", - "ngx-highlightjs": ">=10.0.0" - } - }, - "node_modules/@taiga-ui/addon-mobile": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/addon-mobile/-/addon-mobile-4.6.0.tgz", - "integrity": "sha512-LaP/qYvcGMCmZL+RJuEmvM18BL8fJa/WOzj+SU3WbNa5AePUlJ9VMn+7lrZQTPheV1Jn4gplqaSUr9eM9WQGRg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/cdk": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.2.1", - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/core": "^4.6.0", - "@taiga-ui/kit": "^4.6.0", - "@taiga-ui/polymorpheus": "^4.7.0", - "rxjs": ">=7.0.0" - } - }, "node_modules/@taiga-ui/cdk": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/cdk/-/cdk-4.6.0.tgz", - "integrity": "sha512-1MW3O7jKfdM6R9zn2xcSNBc5tGIrpQK5aCA/fRHZGj6JjVDHUtly46OfyEwXABDM7JIM7LoJYb/Cv2O/1lh9Kg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/cdk/-/cdk-4.7.0.tgz", + "integrity": "sha512-Y+vvJI7qItaP6mGOHRLrUhKhwpatm0sq/byDWwvmmUBdfdqSH/0NYhvxTrd5rP7m+483RNACc6eww2l1eb4dwg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -11397,7 +11336,7 @@ "@angular-devkit/core": ">=16.0.0", "@angular-devkit/schematics": ">=16.0.0", "@schematics/angular": ">=16.0.0", - "ng-morph": "^4.6.5", + "ng-morph": "^4.8.1", "parse5": "^7.1.2" }, "peerDependencies": { @@ -11406,11 +11345,11 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", - "@ng-web-apis/common": "^4.2.1", - "@ng-web-apis/mutation-observer": "^4.2.1", - "@ng-web-apis/resize-observer": "^4.2.1", - "@taiga-ui/event-plugins": "^4.1.2", - "@taiga-ui/polymorpheus": "^4.7.0", + "@ng-web-apis/common": "^4.6.0", + "@ng-web-apis/mutation-observer": "^4.6.0", + "@ng-web-apis/resize-observer": "^4.6.0", + "@taiga-ui/event-plugins": "^4.2.0", + "@taiga-ui/polymorpheus": "^4.7.1", "rxjs": ">=7.0.0" } }, @@ -11425,31 +11364,6 @@ "@commitlint/config-conventional": "^19.5.0" } }, - "node_modules/@taiga-ui/core": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/core/-/core-4.6.0.tgz", - "integrity": "sha512-qvba1X40mczvz81ACAgFog8z38okZTUV3vnPh9mOkXjUlSUTYTxYP6zkP0AHPglchRO87eJ79ylESkc9Lhc62g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/animations": ">=16.0.0", - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@angular/forms": ">=16.0.0", - "@angular/platform-browser": ">=16.0.0", - "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.2.1", - "@ng-web-apis/mutation-observer": "^4.2.1", - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/event-plugins": "^4.1.2", - "@taiga-ui/i18n": "^4.6.0", - "@taiga-ui/polymorpheus": "^4.7.0", - "rxjs": ">=7.0.0" - } - }, "node_modules/@taiga-ui/cspell-config": { "version": "0.182.0", "resolved": "https://registry.npmjs.org/@taiga-ui/cspell-config/-/cspell-config-0.182.0.tgz", @@ -11614,84 +11528,20 @@ "rxjs": ">=6.0.0" } }, - "node_modules/@taiga-ui/i18n": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/i18n/-/i18n-4.6.0.tgz", - "integrity": "sha512-h+iff7QreOWfeK98k54Ey8yOoTal1rrDdnu2vnKoggDIKtZbcI0p0ekQWhUmm5vjoMIK4kYzu48e/a9POUyq6A==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.2.1", - "rxjs": ">=7.0.0" - } - }, "node_modules/@taiga-ui/icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/icons/-/icons-4.6.0.tgz", - "integrity": "sha512-cj0zpTDYtgUQ8kCQZenHmK28xUfvQS4Q8dHfgg+8R8S6442i9eygH+mTiEQgkBOq67iWsUwZiaODIFyUw2Dgpg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/icons/-/icons-4.7.0.tgz", + "integrity": "sha512-Ft4s/anCrfSlQYcG2XMtP1/LB8RMpT7/yUHXbXMz9RtnGlZebONqYk/5gIny8qaSoTGRiKuxetvGBDEqs2cOhg==", "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.0" } }, - "node_modules/@taiga-ui/kit": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/kit/-/kit-4.6.0.tgz", - "integrity": "sha512-NuUHB99FyXBH26lxMDzjGTGkUzFVfceVFmpDIkbqaCkLDixWL3zxy96qrgkK6Wm+RpMgf4NJkR4ym5iLgsYzXg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@angular/forms": ">=16.0.0", - "@angular/router": ">=16.0.0", - "@maskito/angular": "^3.0.1", - "@maskito/core": "^3.0.1", - "@maskito/kit": "^3.0.1", - "@maskito/phone": "^3.0.1", - "@ng-web-apis/common": "^4.2.1", - "@ng-web-apis/intersection-observer": "^4.2.1", - "@ng-web-apis/mutation-observer": "^4.2.1", - "@ng-web-apis/resize-observer": "^4.2.1", - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/core": "^4.6.0", - "@taiga-ui/i18n": "^4.6.0", - "@taiga-ui/polymorpheus": "^4.7.0", - "rxjs": ">=7.0.0" - } - }, - "node_modules/@taiga-ui/layout": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/layout/-/layout-4.6.0.tgz", - "integrity": "sha512-poPLVeCkCEc1E47XeH9r37Vb5Po33nTkNqgn1ZUo1dniN7mvyDYsJjUk+/KH5R1lSxbvnbjcBnc65O0saufxdw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "peerDependencies": { - "@angular/common": ">=16.0.0", - "@angular/core": ">=16.0.0", - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/core": "^4.6.0", - "@taiga-ui/kit": "^4.6.0", - "@taiga-ui/polymorpheus": "^4.7.0", - "rxjs": ">=7.0.0" - } - }, "node_modules/@taiga-ui/legacy": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/legacy/-/legacy-4.6.0.tgz", - "integrity": "sha512-TI1TEzHgifqFeYYVGo2Ups1KqgJqfyFRnwHP+Fr98XoXRIDWNb1vJe3riWPQAEawdBlAYFmSWRO4pJ9F3W4zzg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/legacy/-/legacy-4.7.0.tgz", + "integrity": "sha512-RVBcF99zhgdYAlBOvme6t+vSZWecYZ5/X0CSq45Ci/XN2xnzU8ANWiVU20uMS3hUDQmYttxTQiBTkz7P1JK7dQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -11747,27 +11597,16 @@ "stylelint-use-logical": "^2.1.2" } }, - "node_modules/@taiga-ui/styles": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/styles/-/styles-4.6.0.tgz", - "integrity": "sha512-clWpX4XoMojaciLxUQnrDBeMG3XSOyzRFagoMeKXhfvMKA5rM7pF7Qfx/qRfg8pcB2K+SLdnLNWxhcHTj9TefA==", - "dev": true, - "peerDependencies": { - "@taiga-ui/cdk": "^4.6.0", - "@taiga-ui/core": "^4.6.0", - "tslib": "^2.7.0" - } - }, "node_modules/@taiga-ui/testing": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/testing/-/testing-4.6.0.tgz", - "integrity": "sha512-UVhJmJ5dblc4hSg8rY0Jv3lVnDVBmyObF7c6yf94EK9YP9CbeCI3nRAsWx/pYqTQ/7mdM9rvVoSj7Do37lHhjg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/testing/-/testing-4.7.0.tgz", + "integrity": "sha512-dB42zoSlP7o22xhKBX1YJStkWZQkrysnvclG11smpNiJO12navAWIvQdGZCEoViBv/KDORE6GwLwwShzcb+UiQ==", "dev": true, "dependencies": { "tslib": "^2.7.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.6.0" + "@taiga-ui/cdk": "^4.7.0" } }, "node_modules/@taiga-ui/tsconfig": { @@ -13081,18 +12920,18 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz", - "integrity": "sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz", + "integrity": "sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==", "dev": true, "license": "MIT", "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.5.0", - "@typescript-eslint/type-utils": "8.5.0", - "@typescript-eslint/utils": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0", + "@typescript-eslint/scope-manager": "8.6.0", + "@typescript-eslint/type-utils": "8.6.0", + "@typescript-eslint/utils": "8.6.0", + "@typescript-eslint/visitor-keys": "8.6.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -13116,15 +12955,15 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz", - "integrity": "sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz", + "integrity": "sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.5.0", - "@typescript-eslint/utils": "8.5.0", + "@typescript-eslint/typescript-estree": "8.6.0", + "@typescript-eslint/utils": "8.6.0", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -13335,17 +13174,17 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.5.0.tgz", - "integrity": "sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.6.0.tgz", + "integrity": "sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==", "dev": true, "license": "BSD-2-Clause", "peer": true, "dependencies": { - "@typescript-eslint/scope-manager": "8.5.0", - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/typescript-estree": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0", + "@typescript-eslint/scope-manager": "8.6.0", + "@typescript-eslint/types": "8.6.0", + "@typescript-eslint/typescript-estree": "8.6.0", + "@typescript-eslint/visitor-keys": "8.6.0", "debug": "^4.3.4" }, "engines": { @@ -13365,15 +13204,15 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz", - "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz", + "integrity": "sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0" + "@typescript-eslint/types": "8.6.0", + "@typescript-eslint/visitor-keys": "8.6.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -13577,9 +13416,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz", - "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz", + "integrity": "sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==", "dev": true, "license": "MIT", "peer": true, @@ -13592,15 +13431,15 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz", - "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz", + "integrity": "sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==", "dev": true, "license": "BSD-2-Clause", "peer": true, "dependencies": { - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/visitor-keys": "8.5.0", + "@typescript-eslint/types": "8.6.0", + "@typescript-eslint/visitor-keys": "8.6.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -13671,17 +13510,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz", - "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.6.0.tgz", + "integrity": "sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==", "dev": true, "license": "MIT", "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.5.0", - "@typescript-eslint/types": "8.5.0", - "@typescript-eslint/typescript-estree": "8.5.0" + "@typescript-eslint/scope-manager": "8.6.0", + "@typescript-eslint/types": "8.6.0", + "@typescript-eslint/typescript-estree": "8.6.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -13695,14 +13534,14 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz", - "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz", + "integrity": "sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@typescript-eslint/types": "8.5.0", + "@typescript-eslint/types": "8.6.0", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -31048,17 +30887,6 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "uc.micro": "^2.0.0" - } - }, "node_modules/lint-staged": { "version": "15.2.10", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.10.tgz", @@ -32395,33 +32223,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/markdown-it": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "argparse": "^2.0.1", - "entities": "^4.4.0", - "linkify-it": "^5.0.0", - "mdurl": "^2.0.0", - "punycode.js": "^2.3.1", - "uc.micro": "^2.1.0" - }, - "bin": { - "markdown-it": "bin/markdown-it.mjs" - } - }, - "node_modules/markdown-it/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0", - "peer": true - }, "node_modules/mathml-tag-names": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", @@ -32440,14 +32241,6 @@ "dev": true, "license": "CC0-1.0" }, - "node_modules/mdurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", - "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", - "dev": true, - "license": "MIT", - "peer": true - }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -37465,17 +37258,6 @@ "node": ">=6" } }, - "node_modules/punycode.js": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", - "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6" - } - }, "node_modules/pure-rand": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", @@ -43524,14 +43306,6 @@ "node": "*" } }, - "node_modules/uc.micro": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", - "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", - "dev": true, - "license": "MIT", - "peer": true - }, "node_modules/uglify-js": { "version": "3.19.3", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", @@ -45045,16 +44819,16 @@ "@nguniversal/builders": "16.2.0", "@nguniversal/express-engine": "16.2.0", "@stackblitz/sdk": "1.11.0", - "@taiga-ui/addon-doc": "4.6.0", - "@taiga-ui/addon-mobile": "4.6.0", - "@taiga-ui/cdk": "4.6.0", - "@taiga-ui/core": "4.6.0", - "@taiga-ui/icons": "4.6.0", - "@taiga-ui/kit": "4.6.0", - "@taiga-ui/layout": "4.6.0", - "@taiga-ui/legacy": "4.6.0", - "@taiga-ui/styles": "4.6.0", - "@taiga-ui/testing": "4.6.0", + "@taiga-ui/addon-doc": "4.7.0", + "@taiga-ui/addon-mobile": "4.7.0", + "@taiga-ui/cdk": "4.7.0", + "@taiga-ui/core": "4.7.0", + "@taiga-ui/icons": "4.7.0", + "@taiga-ui/kit": "4.7.0", + "@taiga-ui/layout": "4.7.0", + "@taiga-ui/legacy": "4.7.0", + "@taiga-ui/styles": "4.7.0", + "@taiga-ui/testing": "4.7.0", "ngx-highlightjs": "10.0.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -45071,6 +44845,124 @@ "cypress-real-events": "1.13.0" } }, + "projects/demo/node_modules/@taiga-ui/addon-doc": { + "version": "4.7.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.7.0" + }, + "peerDependencies": { + "@angular/cdk": ">=16.0.0", + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "@angular/forms": ">=16.0.0", + "@angular/router": ">=16.0.0", + "@ng-web-apis/common": "^4.6.0", + "@taiga-ui/addon-mobile": "^4.7.0", + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/core": "^4.7.0", + "@taiga-ui/kit": "^4.7.0", + "@taiga-ui/polymorpheus": "^4.7.1", + "markdown-it": ">=14.1.0", + "ngx-highlightjs": ">=10.0.0" + } + }, + "projects/demo/node_modules/@taiga-ui/addon-mobile": { + "version": "4.7.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.7.0" + }, + "peerDependencies": { + "@angular/cdk": ">=16.0.0", + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "@ng-web-apis/common": "^4.6.0", + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/core": "^4.7.0", + "@taiga-ui/kit": "^4.7.0", + "@taiga-ui/polymorpheus": "^4.7.1", + "rxjs": ">=7.0.0" + } + }, + "projects/demo/node_modules/@taiga-ui/core": { + "version": "4.7.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.7.0" + }, + "peerDependencies": { + "@angular/animations": ">=16.0.0", + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "@angular/forms": ">=16.0.0", + "@angular/platform-browser": ">=16.0.0", + "@angular/router": ">=16.0.0", + "@ng-web-apis/common": "^4.6.0", + "@ng-web-apis/mutation-observer": "^4.6.0", + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/event-plugins": "^4.2.0", + "@taiga-ui/i18n": "^4.7.0", + "@taiga-ui/polymorpheus": "^4.7.1", + "rxjs": ">=7.0.0" + } + }, + "projects/demo/node_modules/@taiga-ui/kit": { + "version": "4.7.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.7.0" + }, + "peerDependencies": { + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "@angular/forms": ">=16.0.0", + "@angular/router": ">=16.0.0", + "@maskito/angular": "^3.0.1", + "@maskito/core": "^3.0.1", + "@maskito/kit": "^3.0.1", + "@maskito/phone": "^3.0.1", + "@ng-web-apis/common": "^4.6.0", + "@ng-web-apis/intersection-observer": "^4.6.0", + "@ng-web-apis/mutation-observer": "^4.6.0", + "@ng-web-apis/resize-observer": "^4.6.0", + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/core": "^4.7.0", + "@taiga-ui/i18n": "^4.7.0", + "@taiga-ui/polymorpheus": "^4.7.1", + "rxjs": ">=7.0.0" + } + }, + "projects/demo/node_modules/@taiga-ui/layout": { + "version": "4.7.0", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.7.0" + }, + "peerDependencies": { + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/core": "^4.7.0", + "@taiga-ui/kit": "^4.7.0", + "@taiga-ui/polymorpheus": "^4.7.1", + "rxjs": ">=7.0.0" + } + }, + "projects/demo/node_modules/@taiga-ui/styles": { + "version": "4.7.0", + "dev": true, + "peerDependencies": { + "@taiga-ui/cdk": "^4.7.0", + "@taiga-ui/core": "^4.7.0", + "tslib": "^2.7.0" + } + }, "projects/kit": { "name": "@maskito/kit", "version": "3.0.1", diff --git a/projects/demo/package.json b/projects/demo/package.json index 91b912a23..ac40321a7 100644 --- a/projects/demo/package.json +++ b/projects/demo/package.json @@ -19,16 +19,16 @@ "@nguniversal/builders": "16.2.0", "@nguniversal/express-engine": "16.2.0", "@stackblitz/sdk": "1.11.0", - "@taiga-ui/addon-doc": "4.6.0", - "@taiga-ui/addon-mobile": "4.6.0", - "@taiga-ui/cdk": "4.6.0", - "@taiga-ui/core": "4.6.0", - "@taiga-ui/icons": "4.6.0", - "@taiga-ui/kit": "4.6.0", - "@taiga-ui/layout": "4.6.0", - "@taiga-ui/legacy": "4.6.0", - "@taiga-ui/styles": "4.6.0", - "@taiga-ui/testing": "4.6.0", + "@taiga-ui/addon-doc": "4.7.0", + "@taiga-ui/addon-mobile": "4.7.0", + "@taiga-ui/cdk": "4.7.0", + "@taiga-ui/core": "4.7.0", + "@taiga-ui/icons": "4.7.0", + "@taiga-ui/kit": "4.7.0", + "@taiga-ui/layout": "4.7.0", + "@taiga-ui/legacy": "4.7.0", + "@taiga-ui/styles": "4.7.0", + "@taiga-ui/testing": "4.7.0", "ngx-highlightjs": "10.0.0", "react": "18.3.1", "react-dom": "18.3.1",