Skip to content

Commit e173df1

Browse files
author
Amin Mahboubi
authored
bump dependencies (#618)
1 parent 77bb822 commit e173df1

File tree

8 files changed

+1535
-1780
lines changed

8 files changed

+1535
-1780
lines changed

examples/commerce/.eslintrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/livestream/.eslintrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/messaging/.eslintrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/team/.eslintrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 46 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"@braintree/sanitize-url": "5.0.0",
2424
"custom-event": "^1.0.1",
25-
"dayjs": "^1.9.4",
25+
"dayjs": "^1.9.6",
2626
"emoji-mart": "3.0.0",
2727
"emoji-regex": "^9.2.0",
28-
"i18next": "^19.8.2",
28+
"i18next": "^19.8.4",
2929
"isomorphic-ws": "^4.0.1",
3030
"linkifyjs": "^2.1.9",
3131
"lodash.debounce": "^4.0.8",
@@ -37,89 +37,88 @@
3737
"react-file-utils": "0.4.0",
3838
"react-images": "^1.1.7",
3939
"react-is": "^17.0.1",
40-
"react-markdown": "^5.0.2",
41-
"react-player": "^2.6.2",
42-
"react-textarea-autosize": "^8.2.0",
43-
"react-virtuoso": "^0.20.1",
40+
"react-markdown": "^5.0.3",
41+
"react-player": "^2.7.0",
42+
"react-textarea-autosize": "^8.3.0",
43+
"react-virtuoso": "^0.20.3",
4444
"seamless-immutable": "^7.1.4",
4545
"textarea-caret": "^3.1.0",
4646
"uuid": "^8.3.1"
4747
},
4848
"peerDependencies": {
4949
"react": "^17.0.0 || ^16.8.0",
5050
"react-dom": "^17.0.0 || ^16.8.0",
51-
"stream-chat": "2.7.x"
51+
"stream-chat": "2.8.x"
5252
},
5353
"files": [
5454
"dist",
5555
"/types",
5656
"README.md"
5757
],
5858
"devDependencies": {
59-
"@babel/cli": "^7.12.1",
60-
"@babel/core": "^7.12.3",
61-
"@babel/node": "^7.12.1",
59+
"@babel/cli": "^7.12.8",
60+
"@babel/core": "^7.12.9",
61+
"@babel/node": "^7.12.6",
6262
"@babel/plugin-proposal-class-properties": "^7.12.1",
6363
"@babel/plugin-transform-runtime": "^7.12.1",
64-
"@babel/preset-env": "^7.12.1",
65-
"@babel/preset-react": "^7.12.1",
66-
"@babel/preset-typescript": "^7.12.1",
64+
"@babel/preset-env": "^7.12.7",
65+
"@babel/preset-react": "^7.12.7",
66+
"@babel/preset-typescript": "^7.12.7",
6767
"@rollup/plugin-babel": "^5.2.1",
6868
"@rollup/plugin-json": "^4.1.0",
69-
"@rollup/plugin-node-resolve": "^9.0.0",
70-
"@rollup/plugin-replace": "^2.3.3",
69+
"@rollup/plugin-node-resolve": "^10.0.0",
70+
"@rollup/plugin-replace": "^2.3.4",
7171
"@stream-io/rollup-plugin-node-builtins": "^2.1.5",
72-
"@testing-library/jest-dom": "5.11.4",
73-
"@testing-library/react": "^11.1.0",
72+
"@testing-library/jest-dom": "5.11.6",
73+
"@testing-library/react": "^11.2.2",
7474
"@testing-library/react-hooks": "^3.4.2",
75-
"@types/braintree__sanitize-url": "4.1.0",
7675
"@types/deep-equal": "^1.0.1",
77-
"@types/emoji-mart": "^3.0.2",
76+
"@types/emoji-mart": "^3.0.4",
7877
"@types/linkifyjs": "^2.1.3",
7978
"@types/lodash.debounce": "^4.0.6",
8079
"@types/lodash.throttle": "^4.1.6",
8180
"@types/lodash.uniqby": "^4.7.6",
82-
"@types/react-dom": "^16.9.8",
81+
"@types/react-dom": "^17.0.0",
8382
"@types/seamless-immutable": "7.1.13",
8483
"@types/uuid": "^8.3.0",
85-
"autoprefixer": "^10.0.1",
84+
"autoprefixer": "^10.0.3",
8685
"babel-eslint": "^10.1.0",
87-
"babel-loader": "8.1.0",
88-
"babel-plugin-i18next-extract": "^0.8.0",
89-
"codecov": "^3.8.0",
90-
"css-loader": "^4.3.0",
91-
"eslint": "7.11.0",
92-
"eslint-config-airbnb": "^18.2.0",
93-
"eslint-config-prettier": "^6.14.0",
94-
"eslint-config-react-app": "^5.2.1",
86+
"babel-loader": "8.2.2",
87+
"babel-plugin-i18next-extract": "^0.8.2",
88+
"codecov": "^3.8.1",
89+
"css-loader": "^5.0.1",
90+
"eslint": "7.14.0",
91+
"eslint-config-airbnb": "^18.2.1",
92+
"eslint-config-prettier": "^6.15.0",
93+
"eslint-config-react-app": "^6.0.0",
9594
"eslint-import-resolver-alias": "^1.1.2",
9695
"eslint-loader": "^4.0.2",
9796
"eslint-plugin-babel": "^5.3.1",
9897
"eslint-plugin-flowtype": "^5.2.0",
9998
"eslint-plugin-import": "^2.22.1",
100-
"eslint-plugin-jest": "^24.1.0",
101-
"eslint-plugin-jest-dom": "^3.2.3",
102-
"eslint-plugin-jsx-a11y": "^6.3.1",
99+
"eslint-plugin-jest": "^24.1.3",
100+
"eslint-plugin-jest-dom": "^3.3.0",
101+
"eslint-plugin-jsx-a11y": "^6.4.1",
103102
"eslint-plugin-markdown": "^1.0.2",
104103
"eslint-plugin-node": "^11.1.0",
105104
"eslint-plugin-prettier": "^3.1.4",
106105
"eslint-plugin-promise": "^4.2.1",
107106
"eslint-plugin-react": "^7.21.5",
108107
"eslint-plugin-react-hooks": "^4.2.0",
109108
"eslint-plugin-sonarjs": "^0.5.0",
110-
"htmlparser2": "^5.0.0",
109+
"htmlparser2": "^5.0.1",
111110
"husky": "^4.3.0",
112-
"jest": "^26.6.0",
113-
"node-sass": "^4.14.1",
111+
"jest": "^26.6.3",
112+
"node-sass": "^5.0.0",
114113
"node-sass-import": "^2.0.1",
115-
"postcss": "^8.1.3",
116-
"postcss-loader": "^4.0.4",
117-
"prettier": "^2.1.2",
114+
"postcss": "^8.1.10",
115+
"postcss-loader": "^4.1.0",
116+
"prettier": "^2.2.0",
118117
"react": "^17.0.1",
119118
"react-dom": "^17.0.1",
120-
"react-styleguidist": "^11.1.0",
119+
"react-styleguidist": "^11.1.4",
121120
"react-test-renderer": "^17.0.1",
122-
"rollup": "^2.32.1",
121+
"rollup": "^2.33.3",
123122
"rollup-plugin-commonjs": "^10.1.0",
124123
"rollup-plugin-copy": "^3.3.0",
125124
"rollup-plugin-copy-glob": "^0.3.1",
@@ -129,16 +128,16 @@
129128
"rollup-plugin-scss": "^2.6.1",
130129
"rollup-plugin-terser": "^7.0.2",
131130
"rollup-plugin-url": "^3.0.1",
132-
"rollup-plugin-visualizer": "^4.1.2",
133-
"sass": "^1.27.0",
134-
"sass-loader": "^10.0.4",
135-
"stream-chat": "^2.7.0",
136-
"style-loader": "^1.3.0",
137-
"stylelint": "^13.7.2",
131+
"rollup-plugin-visualizer": "^4.2.0",
132+
"sass": "^1.29.0",
133+
"sass-loader": "^10.1.0",
134+
"stream-chat": "^2.8.4",
135+
"style-loader": "^2.0.0",
136+
"stylelint": "^13.8.0",
138137
"stylelint-config-recommended-scss": "^4.2.0",
139138
"stylelint-config-standard": "^20.0.0",
140139
"stylelint-scss": "^3.18.0",
141-
"typescript": "4.1.1-rc",
140+
"typescript": "4.1.2",
142141
"url-loader": "^4.1.1",
143142
"webpack": "4.44.2",
144143
"webpack-cli": "^3.3.12",

src/mock-builders/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const setUser = (client, user) => {
1515
client._user = { ...user };
1616
client.userID = user.id;
1717
client.userToken = token;
18+
client.wsPromise = Promise.resolve(true);
1819
resolve();
1920
});
2021
};

types/index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,9 +1275,7 @@ export class MessageInputSmall extends React.PureComponent<
12751275
any
12761276
> {}
12771277

1278-
export class Attachment extends React.PureComponent<
1279-
WrapperAttachmentUIComponentProps
1280-
> {}
1278+
export class Attachment extends React.PureComponent<WrapperAttachmentUIComponentProps> {}
12811279

12821280
export class ChannelList extends React.PureComponent<ChannelListProps> {}
12831281
export class ChannelListMessenger extends React.PureComponent<

0 commit comments

Comments
 (0)