Commit df939dd
deps: Bump json_annotation lower bound to latest, 4.8.1
Otherwise we get the following warning when running build_runner
(wrapped here for readability):
[WARNING] json_serializable on lib/api/route/users.dart:
The version constraint "^4.8.0" on json_annotation
allows versions before 4.8.1 which is not allowed.
I believe that warning was introduced with the json_serializable
upgrade from 6.6.2 to 6.7.0 in f28dd0b / #137.1 parent 62c9f59 commit df939dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments