|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
3 |
| - "@hint/formatter-html": "^4.1.9", |
4 |
| - "algoliasearch": "^3.34.0", |
5 |
| - "applicationinsights": "^1.4.2", |
| 3 | + "@hint/formatter-html": "^4.1.12", |
| 4 | + "@hint/utils-i18n": "^1.0.0", |
| 5 | + "algoliasearch": "^3.35.1", |
| 6 | + "applicationinsights": "^1.6.0", |
6 | 7 | "body-parser": "^1.19.0",
|
7 | 8 | "ejs": "^3.0.1",
|
8 | 9 | "express": "^4.17.1",
|
9 | 10 | "globby": "^10.0.1",
|
10 |
| - "highlight.js": "^9.15.10", |
11 |
| - "hint": "^5.3.3", |
| 11 | + "highlight.js": "^9.16.2", |
| 12 | + "hint": "^6.0.2", |
12 | 13 | "js-yaml": "^3.13.1",
|
13 | 14 | "lodash": "^4.17.15",
|
14 | 15 | "moment": "^2.24.0",
|
|
18 | 19 | },
|
19 | 20 | "devDependencies": {
|
20 | 21 | "@hint/artwork": "^2.2.1",
|
21 |
| - "@hint/configuration-all": "^1.0.5", |
22 |
| - "cross-env": "^6.0.0", |
23 |
| - "eslint": "^6.4.0", |
| 22 | + "@hint/configuration-all": "^2.0.2", |
| 23 | + "cross-env": "^6.0.3", |
| 24 | + "eslint": "^6.7.2", |
24 | 25 | "gulp": "^4.0.2",
|
25 | 26 | "gulp-brotli": "^2.0.2",
|
26 |
| - "gulp-changed": "^4.0.1", |
| 27 | + "gulp-changed": "^4.0.2", |
27 | 28 | "gulp-clean-css": "^4.2.0",
|
28 | 29 | "gulp-cli": "^2.2.0",
|
29 | 30 | "gulp-concat": "^2.6.1",
|
|
32 | 33 | "gulp-flatten": "^0.4.0",
|
33 | 34 | "gulp-htmlmin": "^5.0.0",
|
34 | 35 | "gulp-if": "^3.0.0",
|
35 |
| - "gulp-imagemin": "^6.1.0", |
| 36 | + "gulp-imagemin": "^6.2.0", |
36 | 37 | "gulp-load-plugins": "^2.0.1",
|
37 | 38 | "gulp-rev": "^9.0.0",
|
38 | 39 | "gulp-rev-delete-original": "^0.2.3",
|
|
44 | 45 | "gulp-useref": "^4.0.0",
|
45 | 46 | "gulp-zopfli-node": "^1.0.0",
|
46 | 47 | "hexo": "^4.0.0",
|
47 |
| - "hexo-cli": "^3.0.0", |
| 48 | + "hexo-cli": "^3.1.0", |
48 | 49 | "hexo-generator-index": "^1.0.0",
|
49 | 50 | "hexo-generator-sitemap": "^2.0.0",
|
50 | 51 | "hexo-generator-tag": "^1.0.0",
|
51 | 52 | "hexo-renderer-handlebars": "^2.0.2",
|
52 | 53 | "hexo-server": "^1.0.0",
|
53 |
| - "hexo-util": "^1.2.0", |
| 54 | + "hexo-util": "^1.6.1", |
54 | 55 | "json2yaml": "^1.1.0",
|
55 | 56 | "markdownlint-cli": "^0.19.0",
|
56 | 57 | "marked": "^0.7.0",
|
|
64 | 65 | "shelljs": "^0.8.3",
|
65 | 66 | "stylelint": "^12.0.0",
|
66 | 67 | "sw-precache": "^5.2.1",
|
67 |
| - "typescript": "^3.6.3", |
68 | 68 | "uslug": "^1.0.4"
|
69 | 69 | },
|
70 | 70 | "engines": {
|
|
90 | 90 | "start": "node src/server/index.js",
|
91 | 91 | "watch": "gulp watch",
|
92 | 92 | "test": "npm run lint && npm run build",
|
93 |
| - "test-local": "hint http://localhost:8080 --tracking=off", |
94 |
| - "test-staging": "npx hint https://sonarwhal-staging.azurewebsites.net --tracking=on", |
| 93 | + "test-local": "hint http://localhost:8080 --telemetry=off", |
| 94 | + "test-staging": "npx hint https://sonarwhal-staging.azurewebsites.net --telemetry=on", |
95 | 95 | "update-site": "node helpers/update-site.js",
|
96 | 96 | "postinstall": "node helpers/postinstall.js"
|
97 | 97 | }
|
|
0 commit comments