Skip to content

Commit c814cb8

Browse files
committed
Update dependency version
1 parent c645559 commit c814cb8

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed

pubspec.lock

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ packages:
2222
url: "https://pub.dartlang.org"
2323
source: hosted
2424
version: "2.2.0"
25-
asn1lib:
26-
dependency: transitive
27-
description:
28-
name: asn1lib
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "0.5.15"
3225
async:
3326
dependency: transitive
3427
description:
@@ -169,15 +162,6 @@ packages:
169162
url: "https://pub.dartlang.org"
170163
source: hosted
171164
version: "2.0.3"
172-
dartssh:
173-
dependency: "direct dev"
174-
description:
175-
path: "."
176-
ref: test
177-
resolved-ref: "3113e72b9e1b4ac742147be1ad34a586e9cc9bb5"
178-
url: "https://github.com/linhanyu/dartssh"
179-
source: git
180-
version: "1.0.4+4"
181165
equatable:
182166
dependency: "direct main"
183167
description:
@@ -237,13 +221,6 @@ packages:
237221
url: "https://pub.dartlang.org"
238222
source: hosted
239223
version: "2.0.0"
240-
http:
241-
dependency: transitive
242-
description:
243-
name: http
244-
url: "https://pub.dartlang.org"
245-
source: hosted
246-
version: "0.13.3"
247224
http_multi_server:
248225
dependency: transitive
249226
description:
@@ -341,14 +318,7 @@ packages:
341318
name: platform_info
342319
url: "https://pub.dartlang.org"
343320
source: hosted
344-
version: "3.0.0-nullsafety.1"
345-
pointycastle:
346-
dependency: transitive
347-
description:
348-
name: pointycastle
349-
url: "https://pub.dartlang.org"
350-
source: hosted
351-
version: "1.0.2"
321+
version: "3.1.0"
352322
pool:
353323
dependency: transitive
354324
description:
@@ -459,36 +429,20 @@ packages:
459429
url: "https://pub.dartlang.org"
460430
source: hosted
461431
version: "1.0.0"
462-
tweetnacl:
463-
dependency: transitive
464-
description:
465-
path: "."
466-
ref: HEAD
467-
resolved-ref: "68bba352d1972bb72643760b9f97cf44cb75a88d"
468-
url: "https://github.com/linhanyu/tweetnacl-dart"
469-
source: git
470-
version: "0.3.2"
471432
typed_data:
472433
dependency: transitive
473434
description:
474435
name: typed_data
475436
url: "https://pub.dartlang.org"
476437
source: hosted
477438
version: "1.3.0"
478-
validators:
479-
dependency: transitive
480-
description:
481-
name: validators
482-
url: "https://pub.dartlang.org"
483-
source: hosted
484-
version: "2.0.0+1"
485439
vector_math:
486440
dependency: transitive
487441
description:
488442
name: vector_math
489443
url: "https://pub.dartlang.org"
490444
source: hosted
491-
version: "2.1.0"
445+
version: "2.1.1"
492446
watcher:
493447
dependency: transitive
494448
description:
@@ -511,5 +465,5 @@ packages:
511465
source: hosted
512466
version: "3.1.0"
513467
sdks:
514-
dart: ">=2.12.0 <3.0.0"
468+
dart: ">=2.14.0 <3.0.0"
515469
flutter: ">=2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
convert: ^3.0.0
1212
meta: ^1.3.0
1313
quiver: ^3.0.0
14-
platform_info: ^3.0.0-nullsafety.1
14+
platform_info: ^3.0.0
1515
equatable: ^2.0.2
1616
flutter:
1717
sdk: flutter

0 commit comments

Comments
 (0)