summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-06 11:22:51 -0500
committerDessalines <tyhou13@gmx.com>2020-01-06 11:22:51 -0500
commit82253f625b6cadfb7c7c4044c0c0a385f0caefbe (patch)
tree860006933cdc139c50a8dfabe94ef6e55d86f1ba /ui/package.json
parent8c4e973409a9bcfa5a09b1da8f1441d0bec4ea40 (diff)
Upgrade package.json.
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/ui/package.json b/ui/package.json
index afcb8a39..17f15466 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -15,33 +15,32 @@
"@types/autosize": "^3.0.6",
"@types/js-cookie": "^2.2.1",
"@types/jwt-decode": "^2.2.1",
- "@types/markdown-it": "^0.0.7",
+ "@types/markdown-it": "^0.0.9",
"@types/markdown-it-container": "^2.0.2",
"autosize": "^4.0.2",
"bootswatch": "^4.3.1",
"classcat": "^1.1.3",
- "dotenv": "^6.1.0",
+ "dotenv": "^8.2.0",
"emoji-short-name": "^0.1.0",
"husky": "^3.0.9",
- "i18next": "^17.0.9",
+ "i18next": "^19.0.3",
"inferno": "^7.0.1",
"inferno-i18next": "nimbusec-oss/inferno-i18next",
"inferno-router": "^7.0.1",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
- "markdown-it": "^8.4.2",
+ "markdown-it": "^10.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"moment": "^2.24.0",
"prettier": "^1.18.2",
"rxjs": "^6.4.0",
- "terser": "^3.17.0",
- "tributejs": "3.7.2",
+ "terser": "^4.6.0",
+ "tributejs": "^4.1.1",
"twemoji": "^12.1.2",
"ws": "^7.0.0"
},
"devDependencies": {
- "@types/i18next": "^12.1.0",
"eslint": "^6.5.1",
"eslint-plugin-inferno": "^7.14.3",
"eslint-plugin-jane": "^7.0.0",
@@ -58,7 +57,7 @@
"engineStrict": true,
"husky": {
"hooks": {
- "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && lint-staged"
+ "pre-commit": "cargo fmt --manifest-path ../server/Cargo.toml && cargo clippy --manifest-path ../server/Cargo.toml --all-targets --all-features -- -D warnings && cargo outdated -R && yarn outdated && lint-staged"
}
},
"lint-staged": {