|
1 | 1 | { |
2 | | - "name": "hackathon-starter-ui", |
| 2 | + "name": "feast-ui", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@elastic/datemath": "^5.0.3", |
7 | | - "@elastic/eui": "^46.1.0", |
8 | | - "@emotion/react": "^11.7.1", |
9 | | - "@testing-library/jest-dom": "^5.14.1", |
10 | | - "@testing-library/react": "^12.0.0", |
11 | | - "@testing-library/user-event": "^13.2.1", |
| 7 | + "@elastic/eui": "^50.0.0", |
| 8 | + "@emotion/react": "^11.8.1", |
| 9 | + "@testing-library/jest-dom": "^5.16.2", |
| 10 | + "@testing-library/react": "^12.1.3", |
| 11 | + "@testing-library/user-event": "^13.5.0", |
12 | 12 | "@types/d3": "^7.1.0", |
13 | | - "@types/jest": "^27.0.1", |
14 | | - "@types/node": "^16.7.13", |
15 | | - "@types/react": "^17.0.20", |
16 | | - "@types/react-dom": "^17.0.9", |
| 13 | + "@types/jest": "^27.4.1", |
| 14 | + "@types/node": "^17.0.21", |
| 15 | + "@types/react": "^17.0.39", |
| 16 | + "@types/react-dom": "^17.0.13", |
17 | 17 | "d3": "^7.3.0", |
18 | 18 | "inter-ui": "^3.19.3", |
19 | 19 | "moment": "^2.29.1", |
20 | 20 | "prop-types": "^15.8.1", |
21 | 21 | "query-string": "^7.1.1", |
22 | 22 | "react": "^17.0.2", |
23 | 23 | "react-dom": "^17.0.2", |
24 | | - "react-query": "^3.34.12", |
| 24 | + "react-query": "^3.34.16", |
25 | 25 | "react-router-dom": "6", |
26 | 26 | "react-scripts": "5.0.0", |
27 | | - "typescript": "^4.4.2", |
| 27 | + "typescript": "^4.6.2", |
28 | 28 | "use-query-params": "^1.2.3", |
29 | | - "web-vitals": "^2.1.0", |
30 | | - "zod": "^3.11.6" |
| 29 | + "web-vitals": "^2.1.4", |
| 30 | + "zod": "^3.13.4" |
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | 33 | "start": "react-scripts start", |
|
59 | 59 | ] |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "msw": "^0.36.8" |
| 62 | + "msw": "^0.38.2" |
63 | 63 | } |
64 | 64 | } |
0 commit comments