Skip to content

Commit f11da0b

Browse files
authored
chore(deps): bump react-aria group and deduplicate transitive types (#4985)
Bumps react-aria, @react-stately/*, @react-types/shared and @internationalized/date together — these are co-released packages from adobe/react-spectrum and must be bumped as a group. Adds pnpm.overrides to collapse the duplicate react-stately, @types/react and @internationalized/date versions that pnpm resolved when the packages were out of sync, fixing the TypeScript build errors in the Datepicker. Closes #4976
1 parent 2f0dd96 commit f11da0b

3 files changed

Lines changed: 287 additions & 419 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@
115115
"gray-matter>js-yaml": "^3.14.1",
116116
"lodash": ">=4.18.0",
117117
"webpackbar": "^7.0.0",
118-
"shell-quote": ">=1.8.4"
118+
"shell-quote": ">=1.8.4",
119+
"react-stately": "3.47.0",
120+
"@types/react": ">=19.2.17",
121+
"@internationalized/date": "3.12.2"
119122
}
120123
}
121124
}

packages/eds-core-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
"@equinor/eds-tokens": "workspace:^",
110110
"@equinor/eds-utils": "workspace:^",
111111
"@floating-ui/react": "^0.27.19",
112-
"@internationalized/date": "^3.12.0",
113-
"@react-aria/utils": "^3.33.1",
114-
"@react-stately/calendar": "^3.9.3",
115-
"@react-stately/datepicker": "^3.16.1",
116-
"@react-types/shared": "^3.33.1",
112+
"@internationalized/date": "^3.12.2",
113+
"@react-aria/utils": "^3.34.1",
114+
"@react-stately/calendar": "^3.10.1",
115+
"@react-stately/datepicker": "^3.17.1",
116+
"@react-types/shared": "^3.35.0",
117117
"@tanstack/react-virtual": "3.14.2",
118118
"downshift": "9.3.2",
119-
"react-aria": "^3.47.0"
119+
"react-aria": "^3.49.0"
120120
}
121121
}

0 commit comments

Comments
 (0)