|
17 | 17 | "lint:quiet": "eslint **/*.{ts,tsx} --quiet" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@azure/abort-controller": "^1.1.0", |
| 20 | + "@azure/abort-controller": "^2.1.0", |
21 | 21 | "@azure/communication-chat": "^1.5.4", |
22 | 22 | "@azure/communication-common": "^2.3.1", |
23 | 23 | "@azure/communication-identity": "^1.3.0", |
24 | | - "@azure/communication-react": "1.26.0", |
| 24 | + "@azure/communication-react": "1.28.0", |
25 | 25 | "@azure/logger": "^1.0.4", |
26 | 26 | "@fluentui/react": "^8.115.2", |
27 | | - "@fluentui/react-file-type-icons": "8.11.4", |
| 27 | + "@fluentui/react-file-type-icons": "^8.11.4", |
28 | 28 | "@fluentui/react-icons": "^2.0.231", |
29 | 29 | "@types/react-linkify": "^1.0.4", |
30 | 30 | "json-stringify-safe": "^5.0.1", |
|
60 | 60 | "eslint-plugin-react": "^7.18.3", |
61 | 61 | "eslint-plugin-react-hooks": "^4.1.2", |
62 | 62 | "html-webpack-plugin": "~5.3.1", |
63 | | - "husky": "^4.3.0", |
64 | | - "jest": "29.7.0", |
| 63 | + "husky": "^9.1.7", |
| 64 | + "jest": "^29.7.0", |
65 | 65 | "jest-fetch-mock": "^3.0.3", |
66 | 66 | "jest-junit": "~13.0.0", |
67 | 67 | "prettier": "2.3.1", |
|
71 | 71 | "ts-loader": "^8.0.12", |
72 | 72 | "typescript": "^4.3.5", |
73 | 73 | "url-loader": "~4.1.1", |
74 | | - "webpack": "5.95.0", |
75 | | - "webpack-cli": "^4.9.2", |
76 | | - "webpack-dev-server": "5.2.1" |
| 74 | + "webpack": "^5.95.0", |
| 75 | + "webpack-cli": "^5.1.4", |
| 76 | + "webpack-dev-server": "^5.2.1" |
77 | 77 | } |
78 | 78 | } |
0 commit comments