Skip to content

Commit 188c3d1

Browse files
committed
feat: upgrade HDS to v6 and align select/error components
- bump hds-core, hds-design-tokens, and hds-react to v6 - replace ErrorSummary with Notification in server error summary UI - migrate SingleSelect and SingleSelectField typing to ComponentProps<typeof Select> - update SearchRow snapshot for HDS v6 class and id output Refs: LINK-2463
1 parent 31b6e4d commit 188c3d1

6 files changed

Lines changed: 47 additions & 222 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"date-fns-tz": "^2.0.1",
3737
"dotenv": "^16.4.7",
3838
"formik": "^2.4.9",
39-
"hds-core": "^4.9.0",
40-
"hds-design-tokens": "^4.9.0",
41-
"hds-react": "^4.9.0",
39+
"hds-core": "^6.0.2",
40+
"hds-design-tokens": "^6.0.2",
41+
"hds-react": "^6.0.2",
4242
"i18next": "^23.16.8",
4343
"ics": "^3.7.2",
4444
"lodash": "^4.18.1",

0 commit comments

Comments
 (0)