|
1 | 1 | { |
2 | 2 | "name": "redmine-time-tracking", |
3 | 3 | "description": "Redmine Time Tracking", |
4 | | - "version": "1.9.0", |
| 4 | + "version": "1.10.0", |
5 | 5 | "author": { |
6 | 6 | "name": "CrawlerCode", |
7 | 7 | |
|
20 | 20 | "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@fortawesome/fontawesome-svg-core": "^6.4.0", |
24 | | - "@fortawesome/free-regular-svg-icons": "^6.4.0", |
25 | | - "@fortawesome/free-solid-svg-icons": "^6.4.0", |
| 23 | + "@fortawesome/fontawesome-svg-core": "^6.4.2", |
| 24 | + "@fortawesome/free-regular-svg-icons": "^6.4.2", |
| 25 | + "@fortawesome/free-solid-svg-icons": "^6.4.2", |
26 | 26 | "@fortawesome/react-fontawesome": "^0.2.0", |
27 | | - "@tanstack/react-query": "^4.32.0", |
| 27 | + "@tanstack/react-query": "^4.32.5", |
28 | 28 | "axios": "^1.4.0", |
29 | 29 | "clsx": "^2.0.0", |
30 | 30 | "date-fns": "^2.30.0", |
31 | 31 | "deepmerge": "^4.3.1", |
32 | 32 | "flatpickr": "^4.6.13", |
33 | | - "formik": "^2.4.2", |
| 33 | + "formik": "^2.4.3", |
34 | 34 | "react": "^18.2.0", |
35 | 35 | "react-dom": "^18.2.0", |
36 | 36 | "react-flatpickr": "^3.10.13", |
37 | 37 | "react-intl": "^6.4.4", |
38 | 38 | "react-router-dom": "^6.14.2", |
39 | | - "react-tooltip": "^5.19.0", |
| 39 | + "react-tooltip": "^5.20.0", |
40 | 40 | "tailwind-merge": "^1.14.0", |
41 | 41 | "yup": "^1.2.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@types/chrome": "^0.0.242", |
45 | | - "@types/node": "^20.4.5", |
46 | | - "@types/react": "^18.2.17", |
| 44 | + "@types/chrome": "^0.0.243", |
| 45 | + "@types/node": "^20.4.7", |
| 46 | + "@types/react": "^18.2.18", |
47 | 47 | "@types/react-dom": "^18.2.7", |
48 | 48 | "@types/react-flatpickr": "^3.8.8", |
49 | | - "@typescript-eslint/eslint-plugin": "^6.2.0", |
50 | | - "@typescript-eslint/parser": "^6.2.0", |
51 | | - "@vitejs/plugin-react": "^4.0.3", |
| 49 | + "@typescript-eslint/eslint-plugin": "^6.2.1", |
| 50 | + "@typescript-eslint/parser": "^6.2.1", |
| 51 | + "@vitejs/plugin-react": "^4.0.4", |
52 | 52 | "adm-zip": "^0.5.10", |
53 | 53 | "autoprefixer": "^10.4.14", |
54 | 54 | "eslint": "^8.46.0", |
|
59 | 59 | "tailwindcss": "^3.3.3", |
60 | 60 | "tailwindcss-animate": "^1.0.6", |
61 | 61 | "typescript": "^5.1.6", |
62 | | - "vite": "^4.4.7" |
| 62 | + "vite": "^4.4.8" |
63 | 63 | } |
64 | 64 | } |
0 commit comments