File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import 'dart:js_util' as jsutil;
55import 'dart:math';
66import 'dart:typed_data';
77
8- import 'package:dart_webrtc/src/rtc_transform_stream.dart';
98import 'package:web/web.dart' as web;
109
10+ import 'package:dart_webrtc/src/rtc_transform_stream.dart';
1111import 'crypto.dart' as crypto;
1212import 'e2ee.keyhandler.dart';
1313import 'e2ee.logger.dart';
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88
99dependencies:
1010 collection: ^1.17.1
11- js: ^0.7.1
11+ js: ">0.6.0 <0.8.0"
1212 logging: ^1.1.0
1313 meta: ^1.8.0
1414 platform_detect: ^2.0.7
@@ -19,7 +19,7 @@ dependencies:
1919dev_dependencies:
2020 build_runner: ^2.3.3
2121 build_web_compilers:
22- http: ^1.2.1
22+ http: ">0.13.0 <1.3.0"
2323 import_sorter: ^4.6.0
2424 pedantic: ^1.9.0
2525 protoo_client: ^0.3.0
You can’t perform that action at this time.
0 commit comments