8000 bump: Update all deps · rtfpessoa/diff2html@ad65e4f · GitHub
[go: up one dir, main page]

Skip to content

Commit ad65e4f

Browse files
committed
bump: Update all deps
1 parent 6b22e96 commit ad65e4f

File tree

4 files changed

+717
-722
lines changed

4 files changed

+717
-722
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ module.exports = {
3030
'plugin:jest/recommended',
3131
'plugin:jest/style',
3232
'prettier',
33-
'prettier/@typescript-eslint',
34-
'prettier/babel',
3533
],
3634
plugins: ['@typescript-eslint', 'json', 'promise', 'import', 'node', 'sonarjs', 'jest', 'optimize-regex'],
3735
rules: {

.husky/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_
1+
_

package.json

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -91,59 +91,59 @@
9191
},
9292
"devDependencies": {
9393
"@types/clipboard": "2.0.1",
94-
"@types/copy-webpack-plugin": "6.4.0",
94+
"@types/copy-webpack-plugin": "8.0.0",
9595
"@types/diff": "5.0.0",
9696
"@types/hogan.js": "3.0.0",
97-
"@types/jest": "26.0.20",
98-
"@types/mini-css-extract-plugin": "^1.2.2",
97+
"@types/jest": "26.0.23",
98+
"@types/mini-css-extract-plugin": "^1.4.3",
9999
"@types/mkdirp": "1.0.1",
100-
"@types/node": "14.14.31",
100+
"@types/node": "15.0.2",
101101
"@types/nopt": "3.0.29",
102-
"@typescript-eslint/eslint-plugin": "4.15.1",
103-
"@typescript-eslint/parser": "4.15.1",
104-
"autoprefixer": "10.2.4",
102+
"@typescript-eslint/eslint-plugin": "4.22.1",
103+
"@typescript-eslint/parser": "4.22.1",
104+
"autoprefixer": "10.2.5",
105105
"bulma": "^0.9.2",
106-
"clipboard": "2.0.6",
107-
"copy-webpack-plugin": "7.0.0",
108-
"css-loader": "5.0.2",
109-
"cssnano": "4.1.10",
110-
"eslint": "7.20.0",
111-
"eslint-config-prettier": "7.2.0",
106+
"clipboard": "2.0.8",
107+
"copy-webpack-plugin": "8.1.1",
108+
"css-loader": "5.2.4",
109+
"cssnano": "5.0.2",
110+
"eslint": "7.25.0",
111+
"eslint-config-prettier": "8.3.0",
112112
"eslint-plugin-import": "2.22.1",
113-
"eslint-plugin-jest": "24.1.5",
114-
"eslint-plugin-json": "2.1.2",
113+
"eslint-plugin-jest": "24.3.6",
114+
"eslint-plugin-json": "3.0.0",
115115
"eslint-plugin-node": "11.1.0",
116116
"eslint-plugin-optimize-regex": "1.2.0",
117-
"eslint-plugin-promise": "4.3.1",
118-
"eslint-plugin-sonarjs": "0.6.0",
117+
"eslint-plugin-promise": "5.1.0",
118+
"eslint-plugin-sonarjs": "0.7.0",
119119
"file-loader": "6.2.0",
120120
"handlebars": "4.7.7",
121121
"handlebars-loader": "1.7.1",
122-
"html-webpack-plugin": "5.2.0",
123-
"husky": "^5.0.9",
122+
"html-webpack-plugin": "5.3.1",
123+
"husky": "^6.0.0",
124124
"image-webpack-loader": "7.0.1",
125125
"is-ci-cli": "2.2.0",
126126
"jest": "26.6.3",
127-
"lint-staged": "10.5.4",
127+
"lint-staged": "11.0.0",
128128
"markdown-toc": "^1.2.0",
129-
"mini-css-extract-plugin": "1.3.8",
129+
"mini-css-extract-plugin": "1.6.0",
130130
"mkdirp": "1.0.4",
131131
"nopt": "5.0.0",
132-
"pinst": "^2.1.4",
133-
"postcss": "8.2.6",
132+
"pinst": "^2.1.6",
133+
"postcss": "8.2.14",
134134
"postcss-cli": "8.3.1",
135-
"postcss-import": "14.0.0",
136-
"postcss-loader": "5.0.0",
135+
"postcss-import": "14.0.1",
136+
"postcss-loader": "5.2.0",
137137
"postcss-preset-env": "6.7.0",
138138
"prettier": "2.2.1",
139-
"ts-jest": "26.5.1",
140-
"ts-loader": "8.0.17",
139+
"ts-jest": "26.5.6",
140+
"ts-loader": "9.1.2",
141141
"ts-node": "9.1.1",
142-
"typescript": "4.1.5",
142+
"typescript": "4.2.4",
143143
"url-loader": "4.1.1",
144-
"webpack": "5.23.0",
145-
"webpack-cli": "4.5.0",
146-
"whatwg-fetch": "3.6.1"
144+
"webpack": "5.36.2",
145+
"webpack-cli": "4.7.0",
146+
"whatwg-fetch": "3.6.2"
147147
},
148148
"resolutions": {
149149
"lodash": ">=4.17.20",
@@ -152,9 +152,7 @@
152152
"autolinker": ">=3.14.1",
153153
"bl": ">=2.2.1",
154154
"decompress": ">=4.2.1",
155-
"node-forge": ">=0.10.0",
156-
"@types/mini-css-extract-plugin/@types/webpack": "webpack/webpack#v5.23.0",
157-
"@types/copy-webpack-plugin/@types/webpack": "webpack/webpack#v5.23.0"
155+
"node-forge": ">=0.10.0"
158156
},
159157
"license": "MIT",
160158
"files": [

0 commit comments

Comments
 (0)
0