|
11 | 11 | "lint:fix": "eslint . --ext ts,tsx --fix" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@emailjs/browser": "^3.12.1", |
15 | | - "@fortawesome/fontawesome-svg-core": "^6.6.0", |
16 | | - "@fortawesome/free-brands-svg-icons": "^6.6.0", |
17 | | - "@fortawesome/free-regular-svg-icons": "^6.6.0", |
18 | | - "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 14 | + "@emailjs/browser": "^4.4.1", |
| 15 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 16 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 17 | + "@fortawesome/free-regular-svg-icons": "^6.7.2", |
| 18 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
19 | 19 | "@fortawesome/react-fontawesome": "^0.2.2", |
20 | | - "@reduxjs/toolkit": "^2.2.7", |
21 | | - "react": "^18.3.1", |
22 | | - "react-confetti-explosion": "^2.1.2", |
23 | | - "react-dom": "^18.3.1", |
24 | | - "react-redux": "^9.1.2", |
25 | | - "validator": "^13.12.0" |
| 20 | + "@reduxjs/toolkit": "^2.8.2", |
| 21 | + "date-fns": "^4.1.0", |
| 22 | + "react": "^19.1.0", |
| 23 | + "react-confetti-explosion": "^3.0.3", |
| 24 | + "react-dom": "^19.1.0", |
| 25 | + "react-redux": "^9.2.0", |
| 26 | + "validator": "^13.15.15" |
26 | 27 | }, |
27 | 28 | "devDependencies": { |
28 | | - "@types/node": "^22.7.4", |
29 | | - "@types/react": "^18.3.8", |
30 | | - "@types/react-dom": "^18.3.0", |
31 | | - "@types/validator": "^13.12.2", |
| 29 | + "@types/node": "^24.0.3", |
| 30 | + "@types/react": "^19.1.8", |
| 31 | + "@types/react-dom": "^19.1.6", |
| 32 | + "@types/validator": "^13.15.2", |
32 | 33 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
33 | 34 | "@typescript-eslint/parser": "^6.21.0", |
34 | | - "@vitejs/plugin-react-swc": "^3.7.0", |
35 | | - "autoprefixer": "^10.4.20", |
| 35 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 36 | + "autoprefixer": "^10.4.21", |
36 | 37 | "clsx": "^2.1.1", |
37 | 38 | "eslint": "^8.57.1", |
38 | | - "eslint-config-prettier": "^9.1.0", |
39 | | - "eslint-plugin-prettier": "^5.2.1", |
40 | | - "eslint-plugin-react-hooks": "^4.6.2", |
41 | | - "eslint-plugin-react-refresh": "^0.4.12", |
| 39 | + "eslint-config-prettier": "^10.1.5", |
| 40 | + "eslint-plugin-prettier": "^5.4.1", |
| 41 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 42 | + "eslint-plugin-react-refresh": "^0.4.20", |
42 | 43 | "eslint-plugin-simple-import-sort": "^12.1.1", |
43 | | - "postcss": "^8.4.47", |
44 | | - "prettier": "^3.3.3", |
45 | | - "prettier-plugin-tailwindcss": "^0.5.14", |
46 | | - "react-router-dom": "^6.26.2", |
47 | | - "tailwind-merge": "^2.5.2", |
48 | | - "tailwindcss": "^3.4.12", |
49 | | - "typescript": "^5.6.2", |
50 | | - "vite": "^5.4.7", |
51 | | - "vite-aliases": "^0.11.7", |
52 | | - "vite-plugin-svgr": "^4.2.0" |
| 44 | + "postcss": "^8.5.5", |
| 45 | + "prettier": "^3.5.3", |
| 46 | + "prettier-plugin-tailwindcss": "^0.6.12", |
| 47 | + "react-router-dom": "^7.6.2", |
| 48 | + "tailwind-merge": "^3.3.1", |
| 49 | + "tailwindcss": "^3.4.17", |
| 50 | + "typescript": "^5.8.3", |
| 51 | + "vite": "^6.3.5", |
| 52 | + "vite-aliases": "^0.11.8", |
| 53 | + "vite-plugin-svgr": "^4.3.0" |
53 | 54 | }, |
54 | 55 | "pnpm": { |
55 | 56 | "overrides": { |
|
0 commit comments