Skip to content

Commit a5c4d52

Browse files
committed
Updated helpers
1 parent 6c42650 commit a5c4d52

3 files changed

Lines changed: 6300 additions & 3098 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@churchapps/apphelper": "^0.8.0",
8-
"@churchapps/helpers": "^1.5.0",
9-
"@mui/icons-material": "^7.2.0",
10-
"@mui/material": "^7.2.0",
7+
"@churchapps/apphelper": "^0.9.0",
8+
"@churchapps/helpers": "^1.6.1",
9+
"@mui/icons-material": "^7.3.11",
10+
"@mui/material": "^7.3.11",
1111
"@stripe/react-stripe-js": "^3.9.1",
1212
"@stripe/stripe-js": "^7.8.0",
1313
"@types/papaparse": "^5.3.16",
@@ -23,7 +23,7 @@
2323
"react-cookie": "^8.0.1",
2424
"react-dom": "^19.1.0",
2525
"react-ga4": "^2.1.0",
26-
"react-router-dom": "^7.6.3",
26+
"react-router-dom": "^7.15.0",
2727
"xlsx": "^0.18.5"
2828
},
2929
"scripts": {

public/apphelper/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134
"startDate": "Start Date"
135135
}
136136
},
137+
"fileUpload": {
138+
"file": "File"
139+
},
137140
"formSubmissionEdit": {
138141
"confirmDelete": "Are you sure you wish to delete this form data?",
139142
"editForm": "Edit Form",

0 commit comments

Comments
 (0)