|
11 | 11 | "test:watch": "jest --coverage --verbose --watchAll" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@babel/traverse": "^7.27.0", |
15 | | - "@fluentui/react": "^8.122.14", |
16 | | - "@fluentui/react-icons": "^2.0.294", |
17 | | - "@fortawesome/fontawesome-svg-core": "^6.7.2", |
18 | | - "@fortawesome/free-solid-svg-icons": "^6.7.2", |
| 14 | + "@babel/traverse": "^7.27.7", |
| 15 | + "@fluentui/react": "^8.123.2", |
| 16 | + "@fluentui/react-icons": "^2.0.307", |
| 17 | + "@fortawesome/fontawesome-svg-core": "^7.0.0", |
| 18 | + "@fortawesome/free-solid-svg-icons": "^7.0.0", |
19 | 19 | "@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome", |
20 | 20 | "lodash": "^4.17.21", |
21 | 21 | "lodash-es": "^4.17.21", |
22 | | - "microsoft-cognitiveservices-speech-sdk": "^1.43.1", |
23 | | - "postcss": "^8.5.1", |
| 22 | + "microsoft-cognitiveservices-speech-sdk": "^1.44.1", |
| 23 | + "postcss": "^8.5.6", |
| 24 | + |
24 | 25 | "react": "^18.3.1", |
25 | 26 | "react-dom": "^18.3.1", |
26 | 27 | "react-markdown": "^9.1.0", |
27 | 28 | "react-router-dom": "^7.1.5", |
| 29 | + |
28 | 30 | "rehype-raw": "^7.0.0", |
29 | 31 | "remark-gfm": "^4.0.0", |
30 | 32 | "remark-supersub": "^1.0.0", |
31 | 33 | "uuid": "^11.0.5" |
32 | 34 | }, |
33 | 35 | "devDependencies": { |
34 | | - "@testing-library/jest-dom": "^6.5.0", |
| 36 | + "@testing-library/jest-dom": "^6.6.4", |
35 | 37 | "@testing-library/react": "^16.0.1", |
36 | 38 | "@testing-library/user-event": "^14.5.2", |
37 | 39 | "@types/isomorphic-fetch": "^0.0.39", |
38 | | - "@types/jest": "^29.5.13", |
| 40 | + "@types/jest": "^30.0.0", |
39 | 41 | "@types/lodash-es": "^4.17.12", |
40 | | - "@types/node": "^22.14.0", |
| 42 | + |
| 43 | + "@types/node": "^24.0.8", |
41 | 44 | "@types/react": "^18.3.1", |
42 | 45 | "@types/react-dom": "^18.3.1", |
| 46 | + |
43 | 47 | "@types/testing-library__user-event": "^4.2.0", |
44 | 48 | "@types/uuid": "^10.0.0", |
45 | 49 | "identity-obj-proxy": "^3.0.0", |
46 | 50 | "isomorphic-fetch": "^3.0.0", |
47 | | - "jest": "^29.7.0", |
| 51 | + "jest": "^30.0.5", |
48 | 52 | "jest-environment-jsdom": "^29.7.0", |
49 | | - "msw": "^2.4.9", |
50 | | - "@vitejs/plugin-react": "^4.3.4", |
51 | | - "prettier": "^3.5.3", |
52 | | - "ts-jest": "^29.3.1", |
| 53 | + "msw": "^2.10.2", |
| 54 | + "@vitejs/plugin-react": "^4.6.0", |
| 55 | + "prettier": "^3.6.2", |
| 56 | + "ts-jest": "^29.4.0", |
53 | 57 | "ts-node": "^10.9.2", |
| 58 | + |
54 | 59 | "typescript": "^5.8.2", |
55 | | - "vite": "^6.2.5", |
56 | | - "vitest": "^3.1.1" |
| 60 | + "vite": "^7.0.0", |
| 61 | + |
| 62 | + "vitest": "^3.2.4" |
57 | 63 | } |
58 | 64 | } |
0 commit comments