Update build dependencies (#243)

This commit is contained in:
Josh Dick
2020-12-01 18:22:54 -05:00
committed by GitHub
parent 68a18c7eed
commit 712a728c38
2 changed files with 494 additions and 620 deletions

1108
build/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,11 +18,11 @@
"url": "https://github.com/joshdick/onedark.vim.git" "url": "https://github.com/joshdick/onedark.vim.git"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.5.1", "eslint": "^7.14.0",
"husky": "^4.2.3" "husky": "^4.3.0"
}, },
"dependencies": { "dependencies": {
"termcolors": "0.7.0" "termcolors": "0.7.2"
}, },
"husky": { "husky": {
"hooks": { "hooks": {