Browse Source

Update build dependencies (#305)

pull/307/head
Josh Dick 2 years ago
committed by GitHub
parent
commit
ff0e0a488c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/nodejs.yml
  2. 3292
      package-lock.json
  3. 8
      package.json

2
.github/workflows/nodejs.yml

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v1

3292
package-lock.json

File diff suppressed because it is too large

8
package.json

@ -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"

Loading…
Cancel
Save