|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@testing-library/jest-dom": "^5.14.1", |
7 |
| - "@testing-library/react": "^13.0.0", |
8 |
| - "@testing-library/user-event": "^13.2.1", |
9 |
| - "@types/jest": "^27.0.1", |
10 |
| - "@types/node": "^16.7.13", |
| 6 | + "@containous/faency": "^0.7.0", |
| 7 | + "@types/node": "^20.12.7", |
11 | 8 | "@types/react": "^18.0.0",
|
12 | 9 | "@types/react-dom": "^18.0.0",
|
| 10 | + "@types/styled-components": "^5.1.26", |
| 11 | + "@types/styled-system": "^5.1.15", |
| 12 | + "query-string": "^7.1.1", |
13 | 13 | "react": "^18.2.0",
|
14 | 14 | "react-dom": "^18.2.0",
|
15 | 15 | "react-scripts": "5.0.1",
|
| 16 | + "styled-components": "^5.3.5", |
| 17 | + "styled-system": "^5.1.5", |
| 18 | + "swr": "^1.3.0", |
16 | 19 | "typescript": "^4.4.2",
|
17 | 20 | "web-vitals": "^2.1.0"
|
18 | 21 | },
|
|
42 | 45 | ]
|
43 | 46 | },
|
44 | 47 | "devDependencies": {
|
45 |
| - "@containous/faency": "^0.7.0", |
46 |
| - "@types/styled-components": "^5.1.26", |
47 |
| - "@types/styled-system": "^5.1.15", |
48 |
| - "query-string": "^7.1.1", |
49 |
| - "styled-components": "^5.3.5", |
50 |
| - "styled-system": "^5.1.5", |
51 |
| - "swr": "^1.3.0" |
| 48 | + "@testing-library/jest-dom": "^5.14.1", |
| 49 | + "@testing-library/react": "^13.0.0", |
| 50 | + "@testing-library/user-event": "^13.2.1", |
| 51 | + "@types/jest": "^27.0.1" |
52 | 52 | }
|
53 | 53 | }
|
0 commit comments