Skip to content

Commit

Permalink
Update the minimal version of react-transition-state (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhsin authored Oct 26, 2024
1 parent cbddd4a commit 4a17cab
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 61 deletions.
110 changes: 57 additions & 53 deletions example/package-lock.json

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

12 changes: 6 additions & 6 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.5",
"version": "1.2.6",
"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.2"
"react-transition-state": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down

0 comments on commit 4a17cab

Please sign in to comment.