Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 5, 2020
1 parent 3225d9a commit a3f4fa5
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 621 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelogs
- **[2.5.3]**
- Add try catch block on `mediaRecorder.stop()` [#220](https://github.com/dooboolab/react-native-audio-recorder-player/pull/220)
- **[2.5.2]**
- Add android record parameters [#210](dooboolab/react-native-audio-recorder-player/issues/210)
- Play music in bluetooth earpiece while recording [#192](dooboolab/react-native-audio-recorder-player/issues/192)
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-audio-recorder-player",
"version": "2.5.2",
"version": "2.5.3",
"description": "React Native Audio Recorder and Player.",
"homepage": "https://github.com/dooboolab/react-native-audio-recorder-player",
"main": "index.ts",
Expand All @@ -26,41 +26,41 @@
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.62.2"
"react": ">=16",
"react-native": ">=0.58"
},
"dependencies": {
"dooboolab-welcome": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@dooboo/eslint-config": "^0.4.2",
"@babel/runtime": "^7.10.2",
"@testing-library/react-native": "^5.0.3",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.38",
"@types/react-native": "^0.62.13",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@dooboo/eslint-config": "^0.5.1",
"@babel/runtime": "^7.11.2",
"@testing-library/react-native": "^7.0.2",
"@types/jest": "^26.0.13",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.15",
"@types/react-navigation": "^3.4.0",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@types/react-test-renderer": "^16.9.3",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.3.0",
"babel-preset-react-native": "^5.0.2",
"codecov": "^3.7.0",
"eslint": "^7.2.0",
"codecov": "^3.7.2",
"eslint": "^7.8.1",
"flowgen": "^1.11.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}
}
Loading

0 comments on commit a3f4fa5

Please sign in to comment.