Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 15, 2021
1 parent 7a82b40 commit 6e01035
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 95 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
},
"dependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7.14.3",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"coffeescript": "^1",
"eslint": "^7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.14",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-yaml": "^0.4.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-yaml": "^0.5.0",
"prettier": "^2",
"typescript": "^4"
},
Expand All @@ -58,9 +58,9 @@
},
"devDependencies": {
"eslint": "^7.22.0",
"execa": "^5.0.0",
"gitly": "^2.1.0",
"npm-check-updates": "11.5.13",
"execa": "^5.1.1",
"gitly": "^2.1.1",
"npm-check-updates": "11.6.0",
"prettier-config-atomic": "^2.0.5",
"shelljs": "^0.8.4"
}
Expand Down
Loading

0 comments on commit 6e01035

Please sign in to comment.