diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0c57b052..dfc6a27e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: cp lib/utils/oauth.dart.foss lib/utils/oauth.dart cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart cp pubspec.foss.yaml pubspec.yaml - rm pubspec.lock + flutter pub get flutter build web diff --git a/lib/constants.dart b/lib/constants.dart index 0ae7a46ff..a1800c0e4 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -71,7 +71,7 @@ const String kGitHubDiffUrl = 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; const String kGitHubLangUrl = 'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; -const String kStatusCheckUrl = 'https://status.invoiceninja.com/'; +const String kStatusCheckUrl = 'https://status.invoiceninja.com'; const String kGoogleAnalyticsUrl = 'https://support.google.com/analytics/answer/1037249?hl=en'; diff --git a/pubspec.lock b/pubspec.lock index 76cb10aa9..7b2cb329f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,7 +42,7 @@ packages: name: attributed_text url: "https://pub.dartlang.org" source: hosted - version: "0.1.1" + version: "0.1.3" barcode: dependency: transitive description: @@ -354,13 +354,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.9.2" - flutter_lints: - dependency: transitive - description: - name: flutter_lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" flutter_localizations: dependency: "direct main" description: flutter @@ -612,13 +605,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.1.0" - lints: - dependency: transitive - description: - name: lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" local_auth: dependency: "direct main" description: @@ -1178,19 +1164,17 @@ packages: dependency: "direct main" description: path: super_editor - ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb - resolved-ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb + ref: HEAD + resolved-ref: "810f4b3644363c7746e742fdb3ea09b9af23e9fe" url: "https://github.com/superlistapp/super_editor.git" source: git version: "0.2.0" - super_text: + super_text_layout: dependency: transitive description: - path: super_text - ref: HEAD - resolved-ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb - url: "https://github.com/superlistapp/super_editor.git" - source: git + name: super_text_layout + url: "https://pub.dartlang.org" + source: hosted version: "0.1.0" sync_http: dependency: transitive diff --git a/pubspec.next.yaml b/pubspec.next.yaml index 0bc355e89..b245d6f51 100644 --- a/pubspec.next.yaml +++ b/pubspec.next.yaml @@ -66,7 +66,6 @@ dependencies: git: url: https://github.com/superlistapp/super_editor.git path: super_editor - ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb html2md: ^1.2.5 printing: ^5.8.0 image_cropper: ^2.0.2 diff --git a/pubspec.yaml b/pubspec.yaml index 0d487d0e7..3d1fb89e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,7 +66,6 @@ dependencies: git: url: https://github.com/superlistapp/super_editor.git path: super_editor - ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb html2md: ^1.2.5 printing: ^5.8.0 image_cropper: ^2.0.2