Skip to content

Commit

Permalink
⬆️(package): update prettier to version 1.13.0
Browse files Browse the repository at this point in the history
- Update prettier version
- Run prettier with write to pass CI checks
  • Loading branch information
greenkeeper[bot] authored and mbenadda committed May 28, 2018
1 parent fd1f6f2 commit 6aabbfc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "richie",
"version": "0.1.0",
"description":
"This document aims to list all needed steps to have a working `FUN CMS` installation.",
"description": "This document aims to list all needed steps to have a working `FUN CMS` installation.",
"main": "manage.py",
"scripts": {
"build": "webpack",
"lint": "tslint -c tslint.json 'richie/js/**/*.ts'",
"sass":
"node-sass richie/static/scss/_main.scss richie/static/css/main.css",
"sass": "node-sass richie/static/scss/_main.scss richie/static/css/main.css",
"test": "karma start ./karma.conf.js",
"watch-sass": "nodemon -e scss -x 'yarn sass'"
},
Expand Down Expand Up @@ -58,7 +56,7 @@
"moment": "2.20.1",
"node-sass": "4.7.2",
"nodemon": "1.14.12",
"prettier": "1.12.1",
"prettier": "1.13.0",
"query-string": "6.1.0",
"react": "16.2.0",
"react-autosuggest": "9.3.4",
Expand Down
5 changes: 4 additions & 1 deletion richie/js/components/searchContainer/searchContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ const mapDispatchToProps = {
requestSubjects: partial(getResourceList, 'subjects', { limit: 999 }),
};

export const SearchContainer = connect(null, mapDispatchToProps)(Search);
export const SearchContainer = connect(
null,
mapDispatchToProps,
)(Search);
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5478,7 +5478,11 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

[email protected], prettier@^1.5.3:
[email protected]:
version "1.13.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.0.tgz#054de8d5fb1a4405c845d16183f58a2c301f6f16"

prettier@^1.5.3:
version "1.12.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"

Expand Down

0 comments on commit 6aabbfc

Please sign in to comment.