Skip to content

json_serializable upgrade #844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
feduke-nukem opened this issue Jan 20, 2023 · 2 comments
Closed

json_serializable upgrade #844

feduke-nukem opened this issue Jan 20, 2023 · 2 comments
Labels
enhancement New feature or request needs triage

Comments

@feduke-nukem
Copy link

feduke-nukem commented Jan 20, 2023

json_serializable have been updated to 6.6.0 recently with some improvements of JsonKey annotation

Is it possible to upgrade dependencies?

Related pull-request

@feduke-nukem feduke-nukem added enhancement New feature or request needs triage labels Jan 20, 2023
@SunlightBro
Copy link

It's not a major-version upgrade, so it might simply already work.
You can run the tests in this repo or watch the next build.

@SunlightBro
Copy link

SunlightBro commented Jan 20, 2023

@feduke-nukem FYI I've run
dart pub get && dart test in /freezed

Building package executable... (2.5s)
Built test:test.
00:07 +304 ~1: All tests passed! 

also dart pub outdated shows

Showing outdated packages.
[*] indicates versions that are not the latest available.

Package Name        Current              Upgradable           Resolvable           Latest  

direct dependencies:
freezed_annotation  *2.2.0 (overridden)  *2.2.0 (overridden)  *2.2.0 (overridden)  2.2.0   

dev_dependencies:  
build_runner        *2.3.3               *2.3.3               *2.3.3               2.4.0   
You are already using the newest resolvable versions listed in the 'Resolvable' column.
Newer versions, listed in 'Latest', may not be mutually compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

2 participants