Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherall committed Aug 26, 2020
1 parent aec564c commit 375614f
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 107 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@gojob/eslint-config",
"version": "2.0.1",
"version": "2.1.0",
"description": "ESLint config for TypeScript projects at Gojob",
"main": "index.js",
"repository": "https://github.com/gojob-1337/eslint-config",
"author": "VinceOPS <[email protected]>",
"license": "MIT",
"peerDependencies": {
"eslint": ">= 6",
"eslint": ">= 7",
"prettier": ">= 2"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^5.0.3"
}
Expand Down
Loading

0 comments on commit 375614f

Please sign in to comment.