Skip to content

Commit bd4d333

Browse files
build(deps): update dependencies
1 parent 0787820 commit bd4d333

File tree

7 files changed

+632
-539
lines changed

7 files changed

+632
-539
lines changed

apps/OpenSign/package-lock.json

Lines changed: 600 additions & 509 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"private": true,
55
"dependencies": {
66
"@formkit/auto-animate": "^0.8.2",
7-
"@lottiefiles/dotlottie-react": "^0.8.7",
7+
"@lottiefiles/dotlottie-react": "^0.8.9",
88
"@pdf-lib/fontkit": "^1.1.1",
99
"@radix-ui/themes": "^3.1.3",
1010
"@react-pdf/renderer": "^3.4.4",
1111
"@reduxjs/toolkit": "^2.2.7",
1212
"axios": "^1.7.4",
1313
"file-saver": "^2.0.5",
14-
"i18next": "^23.12.2",
14+
"i18next": "^23.14.0",
1515
"i18next-browser-languagedetector": "^8.0.0",
16-
"i18next-http-backend": "^2.5.2",
16+
"i18next-http-backend": "^2.6.1",
1717
"jwt-decode": "^4.0.0",
1818
"moment": "^2.30.1",
1919
"nth-check": "^2.1.1",
@@ -36,10 +36,10 @@
3636
"react-i18next": "^15.0.1",
3737
"react-konva": "^18.2.10",
3838
"react-pdf": "^9.1.0",
39-
"react-quill-new": "^3.2.2",
39+
"react-quill-new": "^3.3.0",
4040
"react-redux": "^9.1.2",
4141
"react-rnd": "^10.4.11",
42-
"react-router-dom": "^6.26.0",
42+
"react-router-dom": "^6.26.1",
4343
"react-scripts": "5.0.1",
4444
"react-scrollbars-custom": "^4.1.1",
4545
"react-select": "^5.8.0",
@@ -94,9 +94,9 @@
9494
},
9595
"devDependencies": {
9696
"@babel/core": "^7.25.2",
97-
"@babel/preset-env": "^7.25.3",
97+
"@babel/preset-env": "^7.25.4",
9898
"@babel/preset-react": "^7.24.7",
99-
"@babel/runtime-corejs2": "^7.25.0",
99+
"@babel/runtime-corejs2": "^7.25.4",
100100
"autoprefixer": "^10.4.20",
101101
"babel-loader": "^9.1.3",
102102
"clean-webpack-plugin": "^4.0.0",
@@ -110,7 +110,7 @@
110110
"eslint-plugin-prettier": "^5.2.1",
111111
"eslint-plugin-react": "^7.34.3",
112112
"lint-staged": "^15.2.8",
113-
"mini-css-extract-plugin": "^2.9.0",
113+
"mini-css-extract-plugin": "^2.9.1",
114114
"postcss": "^8.4.41",
115115
"prettier": "^3.3.3",
116116
"pretty-quick": "^4.0.0",

apps/OpenSign/public/locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,5 +616,6 @@
616616
"buycredits": "Buy credits",
617617
"rotate-right":"Rotate right",
618618
"rotate-left":"Rotate left",
619-
"rotate-alert-mssg":"All widgets on this page will be lost. Are you sure you want to proceed?"
619+
"rotate-alert-mssg":"All widgets on this page will be lost. Are you sure you want to proceed?",
620+
"bulksendsubcriptionalert":"Please upgrade to Professional or Team plan to use quicksend."
620621
}

apps/OpenSign/public/locales/fr/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,5 +616,6 @@
616616
"buycredits": "Acheter des crédits",
617617
"rotate-right" :"Faire pivoter à droite",
618618
"rotate-left" :"Faire pivoter à gauche",
619-
"rotate-alert-mssg" :"Tous les widgets de cette page seront perdus. Êtes-vous sûr de vouloir continuer ?"
619+
"rotate-alert-mssg" :"Tous les widgets de cette page seront perdus. Êtes-vous sûr de vouloir continuer ?",
620+
"bulksendsubcriptionalert":"Veuillez passer au forfait Professionnel ou Équipe pour utiliser Quicksend."
620621
}

apps/OpenSign/src/components/BulkSendUi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,13 @@ const BulkSendUi = (props) => {
400400
{isFreePlan ? (
401401
<div className="w-full h-[130px] flex flex-col justify-center items-center text-center p-4">
402402
<p className="text-base font-medium mb-2.5">
403-
Please upgrade to Professional or Team plan to use quicksend
403+
{t("bulksendsubcriptionalert")}
404404
</p>
405405
<button
406406
onClick={() => handleNavigation()}
407407
className="op-btn op-btn-primary"
408408
>
409-
Upgrade Now
409+
{t("upgrade-now")}
410410
</button>
411411
</div>
412412
) : (

apps/OpenSignServer/package-lock.json

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

apps/OpenSignServer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@signpdf/placeholder-pdf-lib": "^3.2.4",
2525
"@signpdf/signer-p12": "^3.2.4",
2626
"@signpdf/signpdf": "^3.2.4",
27-
"aws-sdk": "^2.1674.0",
27+
"aws-sdk": "^2.1681.0",
2828
"axios": "^1.7.4",
2929
"cors": "^2.8.5",
3030
"dotenv": "^16.4.5",
@@ -52,7 +52,7 @@
5252
"@babel/eslint-parser": "^7.25.1",
5353
"eslint": "^9.9.0",
5454
"jasmine": "^5.2.0",
55-
"mongodb-runner": "^5.6.4",
55+
"mongodb-runner": "^5.6.5",
5656
"nodemon": "^3.1.4",
5757
"nyc": "^17.0.0",
5858
"prettier": "^3.3.3"

0 commit comments

Comments
 (0)