Use the latest version of sass_api

This commit is contained in:
Natalie Weizenbaum 2022-07-22 14:58:14 -07:00
parent 6f5e1f17eb
commit 95caed4533
2 changed files with 5 additions and 5 deletions

View File

@ -315,7 +315,7 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.53.0"
version: "1.54.0"
sass_analysis:
dependency: "direct dev"
description:
@ -331,7 +331,7 @@ packages:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "2.0.0"
shelf:
dependency: transitive
description:

View File

@ -1,5 +1,5 @@
name: sass_embedded
version: 1.54.0-dev
version: 1.54.0
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded
@ -14,8 +14,8 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.54.0-dev
sass_api: ^1.0.0
sass: 1.54.0
sass_api: ^2.0.0
source_span: ^1.1.0
stack_trace: ^1.6.0
stream_channel: ">=1.6.0 <3.0.0"