Skip to content

Commit

Permalink
feat: updated dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bilovus committed Apr 23, 2020
1 parent 691bbc5 commit 73ba6cc
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 210 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module.exports = {
/**
* @typescript-eslint rules
* https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/docs/rules
* based on version 2.26.0
* based on version 2.29.0
*/
/** Require that member overloads be consecutive */
'@typescript-eslint/adjacent-overload-signatures': 'error',
Expand Down Expand Up @@ -316,7 +316,7 @@ module.exports = {
/**
* functional rules
* https://github.com/jonaskello/eslint-plugin-functional
* based on version
* based on version 3.0.1
*/
/** Prefer readonly types over mutable types */
'functional/prefer-readonly-type': [
Expand All @@ -329,7 +329,7 @@ module.exports = {
/**
* import rules
* https://github.com/benmosher/eslint-plugin-import/tree/master/docs/rules
* based on version 3.0.0
* based on version 2.20.2
*/
/** Ensures that there is no resolvable path back to this module via its dependencies */
'import/no-cycle': 'error',
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@
"release": "yarn version --new-version `node node_modules/.bin/conventional-recommended-bump -p angular`"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-functional": "3.0.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"prettier": "2.0.2",
"stylelint": "13.2.1",
"prettier": "2.0.5",
"stylelint": "13.3.3",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
Expand Down

0 comments on commit 73ba6cc

Please sign in to comment.