Skip to content

Commit 2265c33

Browse files
upgraded some dependencies
1 parent 320d1d6 commit 2265c33

File tree

4 files changed

+74
-15
lines changed

4 files changed

+74
-15
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
arguments=
2+
auto.sync=false
3+
build.scans.enabled=false
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
15
connection.project.dir=
26
eclipse.preferences.version=1
7+
gradle.user.home=
8+
java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home
9+
jvm.arguments=
10+
offline.mode=false
11+
override.workspace.settings=true
12+
show.console.view=true
13+
show.executions.view=true

android/app/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
<buildCommand>
914
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
1015
<arguments>
1116
</arguments>
1217
</buildCommand>
1318
</buildSpec>
1419
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
1521
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
1622
</natures>
1723
</projectDescription>

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ DEPENDENCIES:
134134
- Flutter (from `.symlinks/flutter/ios`)
135135

136136
SPEC REPOS:
137-
https://github.com/cocoapods/specs.git:
137+
https://github.com/CocoaPods/Specs.git:
138138
- BoringSSL-GRPC
139139
- Firebase
140140
- FirebaseAnalytics
@@ -194,4 +194,4 @@ SPEC CHECKSUMS:
194194

195195
PODFILE CHECKSUM: 10ae9c18d12c9ffc2275c9a159a3b1e281990db0
196196

197-
COCOAPODS: 1.7.5
197+
COCOAPODS: 1.9.3

pubspec.lock

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.13"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.6.0"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.1"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
1428
name: boolean_selector
1529
url: "https://pub.dartlang.org"
1630
source: hosted
17-
version: "1.0.5"
31+
version: "2.0.0"
1832
charcode:
1933
dependency: transitive
2034
description:
2135
name: charcode
2236
url: "https://pub.dartlang.org"
2337
source: hosted
24-
version: "1.1.2"
38+
version: "1.1.3"
2539
cloud_firestore:
2640
dependency: "direct main"
2741
description:
@@ -35,7 +49,21 @@ packages:
3549
name: collection
3650
url: "https://pub.dartlang.org"
3751
source: hosted
38-
version: "1.14.11"
52+
version: "1.14.12"
53+
convert:
54+
dependency: transitive
55+
description:
56+
name: convert
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.1"
60+
crypto:
61+
dependency: transitive
62+
description:
63+
name: crypto
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "2.1.4"
3967
cupertino_icons:
4068
dependency: "direct main"
4169
description:
@@ -67,34 +95,41 @@ packages:
6795
description: flutter
6896
source: sdk
6997
version: "0.0.0"
98+
image:
99+
dependency: transitive
100+
description:
101+
name: image
102+
url: "https://pub.dartlang.org"
103+
source: hosted
104+
version: "2.1.12"
70105
matcher:
71106
dependency: transitive
72107
description:
73108
name: matcher
74109
url: "https://pub.dartlang.org"
75110
source: hosted
76-
version: "0.12.5"
111+
version: "0.12.6"
77112
meta:
78113
dependency: transitive
79114
description:
80115
name: meta
81116
url: "https://pub.dartlang.org"
82117
source: hosted
83-
version: "1.1.7"
118+
version: "1.1.8"
84119
path:
85120
dependency: transitive
86121
description:
87122
name: path
88123
url: "https://pub.dartlang.org"
89124
source: hosted
90125
version: "1.6.4"
91-
pedantic:
126+
petitparser:
92127
dependency: transitive
93128
description:
94-
name: pedantic
129+
name: petitparser
95130
url: "https://pub.dartlang.org"
96131
source: hosted
97-
version: "1.8.0+1"
132+
version: "2.4.0"
98133
provider:
99134
dependency: "direct main"
100135
description:
@@ -108,7 +143,7 @@ packages:
108143
name: quiver
109144
url: "https://pub.dartlang.org"
110145
source: hosted
111-
version: "2.0.5"
146+
version: "2.1.3"
112147
sky_engine:
113148
dependency: transitive
114149
description: flutter
@@ -120,7 +155,7 @@ packages:
120155
name: source_span
121156
url: "https://pub.dartlang.org"
122157
source: hosted
123-
version: "1.5.5"
158+
version: "1.7.0"
124159
stack_trace:
125160
dependency: transitive
126161
description:
@@ -155,7 +190,7 @@ packages:
155190
name: test_api
156191
url: "https://pub.dartlang.org"
157192
source: hosted
158-
version: "0.2.5"
193+
version: "0.2.15"
159194
typed_data:
160195
dependency: transitive
161196
description:
@@ -170,6 +205,13 @@ packages:
170205
url: "https://pub.dartlang.org"
171206
source: hosted
172207
version: "2.0.8"
208+
xml:
209+
dependency: transitive
210+
description:
211+
name: xml
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "3.6.1"
173215
sdks:
174-
dart: ">=2.2.2 <3.0.0"
216+
dart: ">=2.6.0 <3.0.0"
175217
flutter: ">=1.5.0 <2.0.0"

0 commit comments

Comments
 (0)