Skip to content

Commit d705b05

Browse files
authored
Merge branch 'main' into kw/fix/SDK-198
2 parents 9fb343d + f202a92 commit d705b05

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
"typescript": "^5.8.3"
118118
},
119119
"dependencies": {
120-
"@gusto/embedded-api": "^0.11.3",
120+
"@gusto/embedded-api": "^0.11.4",
121121
"@hookform/error-message": "^2.0.1",
122122
"@hookform/resolvers": "^5.2.2",
123123
"@internationalized/date": "^3.10.0",
124124
"@internationalized/number": "^3.6.5",
125125
"classnames": "^2.5.1",
126126
"deepmerge": "^4.3.1",
127127
"dompurify": "^3.3.1",
128-
"i18next": "^25.7.2",
128+
"i18next": "^25.7.3",
129129
"react-aria": "^3.44.0",
130130
"react-aria-components": "1.13.0",
131131
"react-error-boundary": "^6.0.0",

src/components/Payroll/PayrollFlow/payrollStateMachine.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const payrollFlowBreadcrumbsNodes: BreadcrumbNodes = {
7070
endDate: ctx.payPeriod?.endDate ?? '',
7171
}),
7272
component: PayrollConfigurationContextual,
73+
alerts: undefined,
7374
})) as (context: unknown) => unknown,
7475
},
7576
},

0 commit comments

Comments
 (0)