|
25 | 25 | "format": "prettier --write ." |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "autoprefixer": "^10.4.8", |
| 28 | + "autoprefixer": "^10.4.13", |
29 | 29 | "compression": "1.7.4", |
30 | 30 | "cross-env": "^7.0.3", |
31 | | - "express": "4.18.1", |
32 | | - "nodemon": "^2.0.19", |
| 31 | + "express": "4.18.2", |
| 32 | + "nodemon": "^2.0.20", |
33 | 33 | "react": "^18.2.0", |
34 | 34 | "react-dom": "^18.2.0", |
35 | | - "react-router-dom": "^6.3.0", |
| 35 | + "react-router-dom": "^6.4.5", |
36 | 36 | "serve-static": "^1.15.0", |
37 | 37 | "ts-node": "^10.9.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@types/express": "^4.17.13", |
| 40 | + "@types/express": "^4.17.14", |
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 | | - "@types/eslint": "8.4.6", |
46 | | - "@types/node": "18.7.14", |
47 | | - "@types/react": "^18.0.18", |
48 | | - "@types/react-dom": "^18.0.6", |
| 45 | + "@types/eslint": "8.4.10", |
| 46 | + "@types/node": "18.11.13", |
| 47 | + "@types/react": "^18.0.26", |
| 48 | + "@types/react-dom": "^18.0.9", |
49 | 49 | "@types/react-router-dom": "^5.3.3", |
50 | | - "@typescript-eslint/eslint-plugin": "^5.36.1", |
51 | | - "@typescript-eslint/parser": "^5.36.1", |
52 | | - "@vitejs/plugin-react": "^2.0.1", |
53 | | - "concurrently": "7.3.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 51 | + "@typescript-eslint/parser": "^5.46.1", |
| 52 | + "@vitejs/plugin-react": "^3.0.0", |
| 53 | + "concurrently": "7.6.0", |
54 | 54 | "copyfiles": "^2.4.1", |
55 | | - "eslint": "^8.23.0", |
| 55 | + "eslint": "^8.29.0", |
56 | 56 | "eslint-config-prettier": "^8.5.0", |
57 | 57 | "eslint-config-standard": "^17.0.0", |
58 | | - "eslint-plugin-react": "^7.31.6", |
| 58 | + "eslint-plugin-react": "^7.31.11", |
59 | 59 | "eslint-plugin-react-hooks": "^4.6.0", |
60 | | - "jsdom": "^20.0.0", |
61 | | - "postcss": "8.4.16", |
62 | | - "prettier": "^2.7.1", |
| 60 | + "jsdom": "^20.0.3", |
| 61 | + "postcss": "8.4.20", |
| 62 | + "prettier": "^2.8.1", |
63 | 63 | "rimraf": "^3.0.2", |
64 | | - "tailwindcss": "3.1.8", |
65 | | - "typescript": "4.8.2", |
66 | | - "vite": "3.0.9", |
67 | | - "vitest": "^0.23.0" |
| 64 | + "tailwindcss": "3.2.4", |
| 65 | + "typescript": "4.9.4", |
| 66 | + "vite": "4.0.1", |
| 67 | + "vitest": "^0.25.7" |
68 | 68 | } |
69 | 69 | } |
0 commit comments