Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
onehassan committed Oct 27, 2023
1 parent a557808 commit d2b288c
Show file tree
Hide file tree
Showing 31 changed files with 195 additions and 37 deletions.
6 changes: 6 additions & 0 deletions packages/nhost_auth_dart/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_sdk
dependency_overrides:
nhost_auth_dart:
path: ..
nhost_sdk:
path: ../../nhost_sdk
2 changes: 1 addition & 1 deletion packages/nhost_auth_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.14.0 <=3.1.5"

dependencies:
http_parser: ^4.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_auth_dart/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: nhost_sdk
dependency_overrides:
nhost_sdk:
path: ../nhost_sdk
4 changes: 2 additions & 2 deletions packages/nhost_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: nhost_dart_example
description: 'nhost Dart sdk example'
description: "nhost Dart sdk example"
private: true
version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.14.0 <=3.1.5"

dependencies:
# Nhost packages
Expand Down
16 changes: 16 additions & 0 deletions packages/nhost_dart/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../../nhost_auth_dart
nhost_dart:
path: ..
nhost_functions_dart:
path: ../../nhost_functions_dart
nhost_gql_links:
path: ../../nhost_gql_links
nhost_graphql_adapter:
path: ../../nhost_graphql_adapter
nhost_sdk:
path: ../../nhost_sdk
nhost_storage_dart:
path: ../../nhost_storage_dart
9 changes: 4 additions & 5 deletions packages/nhost_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <3.0.0"
sdk: ">=2.14.9 <=3.1.5"

dependencies:
http_parser: ^4.0.1
Expand All @@ -22,18 +22,17 @@ dependencies:
nhost_functions_dart: ^1.0.0
nhost_graphql_adapter: ^3.0.0
dev_dependencies:
betamax: ^2.0.0
fake_async: ^1.3.1
graphql: ^5.1.3
graphql: 5.2.0-beta.5
lints: any
mockito: ^5.3.2
nock: ^1.2.1
otp: "3.1.3"
stack_trace: ^1.11.0
test_api: ^0.4.16
test: ^1.22.0
gql: ^0.14.0
gql_exec: ^0.4.3
gql: ^1.0.0
gql_exec: ^1.0.0
nhost_gql_links: ^3.0.0
async: ^2.10.0
stream_channel: ^2.1.1
Expand Down
14 changes: 14 additions & 0 deletions packages/nhost_dart/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../nhost_auth_dart
nhost_functions_dart:
path: ../nhost_functions_dart
nhost_gql_links:
path: ../nhost_gql_links
nhost_graphql_adapter:
path: ../nhost_graphql_adapter
nhost_sdk:
path: ../nhost_sdk
nhost_storage_dart:
path: ../nhost_storage_dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import FlutterMacOS
import Foundation

import app_links_macos
import shared_preferences_macos
import app_links
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand Down
18 changes: 18 additions & 0 deletions packages/nhost_flutter_auth/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_flutter_auth,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../../nhost_auth_dart
nhost_dart:
path: ../../nhost_dart
nhost_flutter_auth:
path: ..
nhost_functions_dart:
path: ../../nhost_functions_dart
nhost_gql_links:
path: ../../nhost_gql_links
nhost_graphql_adapter:
path: ../../nhost_graphql_adapter
nhost_sdk:
path: ../../nhost_sdk
nhost_storage_dart:
path: ../../nhost_storage_dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

#include "generated_plugin_registrant.h"

#include <app_links_windows/app_links_windows_plugin.h>
#include <app_links/app_links_plugin_c_api.h>
#include <url_launcher_windows/url_launcher_windows.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
AppLinksWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AppLinksWindowsPlugin"));
AppLinksPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AppLinksPluginCApi"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
app_links_windows
app_links
url_launcher_windows
)

Expand Down
16 changes: 16 additions & 0 deletions packages/nhost_flutter_auth/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../nhost_auth_dart
nhost_dart:
path: ../nhost_dart
nhost_functions_dart:
path: ../nhost_functions_dart
nhost_gql_links:
path: ../nhost_gql_links
nhost_graphql_adapter:
path: ../nhost_graphql_adapter
nhost_sdk:
path: ../nhost_sdk
nhost_storage_dart:
path: ../nhost_storage_dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import FlutterMacOS
import Foundation

import connectivity_plus_macos
import path_provider_macos
import connectivity_plus
import path_provider_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
Expand Down
20 changes: 20 additions & 0 deletions packages/nhost_flutter_graphql/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_flutter_auth,nhost_flutter_graphql,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../../nhost_auth_dart
nhost_dart:
path: ../../nhost_dart
nhost_flutter_auth:
path: ../../nhost_flutter_auth
nhost_flutter_graphql:
path: ..
nhost_functions_dart:
path: ../../nhost_functions_dart
nhost_gql_links:
path: ../../nhost_gql_links
nhost_graphql_adapter:
path: ../../nhost_graphql_adapter
nhost_sdk:
path: ../../nhost_sdk
nhost_storage_dart:
path: ../../nhost_storage_dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "generated_plugin_registrant.h"

