@crowdin/app-project-module 0.71.0 → 0.71.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,18 +9,18 @@
9
9
  <div class="error-page-message">
10
10
  <crowdin-h3>{{ message }}</crowdin-h3>
11
11
  {{#if owners}}
12
- <crowdin-h6>This integration allows only one connection per project to ensure consistent configuration and prevent file import or synchronization issues.</crowdin-h6>
12
+ <crowdin-p>This integration allows only one connection per project to ensure consistent configuration and prevent file import or synchronization issues.</crowdin-p>
13
13
  {{#if owners.[1]}}
14
- <crowdin-h5 class="mt-2">Managed by:</crowdin-h5>
14
+ <crowdin-p class="mt-2">Managed by:</crowdin-p>
15
15
  <ul>
16
16
  {{#each owners}}
17
17
  <li><crowdin-a href="#" onclick="contactUser({{this.id}})">{{this.name}}</crowdin-a></li>
18
18
  {{/each}}
19
19
  </ul>
20
- <crowdin-h6 class="mt-2">To request access, please contact one of the project members listed above.</crowdin-h6>
20
+ <crowdin-p class="mt-2">To request access, please contact one of the project members listed above.</crowdin-p>
21
21
  {{else}}
22
- <crowdin-h5 class="mt-2">Managed by: <crowdin-a href="#" onclick="contactUser({{owners.[0].id}})">{{owners.[0].name}}</crowdin-a></crowdin-h5>
23
- <crowdin-h6 class="mt-2">To request access, please contact the project member listed above.</crowdin-h6>
22
+ <crowdin-p class="mt-2">Managed by: <crowdin-a href="#" onclick="contactUser({{owners.[0].id}})">{{owners.[0].name}}</crowdin-a></crowdin-p>
23
+ <crowdin-p class="mt-2">To request access, please contact the project member listed above.</crowdin-p>
24
24
  {{/if}}
25
25
  {{/if}}
26
26
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.71.0",
3
+ "version": "0.71.2",
4
4
  "description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@aws-sdk/client-s3": "^3.606.0",
23
- "@aws-sdk/s3-request-presigner": "^3.682.0",
23
+ "@aws-sdk/s3-request-presigner": "^3.701.0",
24
24
  "@crowdin/crowdin-apps-functions": "^0.10.0",
25
25
  "@crowdin/logs-formatter": "^2.1.7",
26
26
  "@godaddy/terminus": "^4.12.1",
@@ -35,7 +35,7 @@
35
35
  "lodash.uniqby": "^4.7.0",
36
36
  "mysql2": "^3.11.3",
37
37
  "node-cron": "^3.0.3",
38
- "pg": "^8.13.0",
38
+ "pg": "^8.13.1",
39
39
  "redoc-express": "^2.1.0",
40
40
  "sqlite3": "^5.1.7",
41
41
  "swagger-jsdoc": "^6.2.8",
@@ -43,14 +43,14 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/preset-react": "^7.24.7",
46
- "@emotion/react": "^11.13.3",
46
+ "@emotion/react": "^11.13.5",
47
47
  "@emotion/styled": "^11.11.5",
48
- "@mui/icons-material": "^5.16.7",
49
- "@mui/material": "^5.16.7",
50
- "@rjsf/core": "^5.22.3",
51
- "@rjsf/mui": "^5.22.3",
48
+ "@mui/icons-material": "^5.16.8",
49
+ "@mui/material": "^5.16.8",
50
+ "@rjsf/core": "^5.23.1",
51
+ "@rjsf/mui": "^5.23.1",
52
52
  "@rjsf/utils": "^5.21.1",
53
- "@rjsf/validator-ajv8": "^5.22.3",
53
+ "@rjsf/validator-ajv8": "^5.23.1",
54
54
  "@rollup/plugin-babel": "^6.0.4",
55
55
  "@rollup/plugin-commonjs": "^24.1.0",
56
56
  "@rollup/plugin-json": "^6.1.0",