Skip to content

Commit cb2bd23

Browse files
committed
build(deps): update dependency repository locations and names
- Update project name and repository URL - Update all dependency package names and repository URLs to reflect new locations - Replace "ht_" prefix with more generic names across all dependencies
1 parent a1f4903 commit cb2bd23

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pubspec.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: ht_api
2-
description: ht_api is the backend API component of the Headlines Toolkit (HT) project.
3-
repository: https://github.com/headlines-toolkit/ht-api
1+
name: flutter_news_app_api_server_full_source_code
2+
description: ...
3+
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code
44
publish_to: none
55

66
environment:
@@ -10,30 +10,30 @@ dependencies:
1010
dart_frog: ^1.1.0
1111
dart_jsonwebtoken: ^3.2.0
1212
dotenv: ^4.2.0
13-
ht_data_client:
13+
data_client:
1414
git:
15-
url: https://github.com/headlines-toolkit/ht-data-client.git
16-
ht_data_mongodb:
15+
url: https://github.com/flutter-news-app-full-source-code/data-client.git
16+
data_mongodb:
1717
git:
18-
url: https://github.com/headlines-toolkit/ht-data-mongodb.git
19-
ht_data_repository:
18+
url: https://github.com/flutter-news-app-full-source-code/data-mongodb.git
19+
data_repository:
2020
git:
21-
url: https://github.com/headlines-toolkit/ht-data-repository.git
22-
ht_email_client:
21+
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
22+
email_client:
2323
git:
24-
url: https://github.com/headlines-toolkit/ht-email-client.git
25-
ht_email_repository:
24+
url: https://github.com/flutter-news-app-full-source-code/email-client.git
25+
email_repository:
2626
git:
27-
url: https://github.com/headlines-toolkit/ht-email-repository.git
28-
ht_email_sendgrid:
27+
url: https://github.com/flutter-news-app-full-source-code/email-repository.git
28+
email_sendgrid:
2929
git:
30-
url: https://github.com/headlines-toolkit/ht-email-sendgrid.git
31-
ht_http_client:
30+
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
31+
http_client:
3232
git:
33-
url: https://github.com/headlines-toolkit/ht-http-client.git
34-
ht_shared:
33+
url: https://github.com/flutter-news-app-full-source-code/http-client.git
34+
core:
3535
git:
36-
url: https://github.com/headlines-toolkit/ht-shared.git
36+
url: https://github.com/flutter-news-app-full-source-code/core.git
3737
json_annotation: ^4.9.0
3838
logging: ^1.3.0
3939
meta: ^1.16.0
@@ -43,4 +43,4 @@ dependencies:
4343
dev_dependencies:
4444
mocktail: ^1.0.3
4545
test: ^1.25.5
46-
very_good_analysis: ^7.0.0
46+
very_good_analysis: ^9.0.0

0 commit comments

Comments
 (0)