Skip to content

Commit

Permalink
Update minimal version of react-transition-state (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhsin authored Jul 10, 2023
1 parent e18ef54 commit c303d7f
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 76 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@szhsin/react-accordion",
"version": "1.2.1",
"version": "1.2.2",
"description": "The complete accordion solution for React.",
"author": "Zheng Song",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-dom": "^16.14 || ^17.0 || ^18.0"
},
"dependencies": {
"react-transition-state": "^2.1.0"
"react-transition-state": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion types/components/AccordionProvider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { AccordionProviderValue } from '../utils/constants';
declare const AccordionProvider: (props: {
value: AccordionProviderValue;
children?: ReactNode;
}) => JSX.Element;
}) => import("react/jsx-runtime").JSX.Element;
export { AccordionProvider };
103 changes: 39 additions & 64 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c303d7f

Please sign in to comment.