Skip to content

Commit f72a86f

Browse files
chalinkevmoo
authored andcommitted
chore: set max SDK version to <3.0.0 (flutter#73)
1 parent faca07b commit f72a86f

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.4+1
2+
3+
* Set max SDK version to `<3.0.0`, and adjust other dependencies.
4+
15
## 0.14.4
26

37
* Reduced whitespace in compact output for the `@page` at-rule and margin boxes.

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

pubspec.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: csslib
2-
version: 0.14.4
3-
author: Dart Team <[email protected]>
2+
version: 0.14.4+1
3+
44
description: A library for parsing CSS.
5+
author: Dart Team <[email protected]>
56
homepage: https://github.com/dart-lang/csslib
7+
68
environment:
7-
sdk: '>=2.0.0-dev.17.0 <2.0.0'
9+
sdk: '>=2.0.0-dev.17.0 <3.0.0'
10+
811
dependencies:
9-
args: '>=0.12.1 <2.0.0'
10-
logging: '>=0.9.0 <0.12.0'
11-
path: '>=0.9.0 <2.0.0'
12-
source_span: '>=1.4.0 <2.0.0'
12+
args: ^1.4.3
13+
logging: ^0.11.3
14+
path: ^1.6.1
15+
source_span: ^1.4.0
16+
1317
dev_dependencies:
14-
browser: '>=0.9.0 <0.11.0'
15-
test: '>=0.12.0 <0.13.0'
18+
test: ^1.2.0

0 commit comments

Comments
 (0)