|
1 | 1 | { |
2 | 2 | "name": "redmine-time-tracking", |
3 | 3 | "description": "Redmine Time Tracking", |
4 | | - "version": "1.5.1", |
| 4 | + "version": "1.6.0", |
5 | 5 | "author": { |
6 | 6 | "name": "CrawlerCode", |
7 | 7 | |
|
24 | 24 | "@fortawesome/free-regular-svg-icons": "^6.4.0", |
25 | 25 | "@fortawesome/free-solid-svg-icons": "^6.4.0", |
26 | 26 | "@fortawesome/react-fontawesome": "^0.2.0", |
27 | | - "@tanstack/react-query": "^4.29.12", |
| 27 | + "@tanstack/react-query": "^4.29.15", |
28 | 28 | "axios": "^1.4.0", |
29 | 29 | "clsx": "^1.2.1", |
30 | 30 | "date-fns": "^2.30.0", |
31 | 31 | "deepmerge": "^4.3.1", |
32 | 32 | "flatpickr": "^4.6.13", |
33 | | - "formik": "^2.4.1", |
| 33 | + "formik": "^2.4.2", |
34 | 34 | "react": "^18.2.0", |
35 | 35 | "react-dom": "^18.2.0", |
36 | 36 | "react-flatpickr": "^3.10.13", |
37 | | - "react-router-dom": "^6.12.1", |
38 | | - "react-tooltip": "^5.13.1", |
| 37 | + "react-router-dom": "^6.14.0", |
| 38 | + "react-tooltip": "^5.15.0", |
39 | 39 | "yup": "^1.2.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@types/chrome": "^0.0.237", |
43 | | - "@types/react": "^18.2.9", |
44 | | - "@types/react-dom": "^18.2.4", |
| 42 | + "@types/chrome": "^0.0.238", |
| 43 | + "@types/react": "^18.2.14", |
| 44 | + "@types/react-dom": "^18.2.6", |
45 | 45 | "@types/react-flatpickr": "^3.8.8", |
46 | | - "@typescript-eslint/eslint-plugin": "^5.59.9", |
47 | | - "@typescript-eslint/parser": "^5.59.9", |
48 | | - "@vitejs/plugin-react": "^4.0.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 47 | + "@typescript-eslint/parser": "^5.60.0", |
| 48 | + "@vitejs/plugin-react": "^4.0.1", |
49 | 49 | "adm-zip": "^0.5.10", |
50 | 50 | "autoprefixer": "^10.4.14", |
51 | | - "eslint": "^8.42.0", |
| 51 | + "eslint": "^8.43.0", |
52 | 52 | "eslint-plugin-react-hooks": "^4.6.0", |
53 | 53 | "eslint-plugin-react-refresh": "^0.4.1", |
54 | 54 | "postcss": "^8.4.24", |
55 | 55 | "tailwindcss": "^3.3.2", |
56 | | - "tailwindcss-animate": "^1.0.5", |
| 56 | + "tailwindcss-animate": "^1.0.6", |
57 | 57 | "typescript": "^5.1.3", |
58 | 58 | "vite": "^4.3.9" |
59 | 59 | } |
|
0 commit comments