X-Git-Url: http://these/git/?a=blobdiff_plain;f=ui%2Fpackage.json;fp=ui%2Fpackage.json;h=d2eb1de9ebd859e7590234d04439f272b44ae74f;hb=1336b4ed6023e7fcf0fd40be63569966ee4b1b45;hp=7d946614c887d2bdb0213bb2c9c8b9ded46eff45;hpb=f040dac647d50c97e3f9ab8058563a7fe0f29261;p=lemmy.git diff --git a/ui/package.json b/ui/package.json index 7d946614..d2eb1de9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,19 +14,20 @@ }, "keywords": [], "dependencies": { + "@joeattardi/emoji-button": "^2.12.1", "@types/autosize": "^3.0.6", - "@types/js-cookie": "^2.2.5", + "@types/js-cookie": "^2.2.6", "@types/jwt-decode": "^2.2.1", "@types/markdown-it": "^0.0.9", "@types/markdown-it-container": "^2.0.2", - "@types/node": "^13.9.2", + "@types/node": "^13.11.1", "autosize": "^4.0.2", "bootswatch": "^4.3.1", - "classcat": "^1.1.3", + "classcat": "^4.0.2", "dotenv": "^8.2.0", "emoji-short-name": "^1.0.0", - "husky": "^4.2.3", - "i18next": "^19.3.3", + "husky": "^4.2.5", + "i18next": "^19.4.1", "inferno": "^7.4.2", "inferno-i18next": "nimbusec-oss/inferno-i18next", "inferno-router": "^7.4.2", @@ -37,26 +38,26 @@ "markdown-it-emoji": "^1.4.0", "mobius1-selectr": "^2.4.13", "moment": "^2.24.0", - "prettier": "^1.18.2", + "prettier": "^2.0.4", "reconnecting-websocket": "^4.4.0", - "rxjs": "^6.4.0", - "terser": "^4.6.7", - "tippy.js": "^6.1.0", + "rxjs": "^6.5.5", + "terser": "^4.6.11", + "tippy.js": "^6.1.1", "toastify-js": "^1.7.0", - "tributejs": "^5.1.2", + "tributejs": "^5.1.3", "twemoji": "^12.1.2", "ws": "^7.2.3" }, "devDependencies": { "eslint": "^6.5.1", "eslint-plugin-inferno": "^7.14.3", - "eslint-plugin-jane": "^7.2.0", + "eslint-plugin-jane": "^7.2.1", "fuse-box": "^3.1.3", - "lint-staged": "^10.0.8", - "sortpack": "^2.1.2", - "ts-node": "^8.7.0", - "ts-transform-classcat": "^0.0.2", - "ts-transform-inferno": "^4.0.2", + "lint-staged": "^10.1.3", + "sortpack": "^2.1.4", + "ts-node": "^8.8.2", + "ts-transform-classcat": "^1.0.0", + "ts-transform-inferno": "^4.0.3", "typescript": "^3.8.3" }, "engines": {