Skip to content

Commit 56a119a

Browse files
Merge pull request #2460 from nxglabs/sync-to-public_repo-25861367352
Merge pull request #2459 from nxglabs/staging
1 parent 197c00d commit 56a119a

92 files changed

Lines changed: 8866 additions & 5410 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/OpenSign/package-lock.json

Lines changed: 1530 additions & 2389 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSign/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "2.37.0",
44
"private": true,
55
"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",
88
"@formkit/auto-animate": "^0.9.0",
99
"@imgly/background-removal": "^1.7.0",
10-
"@lottiefiles/dotlottie-react": "^0.18.4",
10+
"@lottiefiles/dotlottie-react": "^0.19.0",
1111
"@mui/icons-material": "^5.15.10",
1212
"@mui/material": "^5.15.10",
1313
"@pdf-lib/fontkit": "^1.1.1",
@@ -26,53 +26,53 @@
2626
"@usewaypoint/block-text": "^0.0.7",
2727
"@usewaypoint/document-core": "^0.0.6",
2828
"@usewaypoint/email-builder": "^0.0.9",
29-
"axios": "^1.13.6",
29+
"axios": "^1.15.2",
3030
"date-fns-tz": "^3.2.0",
31-
"dompurify": "^3.3.3",
31+
"dompurify": "^3.4.1",
3232
"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",
3535
"i18next-browser-languagedetector": "^8.2.1",
36-
"i18next-http-backend": "^3.0.2",
36+
"i18next-http-backend": "^3.0.6",
3737
"jszip": "^3.10.1",
3838
"juice": "^11.1.1",
3939
"jwt-decode": "^4.0.0",
4040
"moment": "^2.30.1",
4141
"parse": "^8.1.0",
4242
"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",
4545
"print-js": "^1.6.0",
4646
"prismjs": "^1.30.0",
47+
"process": "^0.11.10",
4748
"quill-html-edit-button": "^3.0.0",
4849
"radix-ui": "^1.4.3",
49-
"react": "^19.2.4",
50+
"react": "^19.2.5",
5051
"react-bootstrap": "^2.10.10",
5152
"react-colorful": "^5.6.1",
5253
"react-confetti": "^6.4.0",
5354
"react-datepicker": "^9.1.0",
5455
"react-dnd": "^16.0.1",
5556
"react-dnd-html5-backend": "^16.0.1",
5657
"react-dnd-multi-backend": "^9.0.0",
57-
"react-dom": "^19.2.4",
58+
"react-dom": "^19.2.5",
5859
"react-gtm-module": "^2.0.11",
59-
"react-i18next": "^16.5.6",
60+
"react-i18next": "^17.0.6",
6061
"react-konva": "^19.2.3",
6162
"react-pdf": "^10.4.1",
6263
"react-quill-new": "^3.8.3",
6364
"react-redux": "^9.2.0",
6465
"react-rnd": "^10.5.3",
65-
"react-router": "^7.13.1",
66+
"react-router": "^7.14.2",
6667
"react-scrollbars-custom": "^4.1.1",
6768
"react-select": "^5.10.2",
6869
"react-signature-canvas": "^1.1.0-alpha.2",
69-
"react-timezone-select": "^3.2.8",
70+
"react-timezone-select": "^3.3.3",
7071
"react-to-print": "^3.3.0",
71-
"react-tooltip": "^5.30.0",
72+
"react-tooltip": "^5.30.1",
7273
"redux": "^5.0.1",
7374
"regex-parser": "^2.3.1",
74-
"serve": "^14.2.6",
75-
"web-vitals": "^5.1.0",
75+
"web-vitals": "^5.2.0",
7676
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
7777
"zod": "^3.22.4",
7878
"zustand": "^4.5.1"
@@ -82,7 +82,7 @@
8282
"start-dev": "vite",
8383
"dev": "vite",
8484
"preview": "vite preview",
85-
"start": "serve -s build",
85+
"start": "node server.cjs",
8686
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
8787
"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\"",
8888
"build-win": "npm run version-win && vite build",
@@ -116,35 +116,35 @@
116116
},
117117
"devDependencies": {
118118
"@babel/core": "^7.29.0",
119-
"@babel/preset-env": "^7.29.0",
119+
"@babel/preset-env": "^7.29.2",
120120
"@babel/preset-react": "^7.28.5",
121-
"@babel/runtime-corejs2": "^7.28.6",
121+
"@babel/runtime-corejs2": "^7.29.2",
122122
"@testing-library/jest-dom": "^6.9.1",
123123
"@testing-library/react": "^16.3.2",
124124
"@testing-library/user-event": "^14.6.1",
125125
"@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",
130130
"commitizen": "^4.3.1",
131131
"concurrently": "^9.2.1",
132132
"css-loader": "^7.1.4",
133133
"daisyui": "^4.12.24",
134134
"eslint": "^9.39.4",
135135
"eslint-plugin-prettier": "^5.5.5",
136136
"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",
140140
"pretty-quick": "^4.2.2",
141141
"rollup-plugin-node-polyfills": "^0.2.1",
142142
"tailwindcss": "^3.4.19",
143143
"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",
146146
"vite-tsconfig-paths": "^6.1.1",
147-
"vitest": "^4.0.18"
147+
"vitest": "^4.1.5"
148148
},
149149
"overrides": {
150150
"tmp": "$tmp",

0 commit comments

Comments
 (0)