Merge pull request #254 from rtfpessoa/bump

bump: Update dependencies
This commit is contained in:
Rodrigo Fernandes 2019-12-22 21:28:32 +00:00 committed by GitHub
commit a4c43bd6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 371 additions and 324 deletions

View file

@ -55,10 +55,15 @@ jobs:
- image: node:11 - image: node:11
build-node_12: build-node_12:
<<: *latest-build <<: *common-build
docker: docker:
- image: node:12 - image: node:12
build-node_13:
<<: *latest-build
docker:
- image: node:13
deploy: deploy:
machine: machine:
enabled: true enabled: true
@ -75,13 +80,13 @@ workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- build-node_8
- build-node_10 - build-node_10
- build-node_11 - build-node_11
- build-node_12 - build-node_12
- build-node_13
- deploy: - deploy:
requires: requires:
- build-node_12 - build-node_13
filters: filters:
branches: branches:
only: master only: master

View file

@ -6,10 +6,10 @@ module.exports = {
coverageReporters: ["lcov", "text", "html"], coverageReporters: ["lcov", "text", "html"],
coverageThreshold: { coverageThreshold: {
global: { global: {
statements: 90, statements: 94,
branches: 85, branches: 85,
functions: 90, functions: 98,
lines: 90 lines: 93
} }
} }
}; };

View file

@ -32,7 +32,7 @@
"url": "https://www.github.com/rtfpessoa/diff2html/issues" "url": "https://www.github.com/rtfpessoa/diff2html/issues"
}, },
"engines": { "engines": {
"node": "8.* || >=10" "node": ">=10.13"
}, },
"scripts": { "scripts": {
"lint": "eslint '*/**/*.{js,jsx,ts,tsx}'", "lint": "eslint '*/**/*.{js,jsx,ts,tsx}'",
@ -59,7 +59,7 @@
"hogan.js": "3.0.2" "hogan.js": "3.0.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"highlight.js": "9.16.2" "highlight.js": "9.17.1"
}, },
"devDependencies": { "devDependencies": {
"@types/autoprefixer": "9.6.1", "@types/autoprefixer": "9.6.1",
@ -69,38 +69,38 @@
"@types/highlight.js": "9.12.3", "@types/highlight.js": "9.12.3",
"@types/hogan.js": "3.0.0", "@types/hogan.js": "3.0.0",
"@types/html-webpack-plugin": "3.2.1", "@types/html-webpack-plugin": "3.2.1",
"@types/jest": "24.0.23", "@types/jest": "24.0.24",
"@types/mini-css-extract-plugin": "0.8.0", "@types/mini-css-extract-plugin": "0.8.0",
"@types/mkdirp": "0.5.2", "@types/mkdirp": "0.5.2",
"@types/node": "12.12.12", "@types/node": "12.12.21",
"@types/nopt": "3.0.29", "@types/nopt": "3.0.29",
"@types/webpack": "4.41.0", "@types/webpack": "4.41.0",
"@typescript-eslint/eslint-plugin": "2.8.0", "@typescript-eslint/eslint-plugin": "2.12.0",
"@typescript-eslint/parser": "2.8.0", "@typescript-eslint/parser": "2.12.0",
"autoprefixer": "9.7.2", "autoprefixer": "9.7.3",
"bootstrap": "3.4.1", "bootstrap": "3.4.1",
"clipboard": "2.0.4", "clipboard": "2.0.4",
"codacy-coverage": "3.4.0", "codacy-coverage": "3.4.0",
"copy-webpack-plugin": "5.0.5", "copy-webpack-plugin": "5.1.1",
"css-loader": "3.2.0", "css-loader": "3.4.0",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"eslint": "6.7.0", "eslint": "6.8.0",
"eslint-config-prettier": "6.7.0", "eslint-config-prettier": "6.7.0",
"eslint-config-standard": "14.1.0", "eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2", "eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "23.0.4", "eslint-plugin-jest": "23.1.1",
"eslint-plugin-node": "10.0.0", "eslint-plugin-node": "10.0.0",
"eslint-plugin-prettier": "3.1.1", "eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1", "eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1", "eslint-plugin-standard": "4.0.1",
"fast-html-parser": "1.0.1", "fast-html-parser": "1.0.1",
"file-loader": "4.3.0", "file-loader": "5.0.2",
"handlebars": "4.5.3", "handlebars": "4.5.3",
"handlebars-loader": "1.7.1", "handlebars-loader": "1.7.1",
"html-webpack-plugin": "3.2.0", "html-webpack-plugin": "3.2.0",
"image-webpack-loader": "6.0.0", "image-webpack-loader": "6.0.0",
"jest": "24.9.0", "jest": "24.9.0",
"mini-css-extract-plugin": "0.8.0", "mini-css-extract-plugin": "0.9.0",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"nopt": "4.0.1", "nopt": "4.0.1",
"postcss-cli": "6.1.3", "postcss-cli": "6.1.3",
@ -109,15 +109,15 @@
"postcss-normalize": "8.0.1", "postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0", "postcss-preset-env": "6.7.0",
"prettier": "1.19.1", "prettier": "1.19.1",
"style-loader": "1.0.0", "style-loader": "1.1.1",
"ts-jest": "24.2.0", "ts-jest": "24.2.0",
"ts-loader": "6.2.1", "ts-loader": "6.2.1",
"ts-node": "8.5.2", "ts-node": "8.5.4",
"typescript": "3.7.2", "typescript": "3.7.4",
"url-loader": "2.3.0", "url-loader": "3.0.0",
"webpack": "4.41.2", "webpack": "4.41.4",
"webpack-cli": "3.3.10", "webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0", "webpack-dev-server": "3.10.1",
"whatwg-fetch": "3.0.0" "whatwg-fetch": "3.0.0"
}, },
"resolutions": { "resolutions": {

636
yarn.lock

File diff suppressed because it is too large Load diff