Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade to [email protected] #200

Merged
merged 5 commits into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Bumped dependencies, in PR [#200](https://github.com/compulim/web-speech-cognitive-services/pull/200)
- Development dependencies
- [`[email protected]`](https://npmjs.com/package/microsoft-cognitiveservices-speech-sdk)

## [7.1.2] - 2022-09-27

### Changed
Expand Down
93 changes: 52 additions & 41 deletions packages/bundle/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-react": "^7.18.6",
"concurrently": "^7.4.0",
"eslint": "^8.24.0",
"microsoft-cognitiveservices-speech-sdk": "^1.23.0",
"microsoft-cognitiveservices-speech-sdk": "^1.17.0",
"rimraf": "^3.0.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
Expand Down
Binary file modified packages/component/__tests__/tuen-mun-district-office.wav
Binary file not shown.
63 changes: 28 additions & 35 deletions packages/component/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 packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"lolex": "^6.0.0",
"microsoft-cognitiveservices-speech-sdk": "^1.23.0",
"microsoft-cognitiveservices-speech-sdk": "^1.17.0",
"node-fetch": "^2.6.7",
"prettier": "^2.7.1",
"rimraf": "^3.0.2"
Expand All @@ -83,6 +83,6 @@
"simple-update-in": "2.2.0"
},
"peerDependencies": {
"microsoft-cognitiveservices-speech-sdk": "~1.17.0"
"microsoft-cognitiveservices-speech-sdk": "^1.17.0"
}
}
Loading