summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-24 11:28:11 -0500
committerDessalines <tyhou13@gmx.com>2020-01-24 11:28:11 -0500
commit353891a3d1af878a8ce8d5562f3deaa9be380144 (patch)
tree5301e2450c308c60b9a74cb13bf4f4489e3a6b75 /ui/package.json
parent8d607489384747a315efcdb52d1e4b681166cafc (diff)
Updating front end packages.
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json20
1 files changed, 9 insertions, 11 deletions
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"
]
}
}