Chore: Update `dependencies` and `devDependencies`

This commit is contained in:
Cătălin Mariș 2018-09-17 17:12:24 -07:00
Родитель cbbe74a519
Коммит 7b718f7a8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 37400B4AAAC45DC1
4 изменённых файлов: 2726 добавлений и 4343 удалений

Просмотреть файл

@ -17,7 +17,7 @@ trim_trailing_whitespace = true
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[{package.json}] [package.json]
indent_size = 2 indent_size = 2
indent_style = space indent_style = space

Просмотреть файл

@ -19,33 +19,32 @@
"@hint/parser-javascript": "^1.0.1", "@hint/parser-javascript": "^1.0.1",
"@hint/utils-tests-helpers": "^1.0.1", "@hint/utils-tests-helpers": "^1.0.1",
"@types/debug": "0.0.30", "@types/debug": "0.0.30",
"@types/node": "8.0.14", "@types/node": "^10.10.1",
"async-retry": "^1.1.4", "async-retry": "^1.2.1",
"ava": "^0.25.0", "ava": "^0.25.0",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5", "babel-plugin-istanbul": "^5.0.1",
"babel-preset-es2017": "^6.22.0", "babel-preset-es2017": "^6.22.0",
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"eslint": "^4.15.0", "eslint": "^5.6.0",
"eslint-plugin-markdown": "^1.0.0-beta.6", "eslint-plugin-markdown": "^1.0.0-beta.8",
"eslint-plugin-typescript": "^0.8.1", "eslint-plugin-typescript": "^0.12.0",
"express": "^4.16.2", "express": "^4.16.2",
"hint": "^3.4.0", "hint": "^3.4.0",
"markdownlint-cli": "^0.6.0", "markdownlint-cli": "^0.13.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.4.1", "nyc": "^13.0.1",
"on-headers": "^1.0.1", "on-headers": "^1.0.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"typescript": "^2.6.2", "typescript": "^3.0.3",
"typescript-eslint-parser": "^12.0.0" "typescript-eslint-parser": "^18.0.0"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"files": [ "files": [
"dist/src", "dist/src"
"npm-shrinkwrap.json"
], ],
"homepage": "https://webhint.io", "homepage": "https://webhint.io",
"keywords": [ "keywords": [
@ -58,9 +57,10 @@
"main": "dist/src/index.js", "main": "dist/src/index.js",
"name": "webhint-hint-chisel", "name": "webhint-hint-chisel",
"peerDependencies": { "peerDependencies": {
"hint": "^3.4.0", "@hint/parser-javascript": "^1.0.1",
"@hint/parser-javascript": "^1.0.1" "hint": "^3.4.0"
}, },
"private": true,
"repository": "Microsoft/webhint-hints-microsoft", "repository": "Microsoft/webhint-hints-microsoft",
"scripts": { "scripts": {
"build": "npm run clean && npm-run-all build:*", "build": "npm run clean && npm-run-all build:*",
@ -78,5 +78,5 @@
"watch:ts": "npm run build:ts -- --watch", "watch:ts": "npm run build:ts -- --watch",
"webhint": "node node_modules/hint/dist/src/bin/hint.js" "webhint": "node node_modules/hint/dist/src/bin/hint.js"
}, },
"version": "2.0.0" "version": "1.0.0"
} }

6995
hints/jsll/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -12,60 +12,62 @@
"timeout": "1m" "timeout": "1m"
}, },
"dependencies": { "dependencies": {
"eslint": "^4.18.2", "eslint": "^5.6.0",
"locale-code": "^1.1.1" "locale-code": "^2.0.1"
}, },
"description": "webhint hint to validate Microsoft's JSLL usage.", "description": "webhint hint to validate Microsoft's JSLL usage.",
"devDependencies": { "devDependencies": {
"@hint/parser-javascript": "^1.0.1", "@hint/parser-javascript": "^1.0.1",
"@hint/utils-tests-helpers": "^1.0.1", "@hint/utils-tests-helpers": "^1.0.1",
"@types/debug": "0.0.30", "@types/debug": "0.0.30",
"@types/node": "^9.4.6", "@types/node": "^10.10.1",
"async-retry": "^1.2.1", "async-retry": "^1.2.1",
"ava": "^0.25.0", "ava": "^0.25.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.8.0",
"eslint-plugin-markdown": "^1.0.0-beta.7", "eslint-plugin-markdown": "^1.0.0-beta.8",
"eslint-plugin-typescript": "^0.9.0", "eslint-plugin-typescript": "^0.12.0",
"express": "^4.16.2", "express": "^4.16.2",
"hint": "^3.4.0",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"markdownlint-cli": "^0.7.0", "markdownlint-cli": "^0.13.0",
"npm-link-check": "^2.0.0", "npm-link-check": "^2.0.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.4.1", "nyc": "^13.0.1",
"on-headers": "^1.0.1", "on-headers": "^1.0.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"hint": "^3.4.0", "typescript": "^3.0.3",
"typescript": "^2.6.2", "typescript-eslint-parser": "^18.0.0"
"typescript-eslint-parser": "^14.0.0"
}, },
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"files": [ "files": [
"dist/src", "dist/src"
"npm-shrinkwrap.json"
], ],
"homepage": "https://webhint.io", "homepage": "https://webhint.io",
"keywords": [ "keywords": [
"webhint",
"webhint-hint",
"jsll", "jsll",
"jsll-hint" "jsll-hint",
"webhint",
"webhint-hint"
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"name": "webhint-hint-jsll", "name": "webhint-hint-jsll",
"peerDependencies": { "peerDependencies": {
"hint": "^3.4.0", "@hint/parser-javascript": "^1.0.1",
"@hint/parser-javascript": "^1.0.1" "hint": "^3.4.0"
}, },
"private": true,
"repository": "Microsoft/webhint-hints-microsoft",
"scripts": { "scripts": {
"build": "npm run clean && npm-run-all build:*", "build": "npm run clean && npm-run-all build:*",
"build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true", "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
"build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist", "build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:ts": "tsc", "build:ts": "tsc",
"clean": "rimraf dist", "clean": "rimraf dist",
"hint": "node node_modules/hint/dist/src/bin/hint.js",
"lint": "npm-run-all lint:*", "lint": "npm-run-all lint:*",
"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path .eslintignore --report-unused-disable-directives", "lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path .eslintignore --report-unused-disable-directives",
"lint:md": "markdownlint --ignore CHANGELOG.md *.md", "lint:md": "markdownlint --ignore CHANGELOG.md *.md",
@ -73,9 +75,7 @@
"watch": "npm run build && npm-run-all --parallel -c watch:*", "watch": "npm run build && npm-run-all --parallel -c watch:*",
"watch:assets": "npm run build:assets -- -w --no-initial", "watch:assets": "npm run build:assets -- -w --no-initial",
"watch:test": "ava --watch", "watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch", "watch:ts": "npm run build:ts -- --watch"
"hint": "node node_modules/hint/dist/src/bin/hint.js"
}, },
"repository": "Microsoft/webhint-hints-microsoft", "version": "1.0.0"
"version": "2.0.0"
} }