Chore: Update `dependencies` and `devDependencies`
This commit is contained in:
Родитель
cbbe74a519
Коммит
7b718f7a8f
|
@ -17,7 +17,7 @@ trim_trailing_whitespace = true
|
|||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
[{package.json}]
|
||||
[package.json]
|
||||
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
|
|
@ -19,33 +19,32 @@
|
|||
"@hint/parser-javascript": "^1.0.1",
|
||||
"@hint/utils-tests-helpers": "^1.0.1",
|
||||
"@types/debug": "0.0.30",
|
||||
"@types/node": "8.0.14",
|
||||
"async-retry": "^1.1.4",
|
||||
"@types/node": "^10.10.1",
|
||||
"async-retry": "^1.2.1",
|
||||
"ava": "^0.25.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-register": "^6.26.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eslint": "^4.15.0",
|
||||
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
||||
"eslint-plugin-typescript": "^0.8.1",
|
||||
"eslint": "^5.6.0",
|
||||
"eslint-plugin-markdown": "^1.0.0-beta.8",
|
||||
"eslint-plugin-typescript": "^0.12.0",
|
||||
"express": "^4.16.2",
|
||||
"hint": "^3.4.0",
|
||||
"markdownlint-cli": "^0.6.0",
|
||||
"markdownlint-cli": "^0.13.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"nyc": "^11.4.1",
|
||||
"nyc": "^13.0.1",
|
||||
"on-headers": "^1.0.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"typescript": "^2.6.2",
|
||||
"typescript-eslint-parser": "^12.0.0"
|
||||
"typescript": "^3.0.3",
|
||||
"typescript-eslint-parser": "^18.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/src",
|
||||
"npm-shrinkwrap.json"
|
||||
"dist/src"
|
||||
],
|
||||
"homepage": "https://webhint.io",
|
||||
"keywords": [
|
||||
|
@ -58,9 +57,10 @@
|
|||
"main": "dist/src/index.js",
|
||||
"name": "webhint-hint-chisel",
|
||||
"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": {
|
||||
"build": "npm run clean && npm-run-all build:*",
|
||||
|
@ -78,5 +78,5 @@
|
|||
"watch:ts": "npm run build:ts -- --watch",
|
||||
"webhint": "node node_modules/hint/dist/src/bin/hint.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -12,60 +12,62 @@
|
|||
"timeout": "1m"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^4.18.2",
|
||||
"locale-code": "^1.1.1"
|
||||
"eslint": "^5.6.0",
|
||||
"locale-code": "^2.0.1"
|
||||
},
|
||||
"description": "webhint hint to validate Microsoft's JSLL usage.",
|
||||
"devDependencies": {
|
||||
"@hint/parser-javascript": "^1.0.1",
|
||||
"@hint/utils-tests-helpers": "^1.0.1",
|
||||
"@types/debug": "0.0.30",
|
||||
"@types/node": "^9.4.6",
|
||||
"@types/node": "^10.10.1",
|
||||
"async-retry": "^1.2.1",
|
||||
"ava": "^0.25.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-markdown": "^1.0.0-beta.7",
|
||||
"eslint-plugin-typescript": "^0.9.0",
|
||||
"eslint-plugin-markdown": "^1.0.0-beta.8",
|
||||
"eslint-plugin-typescript": "^0.12.0",
|
||||
"express": "^4.16.2",
|
||||
"hint": "^3.4.0",
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"markdownlint-cli": "^0.7.0",
|
||||
"markdownlint-cli": "^0.13.0",
|
||||
"npm-link-check": "^2.0.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"nyc": "^11.4.1",
|
||||
"nyc": "^13.0.1",
|
||||
"on-headers": "^1.0.1",
|
||||
"rimraf": "^2.6.2",
|
||||
"hint": "^3.4.0",
|
||||
"typescript": "^2.6.2",
|
||||
"typescript-eslint-parser": "^14.0.0"
|
||||
"typescript": "^3.0.3",
|
||||
"typescript-eslint-parser": "^18.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/src",
|
||||
"npm-shrinkwrap.json"
|
||||
"dist/src"
|
||||
],
|
||||
"homepage": "https://webhint.io",
|
||||
"keywords": [
|
||||
"webhint",
|
||||
"webhint-hint",
|
||||
"jsll",
|
||||
"jsll-hint"
|
||||
"jsll-hint",
|
||||
"webhint",
|
||||
"webhint-hint"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/src/index.js",
|
||||
"name": "webhint-hint-jsll",
|
||||
"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": {
|
||||
"build": "npm run clean && npm-run-all build:*",
|
||||
"build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
|
||||
"build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
|
||||
"build:ts": "tsc",
|
||||
"clean": "rimraf dist",
|
||||
"hint": "node node_modules/hint/dist/src/bin/hint.js",
|
||||
"lint": "npm-run-all lint:*",
|
||||
"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path .eslintignore --report-unused-disable-directives",
|
||||
"lint:md": "markdownlint --ignore CHANGELOG.md *.md",
|
||||
|
@ -73,9 +75,7 @@
|
|||
"watch": "npm run build && npm-run-all --parallel -c watch:*",
|
||||
"watch:assets": "npm run build:assets -- -w --no-initial",
|
||||
"watch:test": "ava --watch",
|
||||
"watch:ts": "npm run build:ts -- --watch",
|
||||
"hint": "node node_modules/hint/dist/src/bin/hint.js"
|
||||
"watch:ts": "npm run build:ts -- --watch"
|
||||
},
|
||||
"repository": "Microsoft/webhint-hints-microsoft",
|
||||
"version": "2.0.0"
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче