8000 Fix versios of deps to avoid bug in typescript-eslint: · versatica/mediasoup-client@f4ee769 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4ee769

Browse files
committed
Fix versios of deps to avoid bug in typescript-eslint:
typescript-eslint/typescript-eslint#1761
1 parent ccf5dc1 commit f4ee769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"@types/sdp-transform": "^2.4.3",
4949
"@types/uuid": "^3.4.7",
50-
"@typescript-eslint/eslint-plugin": "^2.23.0",
51-
"@typescript-eslint/parser": "^2.23.0",
50+
"@typescript-eslint/eslint-plugin": "~2.23.0",
51+
"@typescript-eslint/parser": "~2.23.0",
5252
"eslint": "^6.8.0",
5353
"eslint-plugin-jest": "^23.8.2",
5454
"fake-mediastreamtrack": "^1.1.3",

0 commit comments

Comments
 (0)
0