Skip to content

Commit

Permalink
fix(deps): fixes wrong dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioru committed Mar 15, 2023
1 parent 6dd9956 commit 9631dc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,14 @@ Errored release
- Improves documentation
- Improves types

## [4.0.0] - 2023-03-13
## [4.1.0] - 2023-03-13

### Adds

- `useMutableState` hook

## [4.1.1] - 2023-03-13

### Fixes

- wrong dependency in package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": ">=5.0.0 <=6.0.0",
"react-router-dom": ">=5.0.0",
"rxjs": ">=7.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -339,4 +339,4 @@
"require": "./useAudio.js"
}
}
}
}

0 comments on commit 9631dc6

Please sign in to comment.