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

Commit dd4db56

Browse files
authored
Update dependencies and release (#113)
1 parent 8056d55 commit dd4db56

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

pubspec.lock

Lines changed: 19 additions & 19 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: "46.0.0"
10+
version: "48.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "4.6.0"
17+
version: "5.0.0"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -70,7 +70,7 @@ packages:
7070
name: cli_repl
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.2.2"
73+
version: "0.2.3"
7474
cli_util:
7575
dependency: transitive
7676
description:
@@ -98,7 +98,7 @@ packages:
9898
name: coverage
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "1.5.0"
101+
version: "1.6.1"
102102
crypto:
103103
dependency: transitive
104104
description:
@@ -112,7 +112,7 @@ packages:
112112
name: dart_style
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "2.2.3"
115+
version: "2.2.4"
116116
file:
117117
dependency: transitive
118118
description:
@@ -189,14 +189,14 @@ packages:
189189
name: json_annotation
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "4.6.0"
192+
version: "4.7.0"
193193
lints:
194194
dependency: transitive
195195
description:
196196
name: lints
197197
url: "https://pub.dartlang.org"
198198
source: hosted
199-
version: "1.0.1"
199+
version: "2.0.0"
200200
logging:
201201
dependency: transitive
202202
description:
@@ -308,13 +308,13 @@ packages:
308308
name: sass
309309
url: "https://pub.dartlang.org"
310310
source: hosted
311-
version: "1.54.9"
311+
version: "1.55.0"
312312
sass_analysis:
313313
dependency: "direct dev"
314314
description:
315315
path: analysis
316316
ref: HEAD
317-
resolved-ref: "016ab24ebd69d83547e545a1eaf160d05b21a98a"
317+
resolved-ref: a65e504b484eeacfff5219a24ad4b89e5ee1f87f
318318
url: "https://github.com/sass/dart-sass.git"
319319
source: git
320320
version: "0.0.0"
@@ -324,14 +324,14 @@ packages:
324324
name: sass_api
325325
url: "https://pub.dartlang.org"
326326
source: hosted
327-
version: "3.0.4"
327+
version: "4.0.0"
328328
shelf:
329329
dependency: transitive
330330
description:
331331
name: shelf
332332
url: "https://pub.dartlang.org"
333333
source: hosted
334-
version: "1.3.2"
334+
version: "1.4.0"
335335
shelf_packages_handler:
336336
dependency: transitive
337337
description:
@@ -387,7 +387,7 @@ packages:
387387
name: stream_channel
388388
url: "https://pub.dartlang.org"
389389
source: hosted
390-
version: "2.1.0"
390+
version: "2.1.1"
391391
stream_transform:
392392
dependency: transitive
393393
description:
@@ -403,7 +403,7 @@ packages:
403403
source: hosted
404404
version: "1.1.1"
405405
term_glyph:
406-
dependency: transitive
406+
dependency: "direct main"
407407
description:
408408
name: term_glyph
409409
url: "https://pub.dartlang.org"
@@ -415,21 +415,21 @@ packages:
415415
name: test
416416
url: "https://pub.dartlang.org"
417417
source: hosted
418-
version: "1.21.5"
418+
version: "1.21.6"
419419
test_api:
420420
dependency: transitive
421421
description:
422422
name: test_api
423423
url: "https://pub.dartlang.org"
424424
source: hosted
425-
version: "0.4.13"
425+
version: "0.4.14"
426426
test_core:
427427
dependency: transitive
428428
description:
429429
name: test_core
430430
url: "https://pub.dartlang.org"
431431
source: hosted
432-
version: "0.4.17"
432+
version: "0.4.18"
433433
test_descriptor:
434434
dependency: "direct dev"
435435
description:
@@ -464,7 +464,7 @@ packages:
464464
name: vm_service
465465
url: "https://pub.dartlang.org"
466466
source: hosted
467-
version: "9.3.0"
467+
version: "9.4.0"
468468
watcher:
469469
dependency: transitive
470470
description:
@@ -485,7 +485,7 @@ packages:
485485
name: webkit_inspection_protocol
486486
url: "https://pub.dartlang.org"
487487
source: hosted
488-
version: "1.1.0"
488+
version: "1.2.0"
489489
xml:
490490
dependency: transitive
491491
description:
@@ -501,4 +501,4 @@ packages:
501501
source: hosted
502502
version: "3.1.1"
503503
sdks:
504-
dart: ">=2.18.0-146.0.dev <3.0.0"
504+
dart: ">=2.18.0 <3.0.0"

pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.54.9
2+
version: 1.55.0
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55

@@ -14,11 +14,12 @@ dependencies:
1414
meta: ^1.1.0
1515
path: ^1.6.0
1616
protobuf: ^2.0.0
17-
sass: 1.54.9
18-
sass_api: ^3.0.0
17+
sass: 1.55.0
18+
sass_api: ^4.0.0
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0
2121
stream_channel: ">=1.6.0 <3.0.0"
22+
term_glyph: ^1.0.0
2223
typed_data: ^1.1.0
2324

2425
dev_dependencies:

0 commit comments

Comments
 (0)