Skip to content

Commit c303d7f

Browse files
authored
Update minimal version of react-transition-state (#458)
1 parent e18ef54 commit c303d7f

File tree

4 files changed

+51
-76
lines changed

4 files changed

+51
-76
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@szhsin/react-accordion",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "The complete accordion solution for React.",
55
"author": "Zheng Song",
66
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"react-dom": "^16.14 || ^17.0 || ^18.0"
5151
},
5252
"dependencies": {
53-
"react-transition-state": "^2.1.0"
53+
"react-transition-state": "^2.1.1"
5454
},
5555
"devDependencies": {
5656
"@babel/core": "^7.22.5",

types/components/AccordionProvider.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { AccordionProviderValue } from '../utils/constants';
33
declare const AccordionProvider: (props: {
44
value: AccordionProviderValue;
55
children?: ReactNode;
6-
}) => JSX.Element;
6+
}) => import("react/jsx-runtime").JSX.Element;
77
export { AccordionProvider };

website/package-lock.json

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

0 commit comments

Comments
 (0)