update shared and marketplace libs for taiga dep

This commit is contained in:
Lucy Cifferello
2024-09-20 11:27:40 -04:00
parent 4d2afdb1a9
commit b5b0ac50bd
2 changed files with 8 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@start9labs/marketplace",
"version": "0.3.30",
"version": "0.3.31",
"peerDependencies": {
"@angular/common": ">=13.2.0",
"@angular/core": ">=13.2.0",
"@start9labs/shared": ">=0.3.2",
"@taiga-ui/cdk": "4.0.0-rc.6",
"@taiga-ui/core": "4.0.0-rc.6",
"@taiga-ui/layout": "4.0.0-rc.6",
"@taiga-ui/cdk": ">=4.0.0",
"@taiga-ui/core": ">=4.0.0",
"@taiga-ui/layout": ">=4.0.0",
"@tinkoff/ng-dompurify": ">=4.0.0",
"fuse.js": "^6.4.6"
},

View File

@@ -1,15 +1,15 @@
{
"name": "@start9labs/shared",
"version": "0.3.14",
"version": "0.3.15",
"peerDependencies": {
"@angular/common": ">=13.2.0",
"@angular/core": ">=13.2.0",
"@angular/router": ">=13.2.0",
"@ng-web-apis/mutation-observer": ">=4.0.0",
"@ng-web-apis/resize-observer": ">=4.0.0",
"@taiga-ui/cdk": "4.0.0-rc.7",
"@taiga-ui/core": "4.0.0-rc.7",
"@taiga-ui/layout": "4.0.0-rc.7",
"@taiga-ui/cdk": ">=4.0.0",
"@taiga-ui/core": ">=4.0.0",
"@taiga-ui/layout": ">=4.0.0",
"@tinkoff/ng-dompurify": ">=4.0.0",
"ansi-to-html": "^0.7.2"
},