Skip to content

Commit fb371da

Browse files
authored
chore(celest): Relax meta constraint in analyzer plugin (#229)
1 parent 019c007 commit fb371da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/celest/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.0.1+1
22

33
- fix: Fix expectation of trace context when running in cloud
4+
- chore: Relax `meta` constraint in the analyzer plugin
45

56
## 1.0.1
67

packages/celest/tools/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
analyzer_plugin: ^0.11.3
1111
collection: ^1.18.0
1212
logging: ^1.2.0
13-
meta: ^1.16.0
13+
meta: ^1.12.0
1414
package_config: ^2.1.0
1515
path: ^1.9.0
1616
pubspec_parse: ^1.3.0

0 commit comments

Comments
 (0)