Skip to content

Commit 981bfb5

Browse files
committed
update dependencies
Signed-off-by: Ryotaro Onoue <admin@yumnumm.dev>
1 parent 395cfcc commit 981bfb5

File tree

8 files changed

+37
-133
lines changed

8 files changed

+37
-133
lines changed

app/lib/core/api/eq_api.dart

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/lib/core/api/eq_api.g.dart

Lines changed: 0 additions & 52 deletions
This file was deleted.

app/pubspec.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@ environment:
1010

1111
resolution: workspace
1212

13-
dependency_overrides:
14-
code_assets: 1.0.0
15-
hooks: 1.0.0
16-
maplibre:
17-
git:
18-
url: https://github.com/YumNumm/flutter-maplibre.git
19-
ref: ca009f4e8da0801a6dff5e47a27e57c4cb7f9aa1
20-
path: maplibre
21-
22-
maplibre_ios:
23-
git:
24-
url: https://github.com/YumNumm/flutter-maplibre.git
25-
ref: ca009f4e8da0801a6dff5e47a27e57c4cb7f9aa1
26-
path: maplibre_ios
27-
objective_c: 9.2.2
28-
protobuf: 5.1.0
29-
3013
dependencies:
3114
app_settings: ^7.0.0
3215
cached_network_image: ^3.4.1

packages/jma_code_table_types/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
protobuf: ^5.1.0
11+
protobuf: ^6.0.0
1212

1313
dev_dependencies:
1414
altive_lints: ^2.1.0

packages/jma_parameter_types/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
protobuf: ^5.1.0
12+
protobuf: ^6.0.0
1313

1414
dev_dependencies:
1515
altive_lints: ^2.1.0

packages/kyoshin_observation_point_types/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
resolution: workspace
99

1010
dependencies:
11-
protobuf: ^5.1.0
11+
protobuf: ^6.0.0
1212

1313
dev_dependencies:
1414
altive_lints: ^2.1.0

pubspec.lock

Lines changed: 33 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ workspace:
77
- app
88
- packages/*
99
dependencies:
10-
melos: ^7.1.1
11-
dependency_overrides:
12-
dart_style: 3.1.3
13-
# Flutter SDK pins test_api to 0.7.7, but altive_lints 2.1.0 requires analyzer ^9.0.0
14-
# which needs test_api 0.7.9. This override may cause test issues.
15-
test_api: 0.7.9
10+
melos: ^7.4.0
1611
melos:
1712
repository: https://github.com/YumNumm/EQMonitor
1813
command:

0 commit comments

Comments
 (0)