Skip to content

Commit

Permalink
update "@vladimiry/import-sort-style" dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Apr 7, 2021
1 parent d39b1bf commit d17267f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"@types/validator": "13.1.3",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"@vladimiry/import-sort-style": "0.1.3",
"@vladimiry/import-sort-style": "0.1.4",
"@zerollup/ts-transform-paths": "1.7.18",
"app-builder-lib": "22.10.5",
"archiver": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/dist-packages/print-hashes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from "path";

import {calculateHash, catchTopLeventAsync, CONSOLE_LOG} from "scripts/lib";
import {CONSOLE_LOG, calculateHash, catchTopLeventAsync} from "scripts/lib";
import {listInstallationPackageFiles} from "./lib";

const [, , DIST_DIRECTORY] = process.argv as [null, null, string];
Expand Down
2 changes: 1 addition & 1 deletion scripts/dist-packages/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from "fs";
import path from "path";
import {platform} from "os";

import {catchTopLeventAsync, CONSOLE_LOG, execShell} from "scripts/lib";
import {CONSOLE_LOG, catchTopLeventAsync, execShell} from "scripts/lib";
import {listInstallationPackageFiles} from "./lib";

const [, , DIST_DIRECTORY, OUTPUT_DIRECTORY] = process.argv as [null, null, string, string];
Expand Down
4 changes: 2 additions & 2 deletions scripts/electron-builder/build-appimage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import fs from "fs";
import path from "path";

import {BINARY_NAME} from "src/shared/constants";
import {catchTopLeventAsync, CONSOLE_LOG, execShell, resolveExecutable} from "scripts/lib";
import {build, DISABLE_SANDBOX_ARGS_LINE, ensureFileHasNoSuidBit} from "scripts/electron-builder/lib";
import {CONSOLE_LOG, catchTopLeventAsync, execShell, resolveExecutable} from "scripts/lib";
import {DISABLE_SANDBOX_ARGS_LINE, build, ensureFileHasNoSuidBit} from "scripts/electron-builder/lib";

// TODO pass destination directory instead of hardcoding it ("--appimage-extract" doesn't support destination parameter at the moment)
const extractedImageFolderName = "squashfs-root";
Expand Down
2 changes: 1 addition & 1 deletion scripts/electron-builder/build-snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from "fs";
import path from "path";

import {APP_EXEC_PATH_RELATIVE_HUNSPELL_DIR, BINARY_NAME} from "src/shared/constants";
import {catchTopLeventAsync, CONSOLE_LOG, execShell} from "scripts/lib";
import {CONSOLE_LOG, catchTopLeventAsync, execShell} from "scripts/lib";
import {build, copyDictionaryFilesTo, ensureFileHasNoSuidBit} from "scripts/electron-builder/lib";

async function unpack({packageFile, packageDir}: { packageFile: string; packageDir: string }): Promise<void> {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1068,10 +1068,10 @@
"@typescript-eslint/types" "4.20.0"
eslint-visitor-keys "^2.0.0"

"@vladimiry/import-sort-style@0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@vladimiry/import-sort-style/-/import-sort-style-0.1.3.tgz#3678afc25ce99330635410d607b34597e4a97b64"
integrity sha512-1kl7YiowGlT1Ur9zHt42b2LhZ/B5jLH1nyGNHoN8Vii+YOIqw8dJY08cgQrLoPgi5VV0Br5AhHu5JZ3jgCuuQQ==
"@vladimiry/import-sort-style@0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@vladimiry/import-sort-style/-/import-sort-style-0.1.4.tgz#7b666d82ad87b141b7468b35978878a5b5340f13"
integrity sha512-VRRwbUGJyTV6AKM74TA0eXnog/4MZyXA9lVAoROtw1HZZnw5Swy0i4X5l008XJpS/joEhb7BVO4IQPoW99TM5w==

"@vladimiry/unionize@2.1.2-add-tagprefix-option":
version "2.1.2-add-tagprefix-option"
Expand Down

0 comments on commit d17267f

Please sign in to comment.