Update build dependencies (#305)

This commit is contained in:
Josh Dick
2022-06-27 10:06:32 -04:00
committed by GitHub
parent 7db2ed5b82
commit ff0e0a488c
3 changed files with 1764 additions and 1548 deletions

View File

@@ -25,11 +25,11 @@
"url": "https://github.com/joshdick/onedark.vim.git"
},
"devDependencies": {
"eslint": "^7.30.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"eslint": "^8.18.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2"
"prettier": "^2.7.1"
},
"dependencies": {
"termcolors": "0.7.3"