Skip to content

Commit d133454

Browse files
committed
feat: Update stream-chat-css
1 parent b45bce2 commit d133454

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"ng": "ng",
88
"prestart": "npm run config:dev && ng build",
99
"start": "ng serve sample-app",
10+
"prestart:customizations-example": "npm run config:dev",
1011
"start:customizations-example": "ng serve customizations-example",
1112
"prestart:dev": "npm run config:dev",
1213
"start:dev": "rm -rf dist & npm run watch & (wait-on dist && ng serve sample-app)",
14+
"prestart:dev:customizations-example": "npm run config:dev",
1315
"start:dev:customizations-example": "rm -rf dist & npm run watch & (wait-on dist && ng serve customizations-example)",
1416
"build": "ng build",
1517
"build:prod": "npm run copy-css && ng build --configuration production",
@@ -93,7 +95,7 @@
9395
"@ctrl/ngx-emoji-mart": "^6.2.0",
9496
"@ngx-translate/core": "^13.0.0",
9597
"@ngx-translate/http-loader": "^6.0.0",
96-
"@stream-io/stream-chat-css": "2.6.0",
98+
"@stream-io/stream-chat-css": "2.7.0",
9799
"@stream-io/transliterate": "^1.5.2",
98100
"angular-mentions": "^1.4.0",
99101
"dayjs": "^1.10.7",

0 commit comments

Comments
 (0)