mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Bump freezed_annotation from 2.4.4 to 3.0.0 in /code_sharing/shared (#2592)
Bumps [freezed_annotation](https://github.com/rrousselGit/freezed) from 2.4.4 to 3.0.0. <details> <summary>Commits</summary> <ul> <li><a href="24509c7c40"><code>24509c7</code></a> freezed_annotation : 2.4.4 -> 3.0.0</li> <li><a href="9b4465f676"><code>9b4465f</code></a> Update README</li> <li><a href="bdedab5726"><code>bdedab5</code></a> Disable format (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1160">#1160</a>)</li> <li><a href="89e265854f"><code>89e2658</code></a> Private unions (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1159">#1159</a>)</li> <li><a href="92b563f86d"><code>92b563f</code></a> External factory (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1158">#1158</a>)</li> <li><a href="b51e44fcb3"><code>b51e44f</code></a> Support using Freezed on normal Dart classes (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1157">#1157</a>)</li> <li><a href="a58c4f6c5b"><code>a58c4f6</code></a> Update README.md (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1153">#1153</a>)</li> <li><a href="c1c16e42ca"><code>c1c16e4</code></a> Vietnamese documentation (<a href="https://redirect.github.com/rrousselGit/freezed/issues/1146">#1146</a>)</li> <li><a href="bbc0edecf0"><code>bbc0ede</code></a> Infinite invite</li> <li><a href="91b24796bc"><code>91b2479</code></a> chore: update sponsors.svg</li> <li>Additional commits viewable in <a href="https://github.com/rrousselGit/freezed/compare/freezed_annotation-v2.4.4...freezed_annotation-v3.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
@@ -6,7 +6,7 @@ environment:
|
||||
sdk: ^3.7.0-0
|
||||
|
||||
dependencies:
|
||||
freezed_annotation: ^2.1.0
|
||||
freezed_annotation: ">=2.1.0 <4.0.0"
|
||||
json_annotation: ^4.7.0
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user