|
5 | 5 | "dependencies": { |
6 | 6 | "@formkit/auto-animate": "^0.8.2", |
7 | 7 | "@imgly/background-removal": "^1.6.0", |
8 | | - "@lottiefiles/dotlottie-react": "^0.14.0", |
| 8 | + "@lottiefiles/dotlottie-react": "^0.14.2", |
9 | 9 | "@pdf-lib/fontkit": "^1.1.1", |
10 | 10 | "@radix-ui/themes": "^3.2.1", |
11 | 11 | "@reduxjs/toolkit": "^2.8.2", |
12 | | - "axios": "^1.9.0", |
| 12 | + "axios": "^1.10.0", |
13 | 13 | "date-fns-tz": "^3.2.0", |
14 | 14 | "file-saver": "^2.0.5", |
15 | | - "i18next": "^23.16.8", |
16 | | - "i18next-browser-languagedetector": "^8.1.0", |
| 15 | + "i18next": "^25.3.0", |
| 16 | + "i18next-browser-languagedetector": "^8.2.0", |
17 | 17 | "i18next-http-backend": "^3.0.2", |
18 | 18 | "jszip": "^3.10.1", |
19 | 19 | "jwt-decode": "^4.0.0", |
|
36 | 36 | "react-dom": "^18.3.1", |
37 | 37 | "react-gtm-module": "^2.0.11", |
38 | 38 | "react-helmet": "^6.1.0", |
39 | | - "react-i18next": "^15.5.2", |
| 39 | + "react-i18next": "^15.5.3", |
40 | 40 | "react-konva": "^18.2.10", |
41 | 41 | "react-pdf": "^9.2.1", |
42 | 42 | "react-quill-new": "^3.4.6", |
43 | 43 | "react-redux": "^9.2.0", |
44 | 44 | "react-rnd": "^10.5.2", |
45 | | - "react-router": "^7.6.1", |
| 45 | + "react-router": "^7.6.3", |
46 | 46 | "react-scrollbars-custom": "^4.1.1", |
47 | 47 | "react-select": "^5.10.1", |
48 | 48 | "react-signature-canvas": "^1.1.0-alpha.2", |
49 | 49 | "react-timezone-select": "^3.2.8", |
50 | | - "react-tooltip": "^5.28.1", |
| 50 | + "react-tooltip": "^5.29.1", |
51 | 51 | "reactour": "^1.19.4", |
52 | 52 | "redux": "^5.0.1", |
53 | 53 | "regex-parser": "^2.3.1", |
54 | 54 | "serve": "^14.2.4", |
55 | 55 | "styled-components": "^5.3.11", |
56 | | - "web-vitals": "^5.0.2", |
| 56 | + "web-vitals": "^5.0.3", |
57 | 57 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
58 | 58 | }, |
59 | 59 | "scripts": { |
|
94 | 94 | } |
95 | 95 | }, |
96 | 96 | "devDependencies": { |
97 | | - "@babel/core": "^7.27.4", |
| 97 | + "@babel/core": "^7.27.7", |
98 | 98 | "@babel/preset-env": "^7.27.2", |
99 | 99 | "@babel/preset-react": "^7.27.1", |
100 | | - "@babel/runtime-corejs2": "^7.27.4", |
| 100 | + "@babel/runtime-corejs2": "^7.27.6", |
101 | 101 | "@testing-library/jest-dom": "^6.6.3", |
102 | 102 | "@testing-library/react": "^16.3.0", |
103 | 103 | "@testing-library/user-event": "^14.6.1", |
104 | 104 | "@types/react": "^18.3.23", |
105 | | - "@vitejs/plugin-react": "^4.5.1", |
106 | | - "@vitejs/plugin-react-swc": "^3.10.1", |
107 | | - "@vitest/ui": "^3.2.0", |
| 105 | + "@vitejs/plugin-react": "^4.6.0", |
| 106 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 107 | + "@vitest/ui": "^3.2.4", |
108 | 108 | "autoprefixer": "^10.4.21", |
109 | 109 | "babel-loader": "^10.0.0", |
110 | 110 | "commitizen": "^4.3.1", |
111 | | - "concurrently": "^9.1.2", |
| 111 | + "concurrently": "^9.2.0", |
112 | 112 | "css-loader": "^7.1.2", |
113 | 113 | "daisyui": "^4.12.24", |
114 | | - "dotenv": "^16.5.0", |
115 | | - "eslint": "^9.28.0", |
116 | | - "eslint-plugin-prettier": "^5.4.1", |
| 114 | + "dotenv": "^16.6.1", |
| 115 | + "eslint": "^9.30.0", |
| 116 | + "eslint-plugin-prettier": "^5.5.1", |
117 | 117 | "eslint-plugin-react": "^7.37.5", |
118 | 118 | "jsdom": "^26.1.0", |
119 | | - "lint-staged": "^16.1.0", |
120 | | - "postcss": "^8.5.4", |
121 | | - "prettier": "^3.5.3", |
| 119 | + "lint-staged": "^16.1.2", |
| 120 | + "postcss": "^8.5.6", |
| 121 | + "prettier": "^3.6.2", |
122 | 122 | "pretty-quick": "^4.2.2", |
123 | 123 | "rollup-plugin-node-polyfills": "^0.2.1", |
124 | 124 | "tailwindcss": "^3.4.17", |
125 | 125 | "vite": "^6.3.5", |
126 | 126 | "vite-plugin-svgr": "^4.3.0", |
127 | 127 | "vite-tsconfig-paths": "^5.1.4", |
128 | | - "vitest": "^3.2.0" |
| 128 | + "vitest": "^3.2.4" |
129 | 129 | }, |
130 | 130 | "engines": { |
131 | 131 | "node": "18 || 20 || 22" |
|
0 commit comments