#include <connectivity_plus_windows/connectivity_plus_windows_plugin.h>
#include <connectivity_plus/connectivity_plus_windows_plugin.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
connectivity_plus_windows
connectivity_plus
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
18 changes: 18 additions & 0 deletions packages/nhost_flutter_graphql/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_flutter_auth,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../nhost_auth_dart
nhost_dart:
path: ../nhost_dart
nhost_flutter_auth:
path: ../nhost_flutter_auth
nhost_functions_dart:
path: ../nhost_functions_dart
nhost_gql_links:
path: ../nhost_gql_links
nhost_graphql_adapter:
path: ../nhost_graphql_adapter
nhost_sdk:
path: ../nhost_sdk
nhost_storage_dart:
path: ../nhost_storage_dart
6 changes: 6 additions & 0 deletions packages/nhost_functions_dart/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# melos_managed_dependency_overrides: nhost_functions_dart,nhost_sdk
dependency_overrides:
nhost_functions_dart:
path: ..
nhost_sdk:
path: ../../nhost_sdk
2 changes: 1 addition & 1 deletion packages/nhost_functions_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <3.0.0"
sdk: ">=2.14.9 <=3.1.5"

dependencies:
http_parser: ^4.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_functions_dart/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: nhost_sdk
dependency_overrides:
nhost_sdk:
path: ../nhost_sdk
14 changes: 7 additions & 7 deletions packages/nhost_gql_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_lin
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.14.0 <=3.1.5"

dependencies:
gql_exec: ^0.4.3
gql_http_link: ^0.4.5
gql_link: ^0.5.0+1
gql_websocket_link: ^0.3.4+1
gql: ^0.14.0
http: ^0.13.5
gql_exec: ^1.0.0
gql_http_link: ^1.0.1
gql_link: ^1.0.0
gql_websocket_link: ^1.1.0
gql: ^1.0.0
http: ^1.1.0
logging: ^1.1.0
meta: ^1.7.0
web_socket_channel: ^2.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_gql_links/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: nhost_sdk
dependency_overrides:
nhost_sdk:
path: ../nhost_sdk
4 changes: 2 additions & 2 deletions packages/nhost_graphql_adapter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ publish_to: none
version: 2.0.1

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: ">=2.18.0 <3.0.0"

dependencies:
graphql: ^5.1.3
graphql: 5.2.0-beta.5

# Nhost packages
nhost_dart: ^1.0.1
Expand Down
16 changes: 16 additions & 0 deletions packages/nhost_graphql_adapter/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_dart,nhost_functions_dart,nhost_gql_links,nhost_graphql_adapter,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../../nhost_auth_dart
nhost_dart:
path: ../../nhost_dart
nhost_functions_dart:
path: ../../nhost_functions_dart
nhost_gql_links:
path: ../../nhost_gql_links
nhost_graphql_adapter:
path: ..
nhost_sdk:
path: ../../nhost_sdk
nhost_storage_dart:
path: ../../nhost_storage_dart
6 changes: 3 additions & 3 deletions packages/nhost_graphql_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_graphql
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: '>=2.14.0 <3.0.0'
sdk: ">=2.14.0 <=3.1.5"

dependencies:
graphql: ^5.1.3
http: ^0.13.5
graphql: 5.2.0-beta.5
http: ^1.1.0
meta: ^1.7.0

#Nhost_dart
Expand Down
6 changes: 6 additions & 0 deletions packages/nhost_graphql_adapter/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# melos_managed_dependency_overrides: nhost_gql_links,nhost_sdk
dependency_overrides:
nhost_gql_links:
path: ../nhost_gql_links
nhost_sdk:
path: ../nhost_sdk
5 changes: 2 additions & 3 deletions packages/nhost_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.14.0 <=3.1.5"

dependencies:
http_parser: ^4.0.1
Expand All @@ -17,9 +17,8 @@ dependencies:
path: ^1.8.0

dev_dependencies:
betamax: ^2.0.0
fake_async: ^1.3.1
graphql: ^5.1.3
graphql: 5.2.0-beta.5
lints: any
mockito: ^5.3.2
nock: ^1.2.1
Expand Down
8 changes: 8 additions & 0 deletions packages/nhost_storage_dart/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# melos_managed_dependency_overrides: nhost_auth_dart,nhost_sdk,nhost_storage_dart
dependency_overrides:
nhost_auth_dart:
path: ../../nhost_auth_dart
nhost_sdk:
path: ../../nhost_sdk
nhost_storage_dart:
path: ..
2 changes: 1 addition & 1 deletion packages/nhost_storage_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues

environment:
sdk: ">=2.14.9 <3.0.0"
sdk: ">=2.14.9 <=3.1.5"

dependencies:
http_parser: ^4.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_storage_dart/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: nhost_sdk
dependency_overrides:
nhost_sdk:
path: ../nhost_sdk
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.14.0 <=3.1.5"

dev_dependencies:
dotenv: ^3.0.0
dotenv: ^4.2.0
melos: ^3.2.0
path: ^1.8.3

0 comments on commit d2b288c

Please sign in to comment.