Skip to content

Commit e841fa3

Browse files
v10.7.1
2 parents f3c833a + af7272a commit e841fa3

File tree

3 files changed

+2325
-4240
lines changed

3 files changed

+2325
-4240
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
strategy:
7474
matrix:
75-
node: [14, 16]
75+
node: [16, 18]
7676
name: Test with Node ${{ matrix.node }}
7777
steps:
7878
- uses: actions/checkout@v3

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"getstream.io"
2929
],
3030
"dependencies": {
31-
"@braintree/sanitize-url": "6.0.0",
31+
"@braintree/sanitize-url": "^6.0.2",
3232
"@popperjs/core": "^2.11.5",
3333
"@stream-io/stream-chat-css": "^3.7.2",
3434
"clsx": "^1.1.1",
@@ -147,7 +147,7 @@
147147
"eslint-plugin-react-hooks": "^4.2.0",
148148
"eslint-plugin-sort-destructure-keys": "1.3.5",
149149
"eslint-plugin-sort-keys-fix": "^1.1.2",
150-
"eslint-plugin-typescript-sort-keys": "1.5.0",
150+
"eslint-plugin-typescript-sort-keys": "^2.1.0",
151151
"file-loader": "^6.2.0",
152152
"husky": "^4.3.0",
153153
"i18next-parser": "^6.0.0",
@@ -169,8 +169,7 @@
169169
"rollup-plugin-url": "^3.0.1",
170170
"rollup-plugin-visualizer": "^4.2.0",
171171
"semantic-release": "^19.0.5",
172-
"semantic-release-cli": "^5.4.4",
173-
"stream-chat": "^8.2.1",
172+
"stream-chat": "^8.4.1",
174173
"style-loader": "^2.0.0",
175174
"ts-jest": "^26.5.1",
176175
"tslib": "2.3.0",

0 commit comments

Comments
 (0)