Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redgoose-dev committed Feb 22, 2021
1 parent 06c7b98 commit 7278080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"express-session": "^1.17.1",
"image-resize": "^1.1.5",
"marked": "^2.0.0",
"nuxt": "^2.14.12",
"nuxt": "^2.15.1",
"redgoose-content-body": "git+https://github.com/redgoose-dev/redgoose-content-body.git",
"vue-croppie": "^2.0.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"fibers": "^5.0.0",
"sass": "^1.32.7",
"sass": "^1.32.8",
"sass-loader": "^10.1.1"
}
}
4 changes: 3 additions & 1 deletion resource/preference.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}
},
"nests": {},
"articles": {
"pageCount": 24,
"pageRange": 10,
Expand All @@ -83,7 +84,8 @@
"format": "{yyyy}-{MM}-{dd} ({week})",
"filter": {
"year": "",
"month": ""
"month": "",
"sort": "desc"
}
}
}

0 comments on commit 7278080

Please # to comment.