|
11 | 11 | "author": "",
|
12 | 12 | "license": "ISC",
|
13 | 13 | "devDependencies": {
|
14 |
| - "@babel/plugin-proposal-explicit-resource-management": "^7.22.6", |
| 14 | + "@babel/plugin-proposal-explicit-resource-management": "^7.23.0", |
15 | 15 | "@nirelko/jest-environment-jsdom": "^29.6.7",
|
16 |
| - "@testing-library/dom": "^9.3.1", |
| 16 | + "@testing-library/dom": "^9.3.3", |
17 | 17 | "@testing-library/jest-dom": "^5.17.0",
|
18 |
| - "@testing-library/react": "^13.4.0", |
19 |
| - "@testing-library/user-event": "^14.4.3", |
20 |
| - "@types/js-cookie": "^3.0.3", |
21 |
| - "@types/react": "^18.2.21", |
22 |
| - "@types/react-dom": "^18.2.7", |
23 |
| - "@vitejs/plugin-react": "^4.0.4", |
| 18 | + "@testing-library/react": "^14.0.0", |
| 19 | + "@testing-library/user-event": "^14.5.1", |
| 20 | + "@types/js-cookie": "^3.0.4", |
| 21 | + "@types/react": "^18.2.23", |
| 22 | + "@types/react-dom": "^18.2.8", |
| 23 | + "@vitejs/plugin-react": "^4.1.0", |
24 | 24 | "fastify": "^4.23.2",
|
25 | 25 | "typescript": "^5.2.2",
|
26 | 26 | "vite": "^4.4.9",
|
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 | 31 | "@ts-react-tdd/server": "1.0.0",
|
32 |
| - "axios": "^0.27.2", |
| 32 | + "axios": "^1.5.1", |
33 | 33 | "nanoid": "^4.0.2",
|
34 | 34 | "react": "^18.2.0",
|
35 | 35 | "react-dom": "^18.2.0",
|
36 | 36 | "react-query": "^3.39.3",
|
37 |
| - "react-router-dom": "^6.15.0" |
| 37 | + "react-router-dom": "^6.16.0" |
38 | 38 | }
|
39 | 39 | }
|
0 commit comments