Updating front end packages.

This commit is contained in:
Dessalines 2020-01-24 11:28:11 -05:00
parent 8d60748938
commit 353891a3d1
2 changed files with 374 additions and 532 deletions

20
ui/package.json vendored
View File

@ -17,12 +17,13 @@
"@types/jwt-decode": "^2.2.1", "@types/jwt-decode": "^2.2.1",
"@types/markdown-it": "^0.0.9", "@types/markdown-it": "^0.0.9",
"@types/markdown-it-container": "^2.0.2", "@types/markdown-it-container": "^2.0.2",
"@types/node": "^13.5.0",
"autosize": "^4.0.2", "autosize": "^4.0.2",
"bootswatch": "^4.3.1", "bootswatch": "^4.3.1",
"classcat": "^1.1.3", "classcat": "^1.1.3",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"emoji-short-name": "^0.1.0", "emoji-short-name": "^0.1.0",
"husky": "^3.0.9", "husky": "^4.2.1",
"i18next": "^19.0.3", "i18next": "^19.0.3",
"inferno": "^7.0.1", "inferno": "^7.0.1",
"inferno-i18next": "nimbusec-oss/inferno-i18next", "inferno-i18next": "nimbusec-oss/inferno-i18next",
@ -35,7 +36,7 @@
"moment": "^2.24.0", "moment": "^2.24.0",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"rxjs": "^6.4.0", "rxjs": "^6.4.0",
"terser": "^4.6.0", "terser": "^4.6.3",
"toastify-js": "^1.6.2", "toastify-js": "^1.6.2",
"tributejs": "^4.1.1", "tributejs": "^4.1.1",
"twemoji": "^12.1.2", "twemoji": "^12.1.2",
@ -44,13 +45,13 @@
"devDependencies": { "devDependencies": {
"eslint": "^6.5.1", "eslint": "^6.5.1",
"eslint-plugin-inferno": "^7.14.3", "eslint-plugin-inferno": "^7.14.3",
"eslint-plugin-jane": "^7.0.0", "eslint-plugin-jane": "^7.0.2",
"fuse-box": "^3.1.3", "fuse-box": "^3.1.3",
"lint-staged": "^9.4.2", "lint-staged": "^10.0.2",
"sortpack": "^2.0.1", "sortpack": "^2.0.1",
"ts-transform-classcat": "^0.0.2", "ts-transform-classcat": "^0.0.2",
"ts-transform-inferno": "^4.0.2", "ts-transform-inferno": "^4.0.2",
"typescript": "^3.5.3" "typescript": "^3.7.5"
}, },
"engines": { "engines": {
"node": ">=8.9.0" "node": ">=8.9.0"
@ -64,16 +65,13 @@
"lint-staged": { "lint-staged": {
"*.{ts,tsx,js}": [ "*.{ts,tsx,js}": [
"prettier --write", "prettier --write",
"eslint --fix", "eslint --fix"
"git add"
], ],
"../server/src/**/*.rs": [ "../server/src/**/*.rs": [
"rustfmt --config-path ../server/.rustfmt.toml", "rustfmt --config-path ../server/.rustfmt.toml"
"git add"
], ],
"package.json": [ "package.json": [
"sortpack", "sortpack"
"git add"
] ]
} }
} }

886
ui/yarn.lock vendored

File diff suppressed because it is too large Load Diff