From: Dessalines Date: Sun, 25 Apr 2021 18:35:40 +0000 (-0400) Subject: Merge pull request #277 from LemmyNet/feature/mark_post_as_read X-Git-Url: http://these/git/?a=commitdiff_plain;h=440d0c9b7770da4fa400e69f0fd20f1c3e16cebc;p=lemmy-ui.git Merge pull request #277 from LemmyNet/feature/mark_post_as_read Add show read posts option. Fixes #276 --- 440d0c9b7770da4fa400e69f0fd20f1c3e16cebc diff --cc package.json index 16c0fe6,0c5d49b..37b05db --- a/package.json +++ b/package.json @@@ -42,35 -42,35 +42,35 @@@ "tippy.js": "^6.3.1", "toastify-js": "^1.10.0", "tributejs": "^5.1.3", - "ws": "^7.4.4" + "ws": "^7.4.5" }, "devDependencies": { - "@babel/core": "^7.13.14", - "@babel/plugin-transform-runtime": "^7.13.10", + "@babel/core": "^7.13.16", + "@babel/plugin-transform-runtime": "^7.13.15", "@babel/plugin-transform-typescript": "^7.13.0", - "@babel/preset-env": "7.13.12", + "@babel/preset-env": "7.13.15", "@babel/preset-typescript": "^7.13.0", - "@babel/runtime": "^7.13.10", + "@babel/runtime": "^7.13.17", "@types/autosize": "^3.0.6", "@types/express": "^4.17.11", - "@types/node": "^14.14.37", - "@types/node-fetch": "^2.5.9", + "@types/node": "^14.14.41", + "@types/node-fetch": "^2.5.10", "@types/serialize-javascript": "^5.0.0", - "@typescript-eslint/eslint-plugin": "^4.21.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", "babel-loader": "^8.2.2", - "babel-plugin-inferno": "^6", + "babel-plugin-inferno": "^6.2.0", "bootstrap": "^4.6.0", "bootswatch": "^4.6.0", - "clean-webpack-plugin": "^3.0.0", + "clean-webpack-plugin": "^4.0.0-alpha.0", "copy-webpack-plugin": "^8.1.1", - "css-loader": "^5.2.0", - "eslint": "^7.23.0", - "eslint-plugin-prettier": "^3.3.1", + "css-loader": "^5.2.4", + "eslint": "^7.25.0", + "eslint-plugin-prettier": "^3.4.0", "husky": "^6.0.0", "iso-639-1": "^2.1.9", - "lemmy-js-client": "0.11.0-rc.12", + "lemmy-js-client": "0.11.0-rc.13", "lint-staged": "^10.5.4", - "mini-css-extract-plugin": "^1.4.1", + "mini-css-extract-plugin": "^1.5.0", "node-fetch": "^2.6.1", "node-sass": "^5.0.0", "prettier": "^2.2.1",