|
1 | 1 | { |
2 | 2 | "name": "open_sign", |
3 | | - "version": "2.32.0", |
| 3 | + "version": "2.34.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@formkit/auto-animate": "^0.9.0", |
7 | 7 | "@imgly/background-removal": "^1.7.0", |
8 | | - "@lottiefiles/dotlottie-react": "^0.17.8", |
| 8 | + "@lottiefiles/dotlottie-react": "^0.17.10", |
9 | 9 | "@pdf-lib/fontkit": "^1.1.1", |
10 | 10 | "@radix-ui/themes": "^3.2.1", |
11 | | - "@reduxjs/toolkit": "^2.11.0", |
| 11 | + "@reactour/tour": "^3.8.0", |
| 12 | + "@reduxjs/toolkit": "^2.11.2", |
12 | 13 | "axios": "^1.13.2", |
| 14 | + "body-scroll-lock": "^4.0.0-beta.0", |
13 | 15 | "date-fns-tz": "^3.2.0", |
14 | 16 | "file-saver": "^2.0.5", |
15 | | - "i18next": "^25.7.1", |
| 17 | + "i18next": "^25.7.3", |
16 | 18 | "i18next-browser-languagedetector": "^8.2.0", |
17 | 19 | "i18next-http-backend": "^3.0.2", |
18 | 20 | "jszip": "^3.10.1", |
19 | 21 | "jwt-decode": "^4.0.0", |
20 | 22 | "moment": "^2.30.1", |
21 | | - "parse": "^7.1.2", |
| 23 | + "parse": "^8.0.0", |
22 | 24 | "pdf-lib": "^1.17.1", |
23 | 25 | "pkijs": "^3.3.3", |
24 | 26 | "print-js": "^1.6.0", |
25 | 27 | "prismjs": "^1.30.0", |
26 | 28 | "quill-html-edit-button": "^3.0.0", |
27 | 29 | "radix-ui": "^1.4.3", |
28 | | - "react": "^18.3.1", |
| 30 | + "react": "^19.2.3", |
29 | 31 | "react-bootstrap": "^2.10.10", |
30 | 32 | "react-confetti": "^6.4.0", |
31 | | - "react-datepicker": "^8.10.0", |
| 33 | + "react-datepicker": "^9.0.0", |
32 | 34 | "react-dnd": "^16.0.1", |
33 | 35 | "react-dnd-html5-backend": "^16.0.1", |
34 | 36 | "react-dnd-multi-backend": "^9.0.0", |
35 | | - "react-dom": "^18.3.1", |
| 37 | + "react-dom": "^19.2.3", |
36 | 38 | "react-gtm-module": "^2.0.11", |
37 | | - "react-helmet": "^6.1.0", |
38 | | - "react-i18next": "^16.3.5", |
39 | | - "react-konva": "^18.2.12", |
40 | | - "react-pdf": "^9.2.1", |
| 39 | + "react-i18next": "^16.5.0", |
| 40 | + "react-konva": "^19.2.1", |
| 41 | + "react-pdf": "^10.2.0", |
41 | 42 | "react-quill-new": "^3.6.0", |
42 | 43 | "react-redux": "^9.2.0", |
43 | 44 | "react-rnd": "^10.5.2", |
44 | | - "react-router": "^7.10.0", |
| 45 | + "react-router": "^7.10.1", |
45 | 46 | "react-scrollbars-custom": "^4.1.1", |
46 | 47 | "react-select": "^5.10.2", |
47 | 48 | "react-signature-canvas": "^1.1.0-alpha.2", |
48 | 49 | "react-timezone-select": "^3.2.8", |
49 | 50 | "react-to-print": "^3.2.0", |
50 | 51 | "react-tooltip": "^5.30.0", |
51 | | - "reactour": "^1.19.4", |
52 | 52 | "redux": "^5.0.1", |
53 | 53 | "regex-parser": "^2.3.1", |
54 | 54 | "serve": "^14.2.5", |
55 | | - "styled-components": "^5.3.11", |
56 | 55 | "web-vitals": "^5.1.0", |
57 | 56 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
58 | 57 | }, |
|
99 | 98 | "@babel/preset-react": "^7.28.5", |
100 | 99 | "@babel/runtime-corejs2": "^7.28.3", |
101 | 100 | "@testing-library/jest-dom": "^6.8.0", |
102 | | - "@testing-library/react": "^16.3.0", |
| 101 | + "@testing-library/react": "^16.3.1", |
103 | 102 | "@testing-library/user-event": "^14.6.1", |
104 | 103 | "@types/react": "^19.2.7", |
105 | | - "@vitejs/plugin-react": "^5.1.1", |
| 104 | + "@vitejs/plugin-react": "^5.1.2", |
106 | 105 | "@vitest/ui": "^4.0.15", |
107 | | - "autoprefixer": "^10.4.22", |
| 106 | + "autoprefixer": "^10.4.23", |
108 | 107 | "babel-loader": "^10.0.0", |
109 | 108 | "commitizen": "^4.3.1", |
110 | 109 | "concurrently": "^9.2.1", |
111 | 110 | "css-loader": "^7.1.2", |
112 | 111 | "daisyui": "^4.12.24", |
113 | | - "eslint": "^9.39.1", |
| 112 | + "eslint": "^9.39.2", |
114 | 113 | "eslint-plugin-prettier": "^5.5.4", |
115 | 114 | "eslint-plugin-react": "^7.37.5", |
116 | | - "jsdom": "^27.2.0", |
| 115 | + "jsdom": "^27.3.0", |
117 | 116 | "lint-staged": "^16.2.7", |
118 | 117 | "postcss": "^8.5.6", |
119 | 118 | "prettier": "^3.7.4", |
120 | 119 | "pretty-quick": "^4.2.2", |
121 | 120 | "rollup-plugin-node-polyfills": "^0.2.1", |
122 | | - "tailwindcss": "^3.4.17", |
| 121 | + "tailwindcss": "^3.4.19", |
123 | 122 | "tmp": "^0.2.5", |
124 | | - "vite": "^7.2.6", |
| 123 | + "vite": "^7.3.0", |
125 | 124 | "vite-plugin-svgr": "^4.5.0", |
126 | | - "vite-tsconfig-paths": "^5.1.4", |
| 125 | + "vite-tsconfig-paths": "^6.0.1", |
127 | 126 | "vitest": "^4.0.15" |
128 | 127 | }, |
129 | 128 | "overrides": { |
|
0 commit comments