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

Commit ff0afc3

Browse files
authored
Update dependency versions (#65)
1 parent e3e25c7 commit ff0afc3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.0-beta.16
2+
3+
* Upgrade to Sass 1.48.0.
4+
5+
* Fix a bug where the compiler could crash when an error was detected in a
6+
stylesheet provided by string.
7+
18
## 1.0.0-beta.15
29

310
* Support version 1.0.0-beta.17 of the Sass embedded protocol:

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: archive
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "3.1.6"
24+
version: "3.1.8"
2525
args:
2626
dependency: transitive
2727
description:
@@ -308,14 +308,14 @@ packages:
308308
name: sass
309309
url: "https://pub.dartlang.org"
310310
source: hosted
311-
version: "1.45.1"
311+
version: "1.48.0"
312312
sass_api:
313313
dependency: "direct main"
314314
description:
315315
name: sass_api
316316
url: "https://pub.dartlang.org"
317317
source: hosted
318-
version: "1.0.0-beta.24"
318+
version: "1.0.0-beta.28"
319319
shelf:
320320
dependency: transitive
321321
description:
@@ -364,7 +364,7 @@ packages:
364364
name: source_span
365365
url: "https://pub.dartlang.org"
366366
source: hosted
367-
version: "1.8.1"
367+
version: "1.8.2"
368368
stack_trace:
369369
dependency: "direct main"
370370
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.0.0-beta.15
2+
version: 1.0.0-beta.16
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55

0 commit comments

Comments
 (0)