Skip to content

Commit

Permalink
Fix link, fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 20, 2024
1 parent facc7ff commit ed59f60
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
package_json_file: docs/package.json
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
if: github.ref == 'refs/heads/main'
run: |
echo "SETONIX_FLAVOR=stable" >> $GITHUB_ENV
echo "WEB_DIR=www" >> $GITHUB_ENV
echo "WEB_DIR=web" >> $GITHUB_ENV
- name: Build
run: flutter build web --wasm --release --no-web-resources-cdn --dart-define=flavor=$SETONIX_FLAVOR
- name: Deploy to SFTP
Expand Down
8 changes: 4 additions & 4 deletions api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,18 @@ packages:
dependency: "direct main"
description:
name: dart_mappable
sha256: "47269caf2060533c29b823ff7fa9706502355ffcb61e7f2a374e3a0fb2f2c3f0"
sha256: f69a961ae8589724ebb542e588f228ae844c5f78028899cbe2cc718977c1b382
url: "https://pub.dev"
source: hosted
version: "4.2.2"
version: "4.3.0"
dart_mappable_builder:
dependency: "direct dev"
description:
name: dart_mappable_builder
sha256: ab5cf9086862d3fceb9773e945b5f95cc5471a28c782a4fc451bd400a4e0c64e
sha256: "04a6e7117382f8a8689b3e363bee6c3de8c9ea4332e664148fe01bd576eb1126"
url: "https://pub.dev"
source: hosted
version: "4.2.3"
version: "4.3.0"
dart_style:
dependency: transitive
description:
Expand Down
14 changes: 7 additions & 7 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.990.0)
aws-sdk-core (3.209.1)
aws-partitions (1.992.0)
aws-sdk-core (3.210.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (1.95.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.167.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-s3 (1.169.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
Expand Down
2 changes: 1 addition & 1 deletion app/lib/pages/settings/general.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
PhosphorIconsLight.identificationCard),
title: Text(AppLocalizations.of(context).imprint),
onTap: () => launchUrl(
Uri.https('go.linwood.dev', 'impress'),
Uri.https('go.linwood.dev', 'imprint'),
mode: LaunchMode.externalApplication)),
ListTile(
leading:
Expand Down
16 changes: 8 additions & 8 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,18 @@ packages:
dependency: "direct main"
description:
name: dart_mappable
sha256: "47269caf2060533c29b823ff7fa9706502355ffcb61e7f2a374e3a0fb2f2c3f0"
sha256: f69a961ae8589724ebb542e588f228ae844c5f78028899cbe2cc718977c1b382
url: "https://pub.dev"
source: hosted
version: "4.2.2"
version: "4.3.0"
dart_mappable_builder:
dependency: "direct dev"
description:
name: dart_mappable_builder
sha256: ab5cf9086862d3fceb9773e945b5f95cc5471a28c782a4fc451bd400a4e0c64e
sha256: "04a6e7117382f8a8689b3e363bee6c3de8c9ea4332e664148fe01bd576eb1126"
url: "https://pub.dev"
source: hosted
version: "4.2.3"
version: "4.3.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -781,10 +781,10 @@ packages:
dependency: transitive
description:
name: ordered_set
sha256: "3129515e563a14817adebbdeee2acbb845fc69b6fc99a94349b641d1c829d5cd"
sha256: fc861bb51fc863cd3e0718e21768af9586e0d5022b91a0fd4437636456cdb7d0
url: "https://pub.dev"
source: hosted
version: "6.1.0"
version: "6.1.1"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -1353,10 +1353,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "2294c64768987ea280b43a3d8357d42d5679f3e2b5b69b602be45b2abbd165b0"
sha256: "2735daae5150e8b1dfeb3eb0544b4d3af0061e9e82cef063adcd583bdae4306a"
url: "https://pub.dev"
source: hosted
version: "5.6.1"
version: "5.7.0"
win32_registry:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions server/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,18 @@ packages:
dependency: "direct main"
description:
name: dart_mappable
sha256: "47269caf2060533c29b823ff7fa9706502355ffcb61e7f2a374e3a0fb2f2c3f0"
sha256: f69a961ae8589724ebb542e588f228ae844c5f78028899cbe2cc718977c1b382
url: "https://pub.dev"
source: hosted
version: "4.2.2"
version: "4.3.0"
dart_mappable_builder:
dependency: "direct dev"
description:
name: dart_mappable_builder
sha256: ab5cf9086862d3fceb9773e945b5f95cc5471a28c782a4fc451bd400a4e0c64e
sha256: "04a6e7117382f8a8689b3e363bee6c3de8c9ea4332e664148fe01bd576eb1126"
url: "https://pub.dev"
source: hosted
version: "4.2.3"
version: "4.3.0"
dart_style:
dependency: transitive
description:
Expand Down

0 comments on commit ed59f60

Please sign in to comment.