]> Untitled Git - lemmy-ui.git/commitdiff
Merge pull request #277 from LemmyNet/feature/mark_post_as_read
authorDessalines <dessalines@users.noreply.github.com>
Sun, 25 Apr 2021 18:35:40 +0000 (14:35 -0400)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 18:35:40 +0000 (14:35 -0400)
Add show read posts option. Fixes #276

1  2 
package.json
yarn.lock

diff --cc package.json
index 16c0fe694e98da43fa1465fcb9f4de683ccfee6e,0c5d49bc9b0444be0793ded962cbfea2ddbfee0c..37b05dbd82ceb9525fd33a0af9e4ccd851ae57f8
      "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",
diff --cc yarn.lock
Simple merge