Browse Source

Correctly pin wakelock_windows override

pull/404/head
jld3103 1 year ago
parent
commit
274ff5a13e
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 6
      packages/app/pubspec.lock
  2. 4
      packages/app/pubspec.yaml
  3. 4
      packages/app/pubspec_overrides.yaml
  4. 4
      packages/neon/neon/pubspec.yaml
  5. 4
      packages/neon/neon/pubspec_overrides.yaml
  6. 4
      packages/neon/neon_news/pubspec.yaml
  7. 4
      packages/neon/neon_news/pubspec_overrides.yaml
  8. 4
      packages/neon/neon_notes/pubspec.yaml
  9. 4
      packages/neon/neon_notes/pubspec_overrides.yaml

6
packages/app/pubspec.lock

@ -1268,9 +1268,9 @@ packages:
dependency: "direct overridden" dependency: "direct overridden"
description: description:
path: wakelock_windows path: wakelock_windows
ref: "094b4a74c31e547c11525bcc050dbd06b02a1f67" ref: "269e1dba6bca6975a0bc44da6a42e56ca7428da9"
resolved-ref: "094b4a74c31e547c11525bcc050dbd06b02a1f67" resolved-ref: "269e1dba6bca6975a0bc44da6a42e56ca7428da9"
url: "https://github.com/creativecreatorormaybenot/wakelock" url: "https://github.com/fikretonuresen/wakelock"
source: git source: git
version: "0.2.2" version: "0.2.2"
webdriver: webdriver:

4
packages/app/pubspec.yaml

@ -47,9 +47,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195 wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
path: wakelock_windows path: wakelock_windows
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
flutter: flutter:
uses-material-design: true uses-material-design: true

4
packages/app/pubspec_overrides.yaml

@ -22,6 +22,6 @@ dependency_overrides:
path: ../sort_box path: ../sort_box
wakelock_windows: wakelock_windows:
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
path: wakelock_windows path: wakelock_windows

4
packages/neon/neon/pubspec.yaml

@ -70,9 +70,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195 wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
path: wakelock_windows path: wakelock_windows
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
flutter: flutter:
uses-material-design: true uses-material-design: true

4
packages/neon/neon/pubspec_overrides.yaml

@ -10,6 +10,6 @@ dependency_overrides:
path: ../../sort_box path: ../../sort_box
wakelock_windows: wakelock_windows:
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
path: wakelock_windows path: wakelock_windows

4
packages/neon/neon_news/pubspec.yaml

@ -44,9 +44,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195 wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
path: wakelock_windows path: wakelock_windows
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
flutter: flutter:
uses-material-design: true uses-material-design: true

4
packages/neon/neon_news/pubspec_overrides.yaml

@ -12,6 +12,6 @@ dependency_overrides:
path: ../../sort_box path: ../../sort_box
wakelock_windows: wakelock_windows:
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
path: wakelock_windows path: wakelock_windows

4
packages/neon/neon_notes/pubspec.yaml

@ -44,9 +44,9 @@ dev_dependencies:
dependency_overrides: dependency_overrides:
wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195 wakelock_windows: # TODO: https://github.com/creativecreatorormaybenot/wakelock/pull/195
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
path: wakelock_windows path: wakelock_windows
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
flutter: flutter:
uses-material-design: true uses-material-design: true

4
packages/neon/neon_notes/pubspec_overrides.yaml

@ -12,6 +12,6 @@ dependency_overrides:
path: ../../sort_box path: ../../sort_box
wakelock_windows: wakelock_windows:
git: git:
url: https://github.com/creativecreatorormaybenot/wakelock url: https://github.com/fikretonuresen/wakelock
ref: 094b4a74c31e547c11525bcc050dbd06b02a1f67 ref: 269e1dba6bca6975a0bc44da6a42e56ca7428da9
path: wakelock_windows path: wakelock_windows

Loading…
Cancel
Save