@churchapps/apphelper 0.3.24 → 0.3.25

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.
Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@churchapps/apphelper",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "Library of helper functions for React and NextJS ChurchApps",
5
5
  "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
6
+ "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
9
  "clean": "rimraf dist",
@@ -14,7 +14,7 @@
14
14
  "copy-assets": "npm-run-all copy-css copy-icons copy-emojis copy-languages",
15
15
  "link": "link",
16
16
  "tsc": "tsc",
17
- "prepare": "npm run build",
17
+ "prepare": "npm run build",
18
18
  "build": "npm-run-all clean tsc copy-assets",
19
19
  "updateLink": "npm-run-all clean tsc && npm rm @churchapps/apphelper -g && npm link"
20
20
  },
@@ -58,6 +58,10 @@
58
58
  "cropperjs": "^1.6.0",
59
59
  "date-fns": "^2.30.0",
60
60
  "flexsearch": "0.7.43",
61
+ "i18next": "^25.0.2",
62
+ "i18next-browser-languagedetector": "^8.1.0",
63
+ "i18next-chained-backend": "^4.6.2",
64
+ "i18next-http-backend": "^3.0.2",
61
65
  "jwt-decode": "^3.1.2",
62
66
  "lexical": "^0.12.0",
63
67
  "marked": "15.0.6",
@@ -70,6 +74,7 @@
70
74
  "react-ga4": "^2.1.0",
71
75
  "react-google-charts": "^3.0.15",
72
76
  "react-google-recaptcha": "^3.1.0",
77
+ "react-i18next": "^15.5.1",
73
78
  "react-to-print": "^2.14.13",
74
79
  "rrule": "^2.8.1",
75
80
  "slug": "^8.2.3"