|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@fortawesome/fontawesome-svg-core": "^6.1.1", |
7 |
| - "@fortawesome/free-solid-svg-icons": "^6.1.1", |
8 |
| - "@fortawesome/react-fontawesome": "^0.1.18", |
9 |
| - "@testing-library/jest-dom": "^5.16.4", |
10 |
| - "@testing-library/react": "^13.3.0", |
11 |
| - "@testing-library/user-event": "^14.2.1", |
12 |
| - "@types/jest": "^28.1.3", |
13 |
| - "@types/node": "^18.0.0", |
14 |
| - "microbundle": "0.15.0", |
15 |
| - "react-router-dom": "6.3.0", |
| 6 | + "@fortawesome/fontawesome-svg-core": "6.2.0", |
| 7 | + "@fortawesome/free-solid-svg-icons": "6.2.0", |
| 8 | + "@fortawesome/react-fontawesome": "0.2.0", |
| 9 | + "@testing-library/jest-dom": "5.16.5", |
| 10 | + "@testing-library/react": "13.4.0", |
| 11 | + "@testing-library/user-event": "14.4.3", |
| 12 | + "@types/jest": "29.2.0", |
| 13 | + "@types/node": "18.11.8", |
| 14 | + "microbundle": "0.15.1", |
| 15 | + "react-router-dom": "6.4.2", |
16 | 16 | "react-scripts": "5.0.1",
|
17 |
| - "typescript": "^4.7.4" |
| 17 | + "typescript": "4.8.4" |
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 | 20 | "start": "react-scripts start",
|
|
0 commit comments