|
3 | 3 | "version": "2.37.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@emotion/react": "^11.11.3", |
7 | | - "@emotion/styled": "^11.11.0", |
| 6 | + "@emotion/react": "^11.14.0", |
| 7 | + "@emotion/styled": "^11.14.1", |
8 | 8 | "@formkit/auto-animate": "^0.9.0", |
9 | 9 | "@imgly/background-removal": "^1.7.0", |
10 | | - "@lottiefiles/dotlottie-react": "^0.18.4", |
| 10 | + "@lottiefiles/dotlottie-react": "^0.19.0", |
11 | 11 | "@mui/icons-material": "^5.15.10", |
12 | 12 | "@mui/material": "^5.15.10", |
13 | 13 | "@pdf-lib/fontkit": "^1.1.1", |
|
26 | 26 | "@usewaypoint/block-text": "^0.0.7", |
27 | 27 | "@usewaypoint/document-core": "^0.0.6", |
28 | 28 | "@usewaypoint/email-builder": "^0.0.9", |
29 | | - "axios": "^1.13.6", |
| 29 | + "axios": "^1.15.2", |
30 | 30 | "date-fns-tz": "^3.2.0", |
31 | | - "dompurify": "^3.3.3", |
| 31 | + "dompurify": "^3.4.1", |
32 | 32 | "file-saver": "^2.0.5", |
33 | | - "highlight.js": "^11.9.0", |
34 | | - "i18next": "^25.8.17", |
| 33 | + "highlight.js": "^11.11.1", |
| 34 | + "i18next": "^26.0.8", |
35 | 35 | "i18next-browser-languagedetector": "^8.2.1", |
36 | | - "i18next-http-backend": "^3.0.2", |
| 36 | + "i18next-http-backend": "^3.0.6", |
37 | 37 | "jszip": "^3.10.1", |
38 | 38 | "juice": "^11.1.1", |
39 | 39 | "jwt-decode": "^4.0.0", |
40 | 40 | "moment": "^2.30.1", |
41 | 41 | "parse": "^8.1.0", |
42 | 42 | "pdf-lib": "^1.17.1", |
43 | | - "pkijs": "^3.3.3", |
44 | | - "prettier": "^3.8.1", |
| 43 | + "pkijs": "^3.4.0", |
| 44 | + "prettier": "^3.8.3", |
45 | 45 | "print-js": "^1.6.0", |
46 | 46 | "prismjs": "^1.30.0", |
| 47 | + "process": "^0.11.10", |
47 | 48 | "quill-html-edit-button": "^3.0.0", |
48 | 49 | "radix-ui": "^1.4.3", |
49 | | - "react": "^19.2.4", |
| 50 | + "react": "^19.2.5", |
50 | 51 | "react-bootstrap": "^2.10.10", |
51 | 52 | "react-colorful": "^5.6.1", |
52 | 53 | "react-confetti": "^6.4.0", |
53 | 54 | "react-datepicker": "^9.1.0", |
54 | 55 | "react-dnd": "^16.0.1", |
55 | 56 | "react-dnd-html5-backend": "^16.0.1", |
56 | 57 | "react-dnd-multi-backend": "^9.0.0", |
57 | | - "react-dom": "^19.2.4", |
| 58 | + "react-dom": "^19.2.5", |
58 | 59 | "react-gtm-module": "^2.0.11", |
59 | | - "react-i18next": "^16.5.6", |
| 60 | + "react-i18next": "^17.0.6", |
60 | 61 | "react-konva": "^19.2.3", |
61 | 62 | "react-pdf": "^10.4.1", |
62 | 63 | "react-quill-new": "^3.8.3", |
63 | 64 | "react-redux": "^9.2.0", |
64 | 65 | "react-rnd": "^10.5.3", |
65 | | - "react-router": "^7.13.1", |
| 66 | + "react-router": "^7.14.2", |
66 | 67 | "react-scrollbars-custom": "^4.1.1", |
67 | 68 | "react-select": "^5.10.2", |
68 | 69 | "react-signature-canvas": "^1.1.0-alpha.2", |
69 | | - "react-timezone-select": "^3.2.8", |
| 70 | + "react-timezone-select": "^3.3.3", |
70 | 71 | "react-to-print": "^3.3.0", |
71 | | - "react-tooltip": "^5.30.0", |
| 72 | + "react-tooltip": "^5.30.1", |
72 | 73 | "redux": "^5.0.1", |
73 | 74 | "regex-parser": "^2.3.1", |
74 | | - "serve": "^14.2.6", |
75 | | - "web-vitals": "^5.1.0", |
| 75 | + "web-vitals": "^5.2.0", |
76 | 76 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", |
77 | 77 | "zod": "^3.22.4", |
78 | 78 | "zustand": "^4.5.1" |
|
82 | 82 | "start-dev": "vite", |
83 | 83 | "dev": "vite", |
84 | 84 | "preview": "vite preview", |
85 | | - "start": "serve -s build", |
| 85 | + "start": "node server.cjs", |
86 | 86 | "version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt", |
87 | 87 | "version-win": "powershell -Command \"Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\"", |
88 | 88 | "build-win": "npm run version-win && vite build", |
|
116 | 116 | }, |
117 | 117 | "devDependencies": { |
118 | 118 | "@babel/core": "^7.29.0", |
119 | | - "@babel/preset-env": "^7.29.0", |
| 119 | + "@babel/preset-env": "^7.29.2", |
120 | 120 | "@babel/preset-react": "^7.28.5", |
121 | | - "@babel/runtime-corejs2": "^7.28.6", |
| 121 | + "@babel/runtime-corejs2": "^7.29.2", |
122 | 122 | "@testing-library/jest-dom": "^6.9.1", |
123 | 123 | "@testing-library/react": "^16.3.2", |
124 | 124 | "@testing-library/user-event": "^14.6.1", |
125 | 125 | "@types/react": "^19.2.14", |
126 | | - "@vitejs/plugin-react": "^5.1.4", |
127 | | - "@vitest/ui": "^4.0.18", |
128 | | - "autoprefixer": "^10.4.27", |
129 | | - "babel-loader": "^10.0.0", |
| 126 | + "@vitejs/plugin-react": "^6.0.1", |
| 127 | + "@vitest/ui": "^4.1.5", |
| 128 | + "autoprefixer": "^10.5.0", |
| 129 | + "babel-loader": "^9.2.1", |
130 | 130 | "commitizen": "^4.3.1", |
131 | 131 | "concurrently": "^9.2.1", |
132 | 132 | "css-loader": "^7.1.4", |
133 | 133 | "daisyui": "^4.12.24", |
134 | 134 | "eslint": "^9.39.4", |
135 | 135 | "eslint-plugin-prettier": "^5.5.5", |
136 | 136 | "eslint-plugin-react": "^7.37.5", |
137 | | - "jsdom": "^28.1.0", |
138 | | - "lint-staged": "^16.3.3", |
139 | | - "postcss": "^8.5.8", |
| 137 | + "jsdom": "^29.0.2", |
| 138 | + "lint-staged": "^16.4.0", |
| 139 | + "postcss": "^8.5.12", |
140 | 140 | "pretty-quick": "^4.2.2", |
141 | 141 | "rollup-plugin-node-polyfills": "^0.2.1", |
142 | 142 | "tailwindcss": "^3.4.19", |
143 | 143 | "tmp": "^0.2.5", |
144 | | - "vite": "^7.3.1", |
145 | | - "vite-plugin-svgr": "^4.5.0", |
| 144 | + "vite": "^8.0.10", |
| 145 | + "vite-plugin-svgr": "^5.2.0", |
146 | 146 | "vite-tsconfig-paths": "^6.1.1", |
147 | | - "vitest": "^4.0.18" |
| 147 | + "vitest": "^4.1.5" |
148 | 148 | }, |
149 | 149 | "overrides": { |
150 | 150 | "tmp": "$tmp", |
|
0 commit comments