update node dependencies with yarn

This commit is contained in:
itismadness
2020-04-10 21:32:00 +03:00
parent f0d63dbc81
commit 3f2d13e777
3 changed files with 75 additions and 3249 deletions

2556
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,6 @@
"version": "0.0.0",
"description": "",
"scripts": {
"lint:js": "eslint static/functions",
"lint:php:internal": "find . -path './vendor' -prune -o -path ./node_modules -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v \"No syntax errors detected\" )",
"lint:php:phpcs": "vendor/bin/phpcs -p",
"lint:php": "npm run lint:php:internal && npm run lint:php:phpcs",
@@ -12,8 +11,7 @@
},
"license": "Unlicense",
"devDependencies": {
"eslint": "^6.8.0",
"husky": "^3.1.0",
"husky": "^4.2.5",
"lint-staged": "^9.5.0"
},
"dependencies": {
@@ -28,8 +26,7 @@
"*.php": [
"php -l",
"bash .bin/phpcbf",
"vendor/bin/phpcs",
"git add"
"vendor/bin/phpcs"
]
}
}

761
yarn.lock

File diff suppressed because it is too large Load Diff