Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 18, 2021
1 parent 7eacdd4 commit 8d44e2a
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 76 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"dependencies": {
"eslint": "^7",
"@babel/core": "^7",
"@babel/eslint-parser": "^7.13.14",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@babel/eslint-parser": "^7.14.3",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"coffeescript": "^1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-coffee": "^0.1.14",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.2",
Expand All @@ -57,9 +57,9 @@
"devDependencies": {
"eslint": "^7.22.0",
"execa": "^5.0.0",
"gitly": "^2.0.3",
"npm-check-updates": "11.5.9",
"prettier-config-atomic": "^2.0.3",
"gitly": "^2.1.0",
"npm-check-updates": "11.5.13",
"prettier-config-atomic": "^2.0.5",
"shelljs": "^0.8.4"
}
}
Loading

0 comments on commit 8d44e2a

Please sign in to comment.