Skip to content

Commit 3be8155

Browse files
authored
Merge pull request #295 from rtfpessoa/updates
Updates
2 parents 78f5c78 + 499c67f commit 3be8155

File tree

4 files changed

+701
-415
lines changed

4 files changed

+701
-415
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@
236236
"security",
237237
"maintenance"
238238
]
239+
},
240+
{
241+
"login": "JoshuaKGoldberg",
242+
"name": "Josh Goldberg",
243+
"avatar_url": "https://avatars1.githubusercontent.com/u/3335181?v=4",
244+
"profile": "http://www.joshuakgoldberg.com",
245+
"contributions": [
246+
"code"
247+
]
239248
}
240249
],
241250
"contributorsPerLine": 7

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
424424
<td align="center"><a href="https://github.com/extend1994"><img src="https://avatars2.githubusercontent.com/u/13430892?v=4" width="100px;" alt=""/><br /><sub><b>Ann</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/commits?author=extend1994" title="Documentation">📖</a></td>
425425
<td align="center"><a href="https://github.com/escitalopram"><img src="https://avatars0.githubusercontent.com/u/1155220?v=4" width="100px;" alt=""/><br /><sub><b>escitalopram</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/issues?q=author%3Aescitalopram" title="Bug reports">🐛</a> <a href="https://github.com/rtfpessoa/diff2html/commits?author=escitalopram" title="Code">💻</a></td>
426426
<td align="center"><a href="https://github.com/apps/dependabot"><img src="https://avatars0.githubusercontent.com/in/29110?v=4" width="100px;" alt=""/><br /><sub><b>dependabot[bot]</b></sub></a><br /><a href="#security-dependabot[bot]" title="Security">🛡️</a> <a href="#maintenance-dependabot[bot]" title="Maintenance">🚧</a></td>
427+
<td align="center"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars1.githubusercontent.com/u/3335181?v=4" width="100px;" alt=""/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/rtfpessoa/diff2html/commits?author=JoshuaKGoldberg" title="Code">💻</a></td>
427428
</tr>
428429
</table>
429430

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
]
8282
},
8383
"dependencies": {
84-
"diff": "4.0.1",
84+
"diff": "4.0.2",
8585
"hogan.js": "3.0.2"
8686
},
8787
"optionalDependencies": {
@@ -94,35 +94,35 @@
9494
"@types/highlight.js": "9.12.3",
9595
"@types/hogan.js": "3.0.0",
9696
"@types/html-webpack-plugin": "3.2.1",
97-
"@types/jest": "24.0.25",
97+
"@types/jest": "24.9.0",
9898
"@types/mini-css-extract-plugin": "0.9.0",
9999
"@types/mkdirp": "0.5.2",
100-
"@types/node": "13.1.4",
100+
"@types/node": "13.1.8",
101101
"@types/nopt": "3.0.29",
102-
"@types/webpack": "4.41.1",
103-
"@typescript-eslint/eslint-plugin": "2.14.0",
104-
"@typescript-eslint/parser": "2.14.0",
105-
"autoprefixer": "9.7.3",
102+
"@types/webpack": "4.41.2",
103+
"@typescript-eslint/eslint-plugin": "2.16.0",
104+
"@typescript-eslint/parser": "2.16.0",
105+
"autoprefixer": "9.7.4",
106106
"bulma": "^0.8.0",
107107
"clipboard": "2.0.4",
108108
"codacy-coverage": "3.4.0",
109109
"copy-webpack-plugin": "5.1.1",
110-
"css-loader": "3.4.1",
110+
"css-loader": "3.4.2",
111111
"cssnano": "4.1.10",
112112
"eslint": "6.8.0",
113113
"eslint-config-prettier": "6.9.0",
114-
"eslint-plugin-import": "2.19.1",
115-
"eslint-plugin-jest": "23.3.0",
114+
"eslint-plugin-import": "2.20.0",
115+
"eslint-plugin-jest": "23.6.0",
116116
"eslint-plugin-json": "2.0.1",
117117
"eslint-plugin-node": "11.0.0",
118118
"eslint-plugin-optimize-regex": "1.1.7",
119119
"eslint-plugin-promise": "4.2.1",
120120
"eslint-plugin-sonarjs": "0.5.0",
121121
"file-loader": "5.0.2",
122-
"handlebars": "4.5.3",
122+
"handlebars": "4.7.2",
123123
"handlebars-loader": "1.7.1",
124124
"html-webpack-plugin": "3.2.0",
125-
"husky": "3.1.0",
125+
"husky": "4.0.10",
126126
"image-webpack-loader": "6.0.0",
127127
"is-ci-cli": "2.0.0",
128128
"jest": "24.9.0",
@@ -131,15 +131,15 @@
131131
"mkdirp": "0.5.1",
132132
"nopt": "4.0.1",
133133
"postcss": "7.0.26",
134-
"postcss-cli": "6.1.3",
134+
"postcss-cli": "7.1.0",
135135
"postcss-import": "12.0.1",
136136
"postcss-loader": "3.0.0",
137137
"postcss-preset-env": "6.7.0",
138138
"prettier": "1.19.1",
139-
"ts-jest": "24.2.0",
139+
"ts-jest": "24.3.0",
140140
"ts-loader": "6.2.1",
141-
"ts-node": "8.5.4",
142-
"typescript": "3.7.4",
141+
"ts-node": "8.6.2",
142+
"typescript": "3.7.5",
143143
"url-loader": "3.0.0",
144144
"webpack": "4.41.5",
145145
"webpack-cli": "3.3.10",

0 commit comments

Comments
 (0)