Update dependency versions (#65)

This commit is contained in:
Natalie Weizenbaum 2022-01-14 00:20:13 +00:00 committed by GitHub
parent e3e25c787c
commit ff0afc3451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
## 1.0.0-beta.16
* Upgrade to Sass 1.48.0.
* Fix a bug where the compiler could crash when an error was detected in a
stylesheet provided by string.
## 1.0.0-beta.15
* Support version 1.0.0-beta.17 of the Sass embedded protocol:

View File

@ -21,7 +21,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.6"
version: "3.1.8"
args:
dependency: transitive
description:
@ -308,14 +308,14 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.45.1"
version: "1.48.0"
sass_api:
dependency: "direct main"
description:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0-beta.24"
version: "1.0.0-beta.28"
shelf:
dependency: transitive
description:
@ -364,7 +364,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
stack_trace:
dependency: "direct main"
description:

View File

@ -1,5 +1,5 @@
name: sass_embedded
version: 1.0.0-beta.15
version: 1.0.0-beta.16
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded