|
11 | 11 | "test:watch": "jest --coverage --verbose --watchAll" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@babel/traverse": "^7.28.5", |
15 | | - "@fluentui/react": "^8.125.3", |
16 | | - "@fluentui/react-icons": "^2.0.316", |
17 | | - "@fortawesome/fontawesome-svg-core": "^7.1.0", |
18 | | - "@fortawesome/free-solid-svg-icons": "^7.1.0", |
19 | | - "@fortawesome/react-fontawesome": "^3.1.1", |
20 | | - "lodash": "^4.17.21", |
21 | | - "lodash-es": "^4.17.22", |
22 | | - "microsoft-cognitiveservices-speech-sdk": "^1.47.0", |
| 14 | + "@babel/traverse": "^7.29.0", |
| 15 | + "@fluentui/react": "^8.125.4", |
| 16 | + "@fluentui/react-icons": "^2.0.319", |
| 17 | + "@fortawesome/fontawesome-svg-core": "^7.2.0", |
| 18 | + "@fortawesome/free-solid-svg-icons": "^7.2.0", |
| 19 | + "@fortawesome/react-fontawesome": "^3.2.0", |
| 20 | + "lodash": "^4.17.23", |
| 21 | + "lodash-es": "^4.17.23", |
| 22 | + "microsoft-cognitiveservices-speech-sdk": "^1.48.0", |
23 | 23 | "postcss": "^8.5.6", |
24 | 24 |
|
25 | | - "react": "^19.2.3", |
26 | | - "react-dom": "^19.2.3", |
| 25 | + "react": "^19.2.4", |
| 26 | + "react-dom": "^19.2.4", |
27 | 27 | "react-markdown": "^10.1.0", |
28 | | - "react-router-dom": "^7.11.0", |
| 28 | + "react-router-dom": "^7.13.0", |
29 | 29 |
|
30 | 30 | "rehype-raw": "^7.0.0", |
31 | | - "remark-gfm": "^4.0.0", |
| 31 | + "remark-gfm": "^4.0.1", |
32 | 32 | "remark-supersub": "^1.0.0", |
33 | 33 | "uuid": "^13.0.0" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@testing-library/jest-dom": "^6.9.1", |
37 | | - "@testing-library/react": "^16.3.1", |
38 | | - "@testing-library/user-event": "^14.5.2", |
| 37 | + "@testing-library/react": "^16.3.2", |
| 38 | + "@testing-library/user-event": "^14.6.1", |
39 | 39 | "@types/isomorphic-fetch": "^0.0.39", |
40 | 40 | "@types/jest": "^30.0.0", |
41 | 41 | "@types/lodash-es": "^4.17.12", |
42 | 42 |
|
43 | | - "@types/node": "^25.0.3", |
44 | | - "@types/react": "^19.2.7", |
| 43 | + "@types/node": "^25.2.3", |
| 44 | + "@types/react": "^19.2.14", |
45 | 45 | "@types/react-dom": "^19.2.3", |
46 | 46 |
|
47 | 47 | "@types/testing-library__user-event": "^4.2.0", |
|
50 | 50 | "isomorphic-fetch": "^3.0.0", |
51 | 51 | "jest": "^30.2.0", |
52 | 52 | "jest-environment-jsdom": "^30.2.0", |
53 | | - "msw": "^2.12.7", |
54 | | - "@vitejs/plugin-react": "^5.1.2", |
55 | | - "prettier": "^3.7.4", |
| 53 | + "msw": "^2.12.10", |
| 54 | + "@vitejs/plugin-react": "^5.1.4", |
| 55 | + "prettier": "^3.8.1", |
56 | 56 | "ts-jest": "^29.4.6", |
57 | 57 | "ts-node": "^10.9.2", |
58 | 58 |
|
59 | 59 | "typescript": "^5.9.3", |
60 | | - "vite": "^7.3.0", |
| 60 | + "vite": "^7.3.1", |
61 | 61 |
|
62 | | - "vitest": "^4.0.16" |
| 62 | + "vitest": "^4.0.18" |
63 | 63 | } |
64 | 64 | } |
0 commit comments