Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

pub upgrade #581

Merged
merged 4 commits into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.10"
version: "1.3.11"
build_runner:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -147,14 +147,14 @@ packages:
name: code_builder
url: "https://pub.dartlang.org"
source: hosted
version: "3.4.0"
version: "3.4.1"
codemirror:
dependency: "direct dev"
description:
name: codemirror
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.19+5.56.0"
version: "0.5.20+5.57.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -364,7 +364,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6+3"
version: "0.9.7"
mock_request:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -455,7 +455,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.7"
version: "0.7.9"
shelf_packages_handler:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ environment:
sdk: ^2.9.2

dependencies:
analyzer: ^0.39.15
# TODO(domesticmouse): unpin analyzer after we update to Dart 2.10
analyzer: 0.39.16
analysis_server_lib: ^0.1.4
appengine: ^0.12.0
args: ^1.5.2
Expand Down