|
25 | 25 | "format": "prettier --write ."
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "autoprefixer": "^10.4.13", |
| 28 | + "@types/react-helmet": "^6.1.6", |
| 29 | + "autoprefixer": "^10.4.14", |
29 | 30 | "compression": "1.7.4",
|
30 | 31 | "cross-env": "^7.0.3",
|
31 | 32 | "express": "4.18.2",
|
32 |
| - "nodemon": "^2.0.20", |
| 33 | + "nodemon": "^2.0.22", |
33 | 34 | "react": "^18.2.0",
|
34 | 35 | "react-dom": "^18.2.0",
|
35 |
| - "react-router-dom": "^6.6.1", |
| 36 | + "react-helmet": "^6.1.0", |
| 37 | + "react-router-dom": "^6.10.0", |
36 | 38 | "serve-static": "^1.15.0",
|
37 | 39 | "ts-node": "^10.9.1"
|
38 | 40 | },
|
39 | 41 | "devDependencies": {
|
40 |
| - "@types/express": "^4.17.15", |
41 | 42 | "@testing-library/jest-dom": "^5.16.5",
|
42 |
| - "@testing-library/react": "^13.4.0", |
| 43 | + "@testing-library/react": "^14.0.0", |
43 | 44 | "@types/compression": "1.7.2",
|
44 | 45 | "@types/concurrently": "6.4.0",
|
45 |
| - "@types/eslint": "8.4.10", |
46 |
| - "@types/node": "18.11.18", |
47 |
| - "@types/react": "^18.0.26", |
48 |
| - "@types/react-dom": "^18.0.10", |
| 46 | + "@types/eslint": "8.37.0", |
| 47 | + "@types/express": "^4.17.17", |
| 48 | + "@types/node": "18.15.11", |
| 49 | + "@types/react": "^18.0.33", |
| 50 | + "@types/react-dom": "^18.0.11", |
49 | 51 | "@types/react-router-dom": "^5.3.3",
|
50 |
| - "@typescript-eslint/eslint-plugin": "^5.48.0", |
51 |
| - "@typescript-eslint/parser": "^5.48.0", |
52 |
| - "@vitejs/plugin-react": "^3.0.0", |
53 |
| - "concurrently": "7.6.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.57.1", |
| 53 | + "@typescript-eslint/parser": "^5.57.1", |
| 54 | + "@vitejs/plugin-react": "^3.1.0", |
| 55 | + "concurrently": "8.0.1", |
54 | 56 | "copyfiles": "^2.4.1",
|
55 |
| - "eslint": "^8.31.0", |
56 |
| - "eslint-config-prettier": "^8.6.0", |
| 57 | + "eslint": "^8.37.0", |
| 58 | + "eslint-config-prettier": "^8.8.0", |
57 | 59 | "eslint-config-standard": "^17.0.0",
|
58 |
| - "eslint-plugin-react": "^7.31.11", |
| 60 | + "eslint-plugin-react": "^7.32.2", |
59 | 61 | "eslint-plugin-react-hooks": "^4.6.0",
|
60 |
| - "jsdom": "^20.0.3", |
61 |
| - "postcss": "8.4.20", |
62 |
| - "prettier": "^2.8.1", |
63 |
| - "rimraf": "^3.0.2", |
64 |
| - "tailwindcss": "3.2.4", |
65 |
| - "typescript": "4.9.4", |
66 |
| - "vite": "4.0.3", |
67 |
| - "vitest": "^0.26.3" |
| 62 | + "jsdom": "^21.1.1", |
| 63 | + "postcss": "8.4.21", |
| 64 | + "prettier": "^2.8.7", |
| 65 | + "rimraf": "^4.4.1", |
| 66 | + "tailwindcss": "3.3.1", |
| 67 | + "typescript": "5.0.3", |
| 68 | + "vite": "4.2.1", |
| 69 | + "vitest": "^0.29.8" |
68 | 70 | }
|
69 | 71 | }
|
0 commit comments