Skip to content

Commit a3a3365

Browse files
authored
Merge pull request #31 from nstack-io/fix/bumpversions
Updated dependencies and bumped build to 0.2.3
2 parents cd7ca0d + 772b439 commit a3a3365

File tree

3 files changed

+43
-36
lines changed

3 files changed

+43
-36
lines changed

example/pubspec.lock

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.6.1"
31+
version: "2.7.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -42,42 +42,42 @@ packages:
4242
name: build
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.0.0"
45+
version: "2.0.3"
4646
build_config:
4747
dependency: transitive
4848
description:
4949
name: build_config
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "0.4.7"
52+
version: "1.0.0"
5353
build_daemon:
5454
dependency: transitive
5555
description:
5656
name: build_daemon
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.1.10"
59+
version: "3.0.0"
6060
build_resolvers:
6161
dependency: transitive
6262
description:
6363
name: build_resolvers
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "2.0.0"
66+
version: "2.0.1"
6767
build_runner:
6868
dependency: "direct dev"
6969
description:
7070
name: build_runner
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.12.2"
73+
version: "2.0.6"
7474
build_runner_core:
7575
dependency: transitive
7676
description:
7777
name: build_runner_core
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "6.1.12"
80+
version: "7.0.1"
8181
built_collection:
8282
dependency: transitive
8383
description:
@@ -133,7 +133,7 @@ packages:
133133
name: code_builder
134134
url: "https://pub.dartlang.org"
135135
source: hosted
136-
version: "3.7.0"
136+
version: "4.1.0"
137137
collection:
138138
dependency: transitive
139139
description:
@@ -161,7 +161,7 @@ packages:
161161
name: dart_style
162162
url: "https://pub.dartlang.org"
163163
source: hosted
164-
version: "2.0.0"
164+
version: "2.0.2"
165165
fake_async:
166166
dependency: transitive
167167
description:
@@ -205,6 +205,13 @@ packages:
205205
description: flutter
206206
source: sdk
207207
version: "0.0.0"
208+
frontend_server_client:
209+
dependency: transitive
210+
description:
211+
name: frontend_server_client
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "2.1.0"
208215
glob:
209216
dependency: transitive
210217
description:
@@ -218,14 +225,14 @@ packages:
218225
name: graphs
219226
url: "https://pub.dartlang.org"
220227
source: hosted
221-
version: "1.0.0"
228+
version: "2.0.0"
222229
http:
223230
dependency: transitive
224231
description:
225232
name: http
226233
url: "https://pub.dartlang.org"
227234
source: hosted
228-
version: "0.13.1"
235+
version: "0.13.3"
229236
http_multi_server:
230237
dependency: transitive
231238
description:
@@ -281,7 +288,7 @@ packages:
281288
name: meta
282289
url: "https://pub.dartlang.org"
283290
source: hosted
284-
version: "1.3.0"
291+
version: "1.4.0"
285292
mime:
286293
dependency: transitive
287294
description:
@@ -295,7 +302,7 @@ packages:
295302
path: ".."
296303
relative: true
297304
source: path
298-
version: "0.2.1"
305+
version: "0.2.3"
299306
package_config:
300307
dependency: transitive
301308
description:
@@ -309,7 +316,7 @@ packages:
309316
name: package_info
310317
url: "https://pub.dartlang.org"
311318
source: hosted
312-
version: "2.0.0"
319+
version: "2.0.2"
313320
path:
314321
dependency: transitive
315322
description:
@@ -393,7 +400,7 @@ packages:
393400
name: shared_preferences
394401
url: "https://pub.dartlang.org"
395402
source: hosted
396-
version: "2.0.5"
403+
version: "2.0.6"
397404
shared_preferences_linux:
398405
dependency: transitive
399406
description:
@@ -496,7 +503,7 @@ packages:
496503
name: test_api
497504
url: "https://pub.dartlang.org"
498505
source: hosted
499-
version: "0.3.0"
506+
version: "0.4.0"
500507
timing:
501508
dependency: transitive
502509
description:

pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "17.0.0"
10+
version: "22.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.1.0"
17+
version: "1.7.2"
1818
args:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.6.1"
31+
version: "2.7.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -42,14 +42,14 @@ packages:
4242
name: build
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.0.0"
45+
version: "2.0.3"
4646
build_config:
4747
dependency: "direct main"
4848
description:
4949
name: build_config
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "0.4.7"
52+
version: "1.0.0"
5353
characters:
5454
dependency: transitive
5555
description:
@@ -70,7 +70,7 @@ packages:
7070
name: checked_yaml
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.0.4"
73+
version: "2.0.1"
7474
cli_util:
7575
dependency: transitive
7676
description:
@@ -112,7 +112,7 @@ packages:
112112
name: dart_style
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "2.0.0"
115+
version: "2.0.2"
116116
fake_async:
117117
dependency: transitive
118118
description:
@@ -162,7 +162,7 @@ packages:
162162
name: http
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "0.13.1"
165+
version: "0.13.3"
166166
http_parser:
167167
dependency: transitive
168168
description:
@@ -204,7 +204,7 @@ packages:
204204
name: meta
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "1.3.0"
207+
version: "1.4.0"
208208
package_config:
209209
dependency: transitive
210210
description:
@@ -218,7 +218,7 @@ packages:
218218
name: package_info
219219
url: "https://pub.dartlang.org"
220220
source: hosted
221-
version: "2.0.0"
221+
version: "2.0.2"
222222
path:
223223
dependency: transitive
224224
description:
@@ -288,14 +288,14 @@ packages:
288288
name: pubspec_parse
289289
url: "https://pub.dartlang.org"
290290
source: hosted
291-
version: "0.1.8"
291+
version: "1.0.0"
292292
shared_preferences:
293293
dependency: "direct main"
294294
description:
295295
name: shared_preferences
296296
url: "https://pub.dartlang.org"
297297
source: hosted
298-
version: "2.0.5"
298+
version: "2.0.6"
299299
shared_preferences_linux:
300300
dependency: transitive
301301
description:
@@ -377,7 +377,7 @@ packages:
377377
name: test_api
378378
url: "https://pub.dartlang.org"
379379
source: hosted
380-
version: "0.3.0"
380+
version: "0.4.0"
381381
typed_data:
382382
dependency: transitive
383383
description:

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nstack
22
description: Nstack plugin for Flutter.
3-
version: 0.2.1
3+
version: 0.2.3
44
author: Nodes Agency
55
homepage: https://github.com/nstack-io/flutter-sdk
66

@@ -13,13 +13,13 @@ dependencies:
1313
sdk: flutter
1414

1515
meta: ^1.3.0
16-
http: ^0.13.1
17-
build: ^2.0.0
18-
build_config: ^0.4.7
19-
shared_preferences: ^2.0.5
20-
package_info: ^2.0.0
16+
http: ^0.13.3
17+
build: ^2.0.3
18+
build_config: ^1.0.0
19+
shared_preferences: ^2.0.6
20+
package_info: ^2.0.2
2121
uuid: ^3.0.4
22-
dart_style: ^2.0.0
22+
dart_style: ^2.0.2
2323
collection: ^1.15.0
2424

2525
dev_dependencies:

0 commit comments

Comments
 (0)