diff --git a/npm/ng-packs/angular.json b/npm/ng-packs/angular.json index 5085c43beb..17967cf81e 100644 --- a/npm/ng-packs/angular.json +++ b/npm/ng-packs/angular.json @@ -14,13 +14,13 @@ "options": { "tsConfig": "packages/core/tsconfig.lib.json", "project": "packages/core/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/core/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -31,13 +31,17 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/core/tsconfig.lib.json", "packages/core/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/core/tsconfig.lib.json", + "packages/core/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } }, - "theme-shared": { "projectType": "library", "root": "packages/theme-shared", @@ -49,13 +53,13 @@ "options": { "tsConfig": "packages/theme-shared/tsconfig.lib.json", "project": "packages/theme-shared/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/theme-shared/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -66,13 +70,17 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/theme-shared/tsconfig.lib.json", "packages/theme-shared/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/theme-shared/tsconfig.lib.json", + "packages/theme-shared/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } }, - "theme-basic": { "projectType": "library", "root": "packages/theme-basic", @@ -84,13 +92,13 @@ "options": { "tsConfig": "packages/theme-basic/tsconfig.lib.json", "project": "packages/theme-basic/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/theme-basic/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -101,8 +109,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/theme-basic/tsconfig.lib.json", "packages/theme-basic/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/theme-basic/tsconfig.lib.json", + "packages/theme-basic/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -118,13 +131,13 @@ "options": { "tsConfig": "packages/account/tsconfig.lib.json", "project": "packages/account/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/account/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -135,8 +148,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/account/tsconfig.lib.json", "packages/account/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/account/tsconfig.lib.json", + "packages/account/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -152,13 +170,13 @@ "options": { "tsConfig": "packages/permission-management/tsconfig.lib.json", "project": "packages/permission-management/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/permission-management/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -173,7 +191,9 @@ "packages/permission-management/tsconfig.lib.json", "packages/permission-management/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -189,13 +209,13 @@ "options": { "tsConfig": "packages/identity/tsconfig.lib.json", "project": "packages/identity/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/identity/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -206,8 +226,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/identity/tsconfig.lib.json", "packages/identity/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/identity/tsconfig.lib.json", + "packages/identity/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -223,13 +248,13 @@ "options": { "tsConfig": "packages/feature-management/tsconfig.lib.json", "project": "packages/feature-management/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/feature-management/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -244,7 +269,9 @@ "packages/feature-management/tsconfig.lib.json", "packages/feature-management/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -260,13 +287,13 @@ "options": { "tsConfig": "packages/tenant-management/tsconfig.lib.json", "project": "packages/tenant-management/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/tenant-management/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -281,7 +308,9 @@ "packages/tenant-management/tsconfig.lib.json", "packages/tenant-management/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -297,13 +326,13 @@ "options": { "tsConfig": "packages/setting-management/tsconfig.lib.json", "project": "packages/setting-management/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/setting-management/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -318,7 +347,9 @@ "packages/setting-management/tsconfig.lib.json", "packages/setting-management/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -334,13 +365,13 @@ "options": { "tsConfig": "packages/setting-management-config/tsconfig.lib.json", "project": "packages/setting-management-config/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/setting-management-config/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -355,7 +386,9 @@ "packages/setting-management-config/tsconfig.lib.json", "packages/setting-management-config/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -371,13 +404,13 @@ "options": { "tsConfig": "packages/identity-config/tsconfig.lib.json", "project": "packages/identity-config/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/identity-config/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -388,8 +421,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/identity-config/tsconfig.lib.json", "packages/identity-config/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/identity-config/tsconfig.lib.json", + "packages/identity-config/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -405,13 +443,13 @@ "options": { "tsConfig": "packages/account-config/tsconfig.lib.json", "project": "packages/account-config/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/account-config/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -422,8 +460,13 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["packages/account-config/tsconfig.lib.json", "packages/account-config/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "packages/account-config/tsconfig.lib.json", + "packages/account-config/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } @@ -439,13 +482,13 @@ "options": { "tsConfig": "packages/tenant-management-config/tsconfig.lib.json", "project": "packages/tenant-management-config/ng-package.json" - } - , "configurations": { + }, + "configurations": { "production": { "tsConfig": "packages/tenant-management-config/tsconfig.lib.prod.json" } } -}, + }, "test": { "builder": "@angular-builders/jest:run", "options": { @@ -460,7 +503,9 @@ "packages/tenant-management-config/tsconfig.lib.json", "packages/tenant-management-config/tsconfig.spec.json" ], - "exclude": ["**/node_modules/**"] + "exclude": [ + "**/node_modules/**" + ] } } } @@ -485,28 +530,36 @@ "polyfills": "apps/dev-app/src/polyfills.ts", "tsConfig": "apps/dev-app/tsconfig.app.json", "aot": true, - "assets": ["apps/dev-app/src/favicon.ico", "apps/dev-app/src/assets"], + "assets": [ + "apps/dev-app/src/favicon.ico", + "apps/dev-app/src/assets" + ], "extractCss": true, "styles": [ "apps/dev-app/src/styles.scss", "node_modules/bootstrap/dist/css/bootstrap.min.css", - {"inject":false, + { + "inject": false, "input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css", "bundleName": "fontawesome-all.min" }, - {"inject":false, + { + "inject": false, "input": "node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css", "bundleName": "fontawesome-v4-shims.min" }, - {"inject":false, + { + "inject": false, "input": "node_modules/primeng/resources/themes/nova-light/theme.css", "bundleName": "primeng-nova-light-theme" }, - {"inject":false, + { + "inject": false, "input": "node_modules/primeicons/primeicons.css", "bundleName": "primeicons" }, - {"inject":false, + { + "inject": false, "input": "node_modules/primeng/resources/primeng.min.css", "bundleName": "primeng.min" } @@ -564,12 +617,20 @@ "lint": { "builder": "@angular-devkit/build-angular:tslint", "options": { - "tsConfig": ["apps/dev-app/tsconfig.app.json", "apps/dev-app/tsconfig.spec.json"], - "exclude": ["**/node_modules/**"] + "tsConfig": [ + "apps/dev-app/tsconfig.app.json", + "apps/dev-app/tsconfig.spec.json" + ], + "exclude": [ + "**/node_modules/**" + ] } } } } }, - "defaultProject": "core" -} + "defaultProject": "core", + "cli": { + "analytics": false + } +} \ No newline at end of file diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index c1f4d234f1..10e46b846e 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -78,7 +78,7 @@ "ngxs-schematic": "^1.1.9", "prettier": "^1.18.2", "primeicons": "^2.0.0", - "primeng": "^8.1.1", + "primeng": "^9.0.0-rc.4", "protractor": "~5.4.0", "rxjs": "~6.5.4", "snq": "^1.0.3", diff --git a/npm/ng-packs/packages/theme-shared/package.json b/npm/ng-packs/packages/theme-shared/package.json index 5b666079c8..cea61c0f04 100644 --- a/npm/ng-packs/packages/theme-shared/package.json +++ b/npm/ng-packs/packages/theme-shared/package.json @@ -16,7 +16,7 @@ "chart.js": "^2.9.2", "font-awesome": "^4.7.0", "primeicons": "^2.0.0", - "primeng": "^8.1.1" + "primeng": "^9.0.0-rc.4" }, "publishConfig": { "access": "public" diff --git a/npm/ng-packs/packages/theme-shared/yarn.lock b/npm/ng-packs/packages/theme-shared/yarn.lock new file mode 100644 index 0000000000..169e32362f --- /dev/null +++ b/npm/ng-packs/packages/theme-shared/yarn.lock @@ -0,0 +1,169 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@abp/ng.core@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@abp/ng.core/-/ng.core-2.1.0.tgz#70d47b81e7bbf1fa6d38e557c2aef26c9611458a" + integrity sha512-BJquoWQbH/lJmXeBKcOQfUTLkeGvTTgeq+ZRIngm7qGnbM5oeS3LPo6rTopP1ELHWzfkRMthx3HHJF4xqMpmaQ== + dependencies: + "@ngxs/router-plugin" "^3.5.1" + "@ngxs/storage-plugin" "^3.5.1" + "@ngxs/store" "^3.5.1" + angular-oauth2-oidc "^8.0.4" + just-clone "3.1.0" + just-compare "^1.3.0" + snq "^1.0.3" + tslib "^1.9.0" + +"@angular/cdk@^8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.3.tgz#16b96ffa935cbf5a646757ecaf2b19c434678f72" + integrity sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA== + dependencies: + tslib "^1.7.1" + optionalDependencies: + parse5 "^5.0.0" + +"@fortawesome/fontawesome-free@^5.11.2": + version "5.12.1" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.12.1.tgz#2a98fea9fbb8a606ddc79a4680034e9d5591c550" + integrity sha512-ZtjIIFplxncqxvogq148C3hBLQE+W3iJ8E4UvJ09zIJUgzwLcROsWwFDErVSXY2Plzao5J9KUYNHKHMEUYDMKw== + +"@ng-bootstrap/ng-bootstrap@^5.1.4": + version "5.3.0" + resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-5.3.0.tgz#4d624dd70a93f99c38bc35b1d3e00afc490155fc" + integrity sha512-oNg1sgT+XXxwSBX9oF4AeCHrq+Nm1CvukfVT/NPuYiuNAoTeVOdXc5bJHTLd+cCwoZ1OPZN/yZT+1BcW1KCksQ== + dependencies: + tslib "^1.9.0" + +"@ngx-validate/core@^0.0.7": + version "0.0.7" + resolved "https://registry.yarnpkg.com/@ngx-validate/core/-/core-0.0.7.tgz#35a4364e8c8bb43ce1731e8d681ce1ab307c5955" + integrity sha512-APT7kstDaJ0JkC6cDkypbVSXAOAEyPTQ9P8DjEI1szi+Xzuz69XLASK3NdTYjFwogWevhYXoYRaR2Bq9iWzl+g== + dependencies: + tslib "^1.9.0" + +"@ngxs/router-plugin@^3.5.1": + version "3.6.2" + resolved "https://registry.yarnpkg.com/@ngxs/router-plugin/-/router-plugin-3.6.2.tgz#058b09565011203bbf52294f16f29f9337aeaa27" + integrity sha512-5J3G9+Qsy/s7iqFivzAN1S6EmaZYTb9hqz7Xjn3c0u3Y44VMP5VWiz77jZ/eowXX0slJywcMxk6oCEFPwz4lXQ== + dependencies: + tslib "^1.9.0" + +"@ngxs/storage-plugin@^3.5.1": + version "3.6.2" + resolved "https://registry.yarnpkg.com/@ngxs/storage-plugin/-/storage-plugin-3.6.2.tgz#6fe2168891382c635406df02308f67b585efc60a" + integrity sha512-x9CATYmXDH9bWmKW4uQxt5xxb51naSAmMkhvv1QHIrE9hG4uYNqiV3ERAM1wZvZbu2MJB9iXEN0cBziTgrwe2Q== + dependencies: + tslib "^1.9.0" + +"@ngxs/store@^3.5.1": + version "3.6.2" + resolved "https://registry.yarnpkg.com/@ngxs/store/-/store-3.6.2.tgz#cfba63dc1e5bd422e89e54b3332cd69818510624" + integrity sha512-al7GU618SAuz2Ul4rFYVDgS1DM0gHReGOGvbnE7LBt4Etz3gsJERNYXPp2bSA7lZGaRPRaFfIHJN+Lm/GikFJw== + dependencies: + tslib "^1.9.0" + +angular-oauth2-oidc@^8.0.4: + version "8.0.4" + resolved "https://registry.yarnpkg.com/angular-oauth2-oidc/-/angular-oauth2-oidc-8.0.4.tgz#604aaa0b9870fb2c8a5ba2e562e3e49da86e6ecc" + integrity sha512-7/3niJBqD7rnElcW+SudE36g7zMWChW4gSq7NpJSzDA4aQadBgvg0hn317MfPm9tpYGrpE3G/z2NMnbzek4TMA== + dependencies: + jsrsasign "^8.0.12" + tslib "^1.9.0" + +bootstrap@^4.3.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" + integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA== + +chart.js@^2.9.2: + version "2.9.3" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.3.tgz#ae3884114dafd381bc600f5b35a189138aac1ef7" + integrity sha512-+2jlOobSk52c1VU6fzkh3UwqHMdSlgH1xFv9FKMqHiNCpXsGPQa/+81AFa+i3jZ253Mq9aAycPwDjnn1XbRNNw== + dependencies: + chartjs-color "^2.1.0" + moment "^2.10.2" + +chartjs-color-string@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz#1df096621c0e70720a64f4135ea171d051402f71" + integrity sha512-TIB5OKn1hPJvO7JcteW4WY/63v6KwEdt6udfnDE9iCAZgy+V4SrbSxoIbTw/xkUIapjEI4ExGtD0+6D3KyFd7A== + dependencies: + color-name "^1.0.0" + +chartjs-color@^2.1.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/chartjs-color/-/chartjs-color-2.4.1.tgz#6118bba202fe1ea79dd7f7c0f9da93467296c3b0" + integrity sha512-haqOg1+Yebys/Ts/9bLo/BqUcONQOdr/hoEr2LLTRl6C5LXctUdHxsCYfvQVg5JIxITrfCNUDr4ntqmQk9+/0w== + dependencies: + chartjs-color-string "^0.6.0" + color-convert "^1.9.3" + +color-convert@^1.9.3: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@^1.0.0: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +font-awesome@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133" + integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= + +jsrsasign@^8.0.12: + version "8.0.12" + resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-8.0.12.tgz#22abb9656d34a30b9530436720835e89c2e5c316" + integrity sha1-Iqu5ZW00owuVMENnIINeicLlwxY= + +just-clone@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/just-clone/-/just-clone-3.1.0.tgz#10efc422e9b041355c43b8076d7b768b7a09fbbd" + integrity sha512-sROn15yHaeNYSTG49HmfbQLtsZvMBb2COvVofNXbeUXx6GkERkdjG3dfejD0fe78gdHJLyS+fOz897H73S8LqA== + +just-compare@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-1.3.0.tgz#a53c31373f150a5b238555c243af4d8a38d7a0e5" + integrity sha512-i4QNo3mPYubDmAwPbCKQl5C2b5s0yudP5V5GDp6lGR1PM22Em4Idf7mcaIzXYcL6/RLdZtuGrAqkBe9RYM/t4w== + +moment@^2.10.2: + version "2.24.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" + integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== + +parse5@^5.0.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" + integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== + +primeicons@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/primeicons/-/primeicons-2.0.0.tgz#ec3e5a8d4d04a09309225a5a57deb911e08dc0d3" + integrity sha512-GJTCeMSQU8UU1GqbsaDrg/IH+b/vSinJQl52NVpdJ7sShYLZA8Eq6jLF48Ye3N/dQloGrE07i7XsZvxQ9pNbqg== + +primeng@^9.0.0-rc.4: + version "9.0.0-rc.4" + resolved "https://registry.yarnpkg.com/primeng/-/primeng-9.0.0-rc.4.tgz#b1dc7b84afe8b412e4a51c8070b445ef326ea8bf" + integrity sha512-g8XVsE7hBxtTWe4aYfF1I/27CGWTR7HFmfSKADh1hkO8A4tfQRfYkID1yo6fNd8t3xRMWYIn31nELQHgqiAe6Q== + +snq@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/snq/-/snq-1.0.3.tgz#f9661d10eebb224c52fc3c50106445c268618168" + integrity sha512-bXcxd1ppFnSNYKq84HyOYuYtbMHCFTZvuPSNCn/80yx9+DLkU/hLqjqCRKRHSDISrL1T/lWGXJyQxWS8TnutFA== + +tslib@^1.7.1, tslib@^1.9.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" + integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== diff --git a/npm/ng-packs/yarn.lock b/npm/ng-packs/yarn.lock index b966a3ed0d..592d9391d7 100644 --- a/npm/ng-packs/yarn.lock +++ b/npm/ng-packs/yarn.lock @@ -10423,6 +10423,11 @@ primeng@^8.1.1: resolved "https://registry.yarnpkg.com/primeng/-/primeng-8.1.1.tgz#3b1f95f503f1bd70834caea775dbfd2e4e322b5c" integrity sha512-8dP8A3qkmOvDTe97kCeFvoCk6oPNDdgMTdT4UBzhC4ua5wM7i7pjYXuKzAXm3oEFf+iSEB6WqzzfSqyZdbEA+w== +primeng@^9.0.0-rc.4: + version "9.0.0-rc.4" + resolved "https://registry.yarnpkg.com/primeng/-/primeng-9.0.0-rc.4.tgz#b1dc7b84afe8b412e4a51c8070b445ef326ea8bf" + integrity sha512-g8XVsE7hBxtTWe4aYfF1I/27CGWTR7HFmfSKADh1hkO8A4tfQRfYkID1yo6fNd8t3xRMWYIn31nELQHgqiAe6Q== + private@^0.1.6: version "0.1.8" resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"