diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4dc4b80b..a9e0f235 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3535,11 +3535,11 @@ "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, "requires": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" - } + }, + "dev": true }, "buffer-alloc": { "version": "1.2.0", @@ -16828,4 +16828,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 04cdfd90..02185fed 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "scripts": { "lint-ts": "balena-lint --fix --typescript typings lib tests scripts/clean-shrinkwrap.ts webpack.config.ts", "lint-css": "prettier --write lib/**/*.css", - "lint-spell": "codespell --dictionary - --dictionary dictionary.txt --skip *.ttf *.svg *.gz,*.bz2,*.xz,*.zip,*.img,*.dmg,*.iso,*.rpi-sdcard,*.wic,.DS_Store,*.dtb,*.dtbo,*.dat,*.elf,*.bin,*.foo,xz-without-extension lib tests docs Makefile *.md LICENSE", - "lint": "npm run lint-ts && npm run lint-css && npm run lint-spell", + "lint": "npm run lint-ts && npm run lint-css", "test-spectron": "mocha --recursive --reporter spec --require ts-node/register --require-main tests/gui/allow-renderer-process-reuse.ts tests/spectron/runner.spec.ts", "test-gui": "electron-mocha --recursive --reporter spec --require ts-node/register --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox --renderer tests/gui/**/*.ts", "test-shared": "electron-mocha --recursive --reporter spec --require ts-node/register --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox tests/shared/**/*.ts", diff --git a/requirements.txt b/requirements.txt index 408dc896..3f33e5f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -codespell==1.12.0 awscli==1.11.87 shyaml==0.5.0