|
41 | 41 | "coverage": "jest --collectCoverage", |
42 | 42 | "coverage-html": "yarn run coverage && open ./coverage/index.html", |
43 | 43 | "codacy": "cat ./coverage/lcov.info | codacy-coverage", |
44 | | - "build": "rm -rf build; yarn run build-scripts && yarn run build-css && yarn run build-templates && yarn run build-library && yarn run build-browser-bundle && yarn run build-website", |
| 44 | + "build": "rm -rf build docs; yarn run build-scripts && yarn run build-css && yarn run build-templates && yarn run build-library && yarn run build-browser-bundle && yarn run build-website", |
45 | 45 | "build-scripts": "tsc -p tsconfig.scripts.json", |
46 | 46 | "build-css": "./scripts/build-css.sh", |
47 | 47 | "build-templates": "./scripts/build-templates.sh", |
|
57 | 57 | "fs": false |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "diff": "^4.0.1", |
61 | | - "hogan.js": "^3.0.2", |
62 | | - "merge": "^1.2.1", |
63 | | - "whatwg-fetch": "^3.0.0" |
| 60 | + "diff": "4.0.1", |
| 61 | + "hogan.js": "3.0.2" |
64 | 62 | }, |
65 | 63 | "devDependencies": { |
66 | | - "@types/hogan.js": "^3.0.0", |
| 64 | + "@types/diff": "4.0.2", |
| 65 | + "@types/highlight.js": "9.12.3", |
67 | 66 | "@types/jest": "24.0.18", |
68 | | - "@types/mkdirp": "^0.5.2", |
69 | | - "@types/node": "^12.7.2", |
70 | | - "@types/nopt": "^3.0.29", |
| 67 | + "@types/mkdirp": "0.5.2", |
| 68 | + "@types/node": "12.7.2", |
| 69 | + "@types/nopt": "3.0.29", |
71 | 70 | "@typescript-eslint/eslint-plugin": "2.0.0", |
72 | 71 | "@typescript-eslint/parser": "2.0.0", |
73 | | - "autoprefixer": "^9.6.0", |
74 | | - "browserify": "^16.5.0", |
75 | | - "clean-css-cli": "^4.3.0", |
76 | | - "codacy-coverage": "^3.4.0", |
| 72 | + "autoprefixer": "9.6.0", |
| 73 | + "browserify": "16.5.0", |
| 74 | + "clean-css-cli": "4.3.0", |
| 75 | + "codacy-coverage": "3.4.0", |
77 | 76 | "eslint": "6.2.2", |
78 | 77 | "eslint-config-prettier": "6.1.0", |
79 | 78 | "eslint-config-standard": "14.0.1", |
80 | 79 | "eslint-plugin-import": "2.18.2", |
81 | 80 | "eslint-plugin-jest": "22.15.2", |
82 | 81 | "eslint-plugin-node": "9.1.0", |
83 | 82 | "eslint-plugin-prettier": "3.1.0", |
84 | | - "eslint-plugin-promise": "^4.2.1", |
85 | | - "eslint-plugin-standard": "^4.0.1", |
86 | | - "fast-html-parser": "^1.0.1", |
| 83 | + "eslint-plugin-promise": "4.2.1", |
| 84 | + "eslint-plugin-standard": "4.0.1", |
| 85 | + "fast-html-parser": "1.0.1", |
| 86 | + "highlight.js": "9.15.10", |
87 | 87 | "jest": "24.9.0", |
88 | | - "mkdirp": "^0.5.1", |
89 | | - "nopt": "^4.0.1", |
90 | | - "postcss-cli": "^6.1.3", |
| 88 | + "mkdirp": "0.5.1", |
| 89 | + "nopt": "4.0.1", |
| 90 | + "postcss-cli": "6.1.3", |
91 | 91 | "prettier": "1.18.2", |
92 | | - "terser": "^4.3.8", |
93 | | - "ts-jest": "24.0.2", |
94 | | - "typescript": "^3.6.3" |
| 92 | + "terser": "4.3.8", |
| 93 | + "ts-jest": "24.1.0", |
| 94 | + "typescript": "3.6.4", |
| 95 | + "whatwg-fetch": "3.0.0" |
95 | 96 | }, |
96 | 97 | "resolutions": { |
97 | 98 | "lodash": "4.17.15" |
|
0 commit comments