mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Update dependency versions (#65)
This commit is contained in:
parent
e3e25c787c
commit
ff0afc3451
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user