|
22 | 22 | "dependencies": { |
23 | 23 | "@braintree/sanitize-url": "5.0.0", |
24 | 24 | "custom-event": "^1.0.1", |
25 | | - "dayjs": "^1.9.4", |
| 25 | + "dayjs": "^1.9.6", |
26 | 26 | "emoji-mart": "3.0.0", |
27 | 27 | "emoji-regex": "^9.2.0", |
28 | | - "i18next": "^19.8.2", |
| 28 | + "i18next": "^19.8.4", |
29 | 29 | "isomorphic-ws": "^4.0.1", |
30 | 30 | "linkifyjs": "^2.1.9", |
31 | 31 | "lodash.debounce": "^4.0.8", |
|
37 | 37 | "react-file-utils": "0.4.0", |
38 | 38 | "react-images": "^1.1.7", |
39 | 39 | "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", |
44 | 44 | "seamless-immutable": "^7.1.4", |
45 | 45 | "textarea-caret": "^3.1.0", |
46 | 46 | "uuid": "^8.3.1" |
47 | 47 | }, |
48 | 48 | "peerDependencies": { |
49 | 49 | "react": "^17.0.0 || ^16.8.0", |
50 | 50 | "react-dom": "^17.0.0 || ^16.8.0", |
51 | | - "stream-chat": "2.7.x" |
| 51 | + "stream-chat": "2.8.x" |
52 | 52 | }, |
53 | 53 | "files": [ |
54 | 54 | "dist", |
55 | 55 | "/types", |
56 | 56 | "README.md" |
57 | 57 | ], |
58 | 58 | "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", |
62 | 62 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
63 | 63 | "@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", |
67 | 67 | "@rollup/plugin-babel": "^5.2.1", |
68 | 68 | "@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", |
71 | 71 | "@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", |
74 | 74 | "@testing-library/react-hooks": "^3.4.2", |
75 | | - "@types/braintree__sanitize-url": "4.1.0", |
76 | 75 | "@types/deep-equal": "^1.0.1", |
77 | | - "@types/emoji-mart": "^3.0.2", |
| 76 | + "@types/emoji-mart": "^3.0.4", |
78 | 77 | "@types/linkifyjs": "^2.1.3", |
79 | 78 | "@types/lodash.debounce": "^4.0.6", |
80 | 79 | "@types/lodash.throttle": "^4.1.6", |
81 | 80 | "@types/lodash.uniqby": "^4.7.6", |
82 | | - "@types/react-dom": "^16.9.8", |
| 81 | + "@types/react-dom": "^17.0.0", |
83 | 82 | "@types/seamless-immutable": "7.1.13", |
84 | 83 | "@types/uuid": "^8.3.0", |
85 | | - "autoprefixer": "^10.0.1", |
| 84 | + "autoprefixer": "^10.0.3", |
86 | 85 | "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", |
95 | 94 | "eslint-import-resolver-alias": "^1.1.2", |
96 | 95 | "eslint-loader": "^4.0.2", |
97 | 96 | "eslint-plugin-babel": "^5.3.1", |
98 | 97 | "eslint-plugin-flowtype": "^5.2.0", |
99 | 98 | "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", |
103 | 102 | "eslint-plugin-markdown": "^1.0.2", |
104 | 103 | "eslint-plugin-node": "^11.1.0", |
105 | 104 | "eslint-plugin-prettier": "^3.1.4", |
106 | 105 | "eslint-plugin-promise": "^4.2.1", |
107 | 106 | "eslint-plugin-react": "^7.21.5", |
108 | 107 | "eslint-plugin-react-hooks": "^4.2.0", |
109 | 108 | "eslint-plugin-sonarjs": "^0.5.0", |
110 | | - "htmlparser2": "^5.0.0", |
| 109 | + "htmlparser2": "^5.0.1", |
111 | 110 | "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", |
114 | 113 | "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", |
118 | 117 | "react": "^17.0.1", |
119 | 118 | "react-dom": "^17.0.1", |
120 | | - "react-styleguidist": "^11.1.0", |
| 119 | + "react-styleguidist": "^11.1.4", |
121 | 120 | "react-test-renderer": "^17.0.1", |
122 | | - "rollup": "^2.32.1", |
| 121 | + "rollup": "^2.33.3", |
123 | 122 | "rollup-plugin-commonjs": "^10.1.0", |
124 | 123 | "rollup-plugin-copy": "^3.3.0", |
125 | 124 | "rollup-plugin-copy-glob": "^0.3.1", |
|
129 | 128 | "rollup-plugin-scss": "^2.6.1", |
130 | 129 | "rollup-plugin-terser": "^7.0.2", |
131 | 130 | "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", |
138 | 137 | "stylelint-config-recommended-scss": "^4.2.0", |
139 | 138 | "stylelint-config-standard": "^20.0.0", |
140 | 139 | "stylelint-scss": "^3.18.0", |
141 | | - "typescript": "4.1.1-rc", |
| 140 | + "typescript": "4.1.2", |
142 | 141 | "url-loader": "^4.1.1", |
143 | 142 | "webpack": "4.44.2", |
144 | 143 | "webpack-cli": "^3.3.12", |
|
0 commit comments