From 353891a3d1af878a8ce8d5562f3deaa9be380144 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 24 Jan 2020 11:28:11 -0500 Subject: Updating front end packages. --- ui/package.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index 41f47088..d3085650 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,12 +17,13 @@ "@types/jwt-decode": "^2.2.1", "@types/markdown-it": "^0.0.9", "@types/markdown-it-container": "^2.0.2", + "@types/node": "^13.5.0", "autosize": "^4.0.2", "bootswatch": "^4.3.1", "classcat": "^1.1.3", "dotenv": "^8.2.0", "emoji-short-name": "^0.1.0", - "husky": "^3.0.9", + "husky": "^4.2.1", "i18next": "^19.0.3", "inferno": "^7.0.1", "inferno-i18next": "nimbusec-oss/inferno-i18next", @@ -35,7 +36,7 @@ "moment": "^2.24.0", "prettier": "^1.18.2", "rxjs": "^6.4.0", - "terser": "^4.6.0", + "terser": "^4.6.3", "toastify-js": "^1.6.2", "tributejs": "^4.1.1", "twemoji": "^12.1.2", @@ -44,13 +45,13 @@ "devDependencies": { "eslint": "^6.5.1", "eslint-plugin-inferno": "^7.14.3", - "eslint-plugin-jane": "^7.0.0", + "eslint-plugin-jane": "^7.0.2", "fuse-box": "^3.1.3", - "lint-staged": "^9.4.2", + "lint-staged": "^10.0.2", "sortpack": "^2.0.1", "ts-transform-classcat": "^0.0.2", "ts-transform-inferno": "^4.0.2", - "typescript": "^3.5.3" + "typescript": "^3.7.5" }, "engines": { "node": ">=8.9.0" @@ -64,16 +65,13 @@ "lint-staged": { "*.{ts,tsx,js}": [ "prettier --write", - "eslint --fix", - "git add" + "eslint --fix" ], "../server/src/**/*.rs": [ - "rustfmt --config-path ../server/.rustfmt.toml", - "git add" + "rustfmt --config-path ../server/.rustfmt.toml" ], "package.json": [ - "sortpack", - "git add" + "sortpack" ] } } -- cgit v1.2.3