Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 27, 2021
1 parent d5d4014 commit 3c2c2e3
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 188 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
"bump": "ncu -u -x coffeescript"
},
"dependencies": {
"prettier": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"prettier": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"babel-eslint": "^10.1.0",
"eslint-plugin-coffee": "^0.1.13",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-react": "^7.21.5",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-yaml": "^0.3.0",
"typescript": "^4.0.5",
"coffeescript": "^1.12.7",
"@babel/core": "^7.12.3"
"typescript": "^4.1.3",
"coffeescript": "^2.5.1",
"@babel/core": "^7.12.10"
},
"peerDependencies": {
"eslint": ">=7"
},
"devDependencies": {
"eslint": "^7.4.0",
"npm-check-updates": "9.2.3"
"npm-check-updates": "11.1.1"
}
}
Loading

0 comments on commit 3c2c2e3

Please sign in to comment.