|
32 | 32 | "nodemon": "^2.0.20", |
33 | 33 | "react": "^18.2.0", |
34 | 34 | "react-dom": "^18.2.0", |
35 | | - "react-router-dom": "^6.4.5", |
| 35 | + "react-router-dom": "^6.6.1", |
36 | 36 | "serve-static": "^1.15.0", |
37 | 37 | "ts-node": "^10.9.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@types/express": "^4.17.14", |
| 40 | + "@types/express": "^4.17.15", |
41 | 41 | "@testing-library/jest-dom": "^5.16.5", |
42 | 42 | "@testing-library/react": "^13.4.0", |
43 | 43 | "@types/compression": "1.7.2", |
44 | 44 | "@types/concurrently": "6.4.0", |
45 | 45 | "@types/eslint": "8.4.10", |
46 | | - "@types/node": "18.11.13", |
| 46 | + "@types/node": "18.11.18", |
47 | 47 | "@types/react": "^18.0.26", |
48 | | - "@types/react-dom": "^18.0.9", |
| 48 | + "@types/react-dom": "^18.0.10", |
49 | 49 | "@types/react-router-dom": "^5.3.3", |
50 | | - "@typescript-eslint/eslint-plugin": "^5.46.1", |
51 | | - "@typescript-eslint/parser": "^5.46.1", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.48.0", |
| 51 | + "@typescript-eslint/parser": "^5.48.0", |
52 | 52 | "@vitejs/plugin-react": "^3.0.0", |
53 | 53 | "concurrently": "7.6.0", |
54 | 54 | "copyfiles": "^2.4.1", |
55 | | - "eslint": "^8.29.0", |
56 | | - "eslint-config-prettier": "^8.5.0", |
| 55 | + "eslint": "^8.31.0", |
| 56 | + "eslint-config-prettier": "^8.6.0", |
57 | 57 | "eslint-config-standard": "^17.0.0", |
58 | 58 | "eslint-plugin-react": "^7.31.11", |
59 | 59 | "eslint-plugin-react-hooks": "^4.6.0", |
|
63 | 63 | "rimraf": "^3.0.2", |
64 | 64 | "tailwindcss": "3.2.4", |
65 | 65 | "typescript": "4.9.4", |
66 | | - "vite": "4.0.1", |
67 | | - "vitest": "^0.25.7" |
| 66 | + "vite": "4.0.3", |
| 67 | + "vitest": "^0.26.3" |
68 | 68 | } |
69 | 69 | } |
0 commit comments