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 Sep 29, 2020
1 parent 5e37fc1 commit b99d7f6
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 293 deletions.
19 changes: 8 additions & 11 deletions package.json
Expand Up @@ -26,26 +26,23 @@
"release": "yarn version --new-version `node node_modules/.bin/conventional-recommended-bump -p angular`"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"eslint": "7.9.0",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "7.10.0",
"eslint-plugin-functional": "3.0.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react": "7.21.2",
"eslint-plugin-react-hooks": "4.1.2",
"prettier": "2.1.1",
"stylelint": "13.7.1",
"prettier": "2.1.2",
"stylelint": "13.7.2",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "4.0.2"
"typescript": "4.0.3"
},
"devDependencies": {
"conventional-changelog-cli": "2.1.0",
"conventional-recommended-bump": "6.0.10"
},
"resolutions": {
"dot-prop": "5.2.0"
}
}

0 comments on commit b99d7f6

Please sign in to comment.