Skip to content

Commit

Permalink
chore: Update permissions dependency (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
untemps authored Jun 23, 2020
1 parent 993cf9b commit 35e4508
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@untemps/event-dispatcher": "^1.1.0",
"@untemps/user-media-utils": "^1.0.3",
"@untemps/user-permissions-utils": "^1.0.0",
"babel-jest": "^26.0.1",
"cross-env": "^7.0.2",
"husky": "^4.2.5",
Expand All @@ -57,10 +57,7 @@
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"testPathIgnorePatterns": [
".+Mock.js"
]
}
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion src/SpeechRecognitionWrapper.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getUserMediaStream } from '@untemps/user-media-utils'
import { getUserMediaStream } from '@untemps/user-permissions-utils'

class SpeechRecognitionWrapper {
static defaultOptions = {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1904,10 +1904,10 @@
resolved "https://npm.lajavaness.com:443/@untemps%2fevent-dispatcher/-/event-dispatcher-1.1.0.tgz#138d93c51dbc578bc17c5dc2dc3bb67684d49ac3"
integrity sha512-mPmCYT/SVlHVRjmjHf3onAAGrKhzh+CcKuCnOO/lovtUiAKb39YW+F5/EUk16cW37vPXh0NFFWq/iXOlokYlxQ==

"@untemps/user-media-utils@^1.0.3":
version "1.0.3"
resolved "https://npm.lajavaness.com:443/@untemps%2fuser-media-utils/-/user-media-utils-1.0.3.tgz#927be43d4eb1b8f464677d7e08d1f09723851ef2"
integrity sha512-6GPzEu0g26a3p6VqdZAer0gxc+V3dxF728VYXxgJg+yNbe0IJqhUIueJLDVxQPRZvLI7vGYiC8CG5mK4hhGKlA==
"@untemps/user-permissions-utils@^1.0.0":
version "1.0.0"
resolved "https://npm.lajavaness.com:443/@untemps%2fuser-permissions-utils/-/user-permissions-utils-1.0.0.tgz#0a608e2f5cd930f310aab0d21394eda03219af81"
integrity sha512-WZ/cPH5gvYaS0y+K1/M4FR4JcORSJKd7+0X2N1xLLHalXUAyBdVXlbiCw2S2uTrFVlszRlMRYX32B2UdNvMRuw==

JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
version "1.3.5"
Expand Down

0 comments on commit 35e4508

Please sign in to comment.