Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
otopba committed Nov 23, 2020
1 parent b910a63 commit 14508bf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
30 changes: 22 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ packages:
source: hosted
version: "6.0.1"
built_collection:
dependency: transitive
dependency: "direct main"
description:
name: built_collection
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -147,7 +147,7 @@ packages:
name: coverage
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.1"
version: "0.14.2"
crypto:
dependency: transitive
description:
Expand All @@ -169,6 +169,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.6"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -218,6 +225,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.4"
intl:
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
io:
dependency: transitive
description:
Expand All @@ -238,7 +252,7 @@ packages:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "3.1.1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -273,14 +287,14 @@ packages:
name: node_interop
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
node_io:
dependency: transitive
description:
name: node_io
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -441,21 +455,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.4"
version: "1.15.6"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.18"
version: "0.2.18+1"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.11+1"
version: "0.3.11+3"
timing:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
dependencies:
js: ^0.6.2
built_value: ^7.1.0
built_collection: ^4.3.2
rxdart: ^0.24.1
meta: ^1.2.4

Expand Down

0 comments on commit 14508bf

Please sign in to comment.