bump deps

This commit is contained in:
Rodrigo Fernandes 2023-08-06 19:16:10 +01:00
parent 611957e270
commit 657d48aac0
4 changed files with 2539 additions and 2219 deletions

View file

@ -253,7 +253,7 @@ document.addEventListener('DOMContentLoaded', () => {
#### Example with plain HTML+CSS+JS #### Example with plain HTML+CSS+JS
```html ```html
<!DOCTYPE html> <!doctype html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
@ -453,7 +453,7 @@ export class AppDiffComponent implements OnInit {
- HTML - HTML
```html ```html
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<title>diff2html</title> <title>diff2html</title>

View file

@ -85,60 +85,59 @@
"hogan.js": "3.0.2" "hogan.js": "3.0.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"highlight.js": "11.6.0" "highlight.js": "11.8.0"
}, },
"devDependencies": { "devDependencies": {
"@types/diff": "5.0.2", "@types/diff": "5.0.3",
"@types/hogan.js": "3.0.1", "@types/hogan.js": "3.0.1",
"@types/jest": "29.2.0", "@types/jest": "29.5.3",
"@types/mkdirp": "1.0.2", "@types/node": "20.4.8",
"@types/node": "18.11.3",
"@types/nopt": "3.0.29", "@types/nopt": "3.0.29",
"@typescript-eslint/eslint-plugin": "5.40.1", "@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "5.40.1", "@typescript-eslint/parser": "6.2.1",
"all-contributors-cli": "^6.24.0", "all-contributors-cli": "^6.24.0",
"autoprefixer": "10.4.12", "autoprefixer": "10.4.14",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"clipboard": "2.0.11", "clipboard": "2.0.11",
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1", "css-loader": "6.8.1",
"cssnano": "5.1.13", "cssnano": "6.0.1",
"eslint": "8.26.0", "eslint": "8.46.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.28.0",
"eslint-plugin-jest": "27.1.3", "eslint-plugin-jest": "27.2.3",
"eslint-plugin-json": "3.1.0", "eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-optimize-regex": "1.2.1", "eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.16.0", "eslint-plugin-sonarjs": "0.20.0",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"handlebars": "4.7.7", "handlebars": "4.7.8",
"handlebars-loader": "1.7.2", "handlebars-loader": "1.7.3",
"html-webpack-plugin": "5.5.0", "html-webpack-plugin": "5.5.3",
"husky": "^8.0.1", "husky": "^8.0.1",
"image-webpack-loader": "8.1.0", "image-webpack-loader": "8.1.0",
"is-ci-cli": "2.2.0", "is-ci-cli": "2.2.0",
"jest": "29.2.1", "jest": "29.6.2",
"lint-staged": "13.0.3", "lint-staged": "13.2.3",
"markdown-toc": "^1.2.0", "markdown-toc": "^1.2.0",
"mini-css-extract-plugin": "2.6.1", "mini-css-extract-plugin": "2.7.6",
"mkdirp": "1.0.4", "mkdirp": "3.0.1",
"nopt": "6.0.0", "nopt": "7.2.0",
"postcss": "8.4.18", "postcss": "8.4.27",
"postcss-cli": "10.0.0", "postcss-cli": "10.1.0",
"postcss-import": "15.0.0", "postcss-import": "15.1.0",
"postcss-loader": "7.0.1", "postcss-loader": "7.3.3",
"postcss-preset-env": "7.8.2", "postcss-preset-env": "9.1.1",
"prettier": "2.7.1", "prettier": "3.0.1",
"ts-jest": "29.0.3", "ts-jest": "29.1.1",
"ts-loader": "9.4.1", "ts-loader": "9.4.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "4.8.4", "typescript": "5.1.6",
"url-loader": "4.1.1", "url-loader": "4.1.1",
"webpack": "5.76.0", "webpack": "5.88.2",
"webpack-cli": "4.10.0", "webpack-cli": "5.1.4",
"whatwg-fetch": "3.6.2" "whatwg-fetch": "3.6.17"
}, },
"resolutions": { "resolutions": {
"lodash": ">=4.17.20", "lodash": ">=4.17.20",

View file

@ -8,7 +8,11 @@
} }
.hero-booticon { .hero-booticon {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-family:
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
margin: 0 auto 30px; margin: 0 auto 30px;
width: 100%; width: 100%;
font-size: 8vw; font-size: 8vw;

4679
yarn.lock

File diff suppressed because it is too large Load diff