mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Update eslint in group default to the latest version 🚀 (#150)
* chore(package): update eslint to version 5.14.1 * chore(package): update lockfile build/package-lock.json
This commit is contained in:
committed by
Josh Dick
parent
f65e71f25f
commit
205f57702c
6
build/package-lock.json
generated
6
build/package-lock.json
generated
@@ -338,9 +338,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"eslint": {
|
||||
"version": "5.14.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.0.tgz",
|
||||
"integrity": "sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w==",
|
||||
"version": "5.14.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.1.tgz",
|
||||
"integrity": "sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"url": "https://github.com/joshdick/onedark.vim.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "5.14.0",
|
||||
"eslint": "5.14.1",
|
||||
"husky": "1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user