Skip to content

Commit

Permalink
STCOM-1179 update stripes deps for react v18 (#2099)
Browse files Browse the repository at this point in the history
Missed a few updates in the previous PR. These updates bring stripes-cli
and eslint-config-stripes into line around react 18 and other breaking
changes related to svg that must by synchronized across stripes-webpack
and stripes-components.

Refs STCOM-1179

Co-authored-by: John Coburn <jcoburn@ebsco.com>
  • Loading branch information
2 people authored and github-actions committed Aug 17, 2023
1 parent be84caf commit d189f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Provide the searchableOptions prop to the SearchField component to use it as children for options in the Select component. Refs STCOM-1183.
* Provide the `getFieldUniqueKey` prop to define a `key` for the list items in the `<RepeatableField>` component. Refs STCOM-1186.
* Bugfix for `<MultiSelection>` - onRemove should support remove button clicks and list de-selection as it does backspace. Refs STCOM-1106.
* *BREAKING* bump `react` to `v18`. Refs STCOM-1179.
* Add `graph` icon. Refs STCOM-1187.
* `<AccordionSet/>` bugfix - fix for Accordions reverting to their initial open/close state when outer component is updated. Fixes STCOM-1188.
* Unpin `moment` from `2.24`; STRIPES-678 resolved long ago. Resolves CVE-2022-24785.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.0.0",
"@bigtest/interactor": "0.7.2",
"@folio/eslint-config-stripes": "^6",
"@folio/stripes-cli": "^2.4.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-testing": "^4.5.0",
"@formatjs/cli": "^6.0.4",
"@mdx-js/loader": "^1.6.22",
Expand Down

0 comments on commit d189f62

Please sign in to comment.