aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-12-02 23:57:13 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-03 04:27:13 +0530
commitf64f1b3bd9bec4036748b98ff8ac0f0431749f30 (patch)
tree33691b4b02a546a7a1665ca29b18e3baa135c9ef /package.json
parent5.6.4-nightly.22 [skip ci] (diff)
downloadferdium-app-f64f1b3bd9bec4036748b98ff8ac0f0431749f30.tar.gz
ferdium-app-f64f1b3bd9bec4036748b98ff8ac0f0431749f30.tar.zst
ferdium-app-f64f1b3bd9bec4036748b98ff8ac0f0431749f30.zip
chore: upgrade commitlint and eslint-plugin-unicorn to latest (#2295)
- upgrade commitlint and eslint-plugin-unicorn dependencies - update prepare-code script to run lint:fix instead of lint - fix unicorn/no-await-expression-member lint issues - various whitespace formatting fixes due to lint:fix
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 87046aed1..f01fd0d40 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
37 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 37 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
38 "update-submodules": "git submodule update --remote --force", 38 "update-submodules": "git submodule update --remote --force",
39 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 39 "prepare-code": "npm run lint:fix && npm run reformat-files && npm run manage-translations && npm run apply-branding",
40 "link-readme": "ts-node scripts/link-readme.ts", 40 "link-readme": "ts-node scripts/link-readme.ts",
41 "minify-images": "./scripts/minify-images.sh", 41 "minify-images": "./scripts/minify-images.sh",
42 "start:server": "ts-node src/internal-server/test.ts", 42 "start:server": "ts-node src/internal-server/test.ts",
@@ -128,8 +128,8 @@
128 "@babel/preset-env": "^7.16.0", 128 "@babel/preset-env": "^7.16.0",
129 "@babel/preset-react": "^7.14.5", 129 "@babel/preset-react": "^7.14.5",
130 "@babel/register": "^7.15.3", 130 "@babel/register": "^7.15.3",
131 "@commitlint/cli": "^14.1.0", 131 "@commitlint/cli": "^15.0.0",
132 "@commitlint/config-conventional": "^14.1.0", 132 "@commitlint/config-conventional": "^15.0.0",
133 "@formatjs/cli": "^4.4.0", 133 "@formatjs/cli": "^4.4.0",
134 "@types/color": "^3.0.2", 134 "@types/color": "^3.0.2",
135 "@types/expect.js": "^0.3.29", 135 "@types/expect.js": "^0.3.29",
@@ -167,7 +167,7 @@
167 "eslint-plugin-prettier": "^4.0.0", 167 "eslint-plugin-prettier": "^4.0.0",
168 "eslint-plugin-react": "^7.27.0", 168 "eslint-plugin-react": "^7.27.0",
169 "eslint-plugin-react-hooks": "^4.3.0", 169 "eslint-plugin-react-hooks": "^4.3.0",
170 "eslint-plugin-unicorn": "^38.0.1", 170 "eslint-plugin-unicorn": "^39.0.0",
171 "expect.js": "^0.3.1", 171 "expect.js": "^0.3.1",
172 "gulp": "^4.0.2", 172 "gulp": "^4.0.2",
173 "gulp-babel": "^8.0.0", 173 "gulp-babel": "^8.0.0",