Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Oct 29, 2024
1 parent 75015bb commit 0462f2e
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const EmailInboxForm = ({ inboxData }: { inboxData?: IEmailInboxPayload }): Reac
handleSubmit,
formState: { errors, isDirty },
} = useForm({
defaultValues: {
values: {
active: inboxData?.active ?? true,
name: inboxData?.name,
email: inboxData?.email,
Expand Down
4 changes: 2 additions & 2 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"mailparser": "^3.4.0",
"mailparser": "^3.7.1",
"marked": "^4.2.5",
"matrix-appservice": "^2.0.0",
"matrix-appservice-bridge": "^10.3.1",
Expand All @@ -390,7 +390,7 @@
"node-fetch": "2.7.0",
"node-gcm": "1.0.5",
"node-rsa": "^1.1.1",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"oauth2-server": "3.1.1",
"object-path": "^0.11.8",
"path": "^0.12.7",
Expand Down
Loading

0 comments on commit 0462f2e

Please sign in to comment.