|
5 | 5 | "dependencies": { |
6 | 6 | "@formkit/auto-animate": "^0.8.2", |
7 | 7 | "@imgly/background-removal": "^1.6.0", |
8 | | - "@lottiefiles/dotlottie-react": "^0.13.5", |
| 8 | + "@lottiefiles/dotlottie-react": "^0.14.0", |
9 | 9 | "@pdf-lib/fontkit": "^1.1.1", |
10 | 10 | "@radix-ui/themes": "^3.2.1", |
11 | 11 | "@reduxjs/toolkit": "^2.8.2", |
|
27 | 27 | "react": "^18.3.1", |
28 | 28 | "react-bootstrap": "^2.10.10", |
29 | 29 | "react-confetti": "^6.4.0", |
30 | | - "react-datepicker": "^8.3.0", |
| 30 | + "react-datepicker": "^8.4.0", |
31 | 31 | "react-dnd": "^16.0.1", |
32 | 32 | "react-dnd-html5-backend": "^16.0.1", |
33 | 33 | "react-dnd-multi-backend": "^9.0.0", |
34 | 34 | "react-dnd-touch-backend": "^16.0.1", |
35 | 35 | "react-dom": "^18.3.1", |
36 | 36 | "react-gtm-module": "^2.0.11", |
37 | 37 | "react-helmet": "^6.1.0", |
38 | | - "react-i18next": "^15.5.1", |
| 38 | + "react-i18next": "^15.5.2", |
39 | 39 | "react-konva": "^18.2.10", |
40 | 40 | "react-pdf": "^9.2.1", |
41 | 41 | "react-quill-new": "^3.4.6", |
42 | 42 | "react-redux": "^9.2.0", |
43 | 43 | "react-rnd": "^10.5.2", |
44 | | - "react-router": "^7.6.0", |
| 44 | + "react-router": "^7.6.1", |
45 | 45 | "react-scrollbars-custom": "^4.1.1", |
46 | 46 | "react-select": "^5.10.1", |
47 | 47 | "react-signature-canvas": "^1.1.0-alpha.2", |
|
52 | 52 | "regex-parser": "^2.3.1", |
53 | 53 | "serve": "^14.2.4", |
54 | 54 | "styled-components": "^5.3.11", |
55 | | - "web-vitals": "^5.0.1", |
| 55 | + "web-vitals": "^5.0.2", |
56 | 56 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
57 | 57 | }, |
58 | 58 | "scripts": { |
|
93 | 93 | } |
94 | 94 | }, |
95 | 95 | "devDependencies": { |
96 | | - "@babel/core": "^7.27.1", |
| 96 | + "@babel/core": "^7.27.4", |
97 | 97 | "@babel/preset-env": "^7.27.2", |
98 | 98 | "@babel/preset-react": "^7.27.1", |
99 | | - "@babel/runtime-corejs2": "^7.27.1", |
| 99 | + "@babel/runtime-corejs2": "^7.27.4", |
100 | 100 | "@testing-library/jest-dom": "^6.6.3", |
101 | 101 | "@testing-library/react": "^16.3.0", |
102 | 102 | "@testing-library/user-event": "^14.6.1", |
103 | | - "@types/react": "^18.3.22", |
104 | | - "@vitejs/plugin-react": "^4.4.1", |
105 | | - "@vitejs/plugin-react-swc": "^3.9.0", |
| 103 | + "@types/react": "^18.3.23", |
| 104 | + "@vitejs/plugin-react": "^4.5.1", |
| 105 | + "@vitejs/plugin-react-swc": "^3.10.1", |
| 106 | + "@vitest/ui": "^3.2.0", |
106 | 107 | "autoprefixer": "^10.4.21", |
107 | 108 | "babel-loader": "^10.0.0", |
108 | 109 | "commitizen": "^4.3.1", |
109 | 110 | "concurrently": "^9.1.2", |
110 | 111 | "css-loader": "^7.1.2", |
111 | 112 | "daisyui": "^4.12.24", |
112 | 113 | "dotenv": "^16.5.0", |
113 | | - "eslint": "^9.27.0", |
114 | | - "eslint-plugin-prettier": "^5.4.0", |
| 114 | + "eslint": "^9.28.0", |
| 115 | + "eslint-plugin-prettier": "^5.4.1", |
115 | 116 | "eslint-plugin-react": "^7.37.5", |
116 | | - "lint-staged": "^16.0.0", |
117 | | - "postcss": "^8.5.3", |
| 117 | + "jsdom": "^26.1.0", |
| 118 | + "lint-staged": "^16.1.0", |
| 119 | + "postcss": "^8.5.4", |
118 | 120 | "prettier": "^3.5.3", |
119 | | - "pretty-quick": "^4.1.1", |
| 121 | + "pretty-quick": "^4.2.2", |
120 | 122 | "rollup-plugin-node-polyfills": "^0.2.1", |
121 | 123 | "tailwindcss": "^3.4.17", |
122 | 124 | "vite": "^6.3.5", |
123 | 125 | "vite-plugin-svgr": "^4.3.0", |
124 | 126 | "vite-tsconfig-paths": "^5.1.4", |
125 | | - "vitest": "^3.1.4" |
| 127 | + "vitest": "^3.2.0" |
126 | 128 | }, |
127 | 129 | "engines": { |
128 | 130 | "node": "18 || 20 || 22" |
|
0 commit comments