Skip to content

Commit df59154

Browse files
committed
fix: overrides
1 parent 8d2515b commit df59154

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

packages/app/pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ resolution: workspace
3232
# dependencies can be manually updated by changing the version numbers below to
3333
# the latest version available on pub.dev. To see which dependencies have newer
3434
# versions available, run `flutter pub outdated`.
35-
dependency_overrides:
36-
flutter_web_auth_2: 4.1.0 # Supports WASM.
37-
pana: 0.22.21
38-
3935
dependencies:
4036
appwrite: ^16.1.0
4137
auto_route: ^10.0.1

pubspec.lock

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

pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ workspace:
1111
dev_dependencies:
1212
melos: ^7.0.0-dev.8
1313

14+
dependency_overrides:
15+
analyzer: 7.3.0
16+
flutter_web_auth_2: 4.1.0 # Supports WASM.
17+
pana: 0.22.21
18+
1419
melos:
1520
command:
1621
bootstrap:

0 commit comments

Comments
 (0)