Skip to content

Commit 8f1b7ec

Browse files
Update dependencies
├─ @typescript-eslint/eslint-plugin@2.19.2 ├─ @typescript-eslint/parser@2.19.2 ├─ html-webpack-plugin@4.0.0-beta.11 └─ eslint-plugin-import@2.20.1
1 parent 4a901f0 commit 8f1b7ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"html-webpack-alter-asset-plugin": "^1.0.0",
21-
"html-webpack-plugin": "^3.2.0",
21+
"html-webpack-plugin": "^4.0.0-beta.11",
2222
"require-safe": "^1.1.0",
2323
"webpack": "^4.41.5"
2424
},
2525
"devDependencies": {
26-
"@typescript-eslint/eslint-plugin": "^2.10.0",
27-
"@typescript-eslint/parser": "^2.10.0",
26+
"@typescript-eslint/eslint-plugin": "^2.19.2",
27+
"@typescript-eslint/parser": "^2.19.2",
2828
"babel-eslint": "10.0.3",
2929
"eslint": "^6.6.0",
3030
"eslint-loader": "3.0.3",
3131
"eslint-plugin-flowtype": "4.6.0",
32-
"eslint-plugin-import": "2.20.0",
32+
"eslint-plugin-import": "2.20.1",
3333
"typescript": "^3.7.5"
3434
}
3535
}

0 commit comments

Comments
 (0)