Skip to content

Commit a2c1576

Browse files
authored
Merge pull request #15 from principalstudio:Applelo/issue14
Update dependancies
2 parents c031de8 + 2613118 commit a2c1576

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"homepage": "https://github.com/principalstudio/html-webpack-inject-preload#readme",
3333
"devDependencies": {
3434
"@types/jest": "^26.0.20",
35-
"@types/node": "^14.14.22",
36-
"@typescript-eslint/parser": "^4.14.0",
37-
"css-loader": "^5.0.1",
38-
"eslint": "^7.18.0",
35+
"@types/node": "^14.14.25",
36+
"@typescript-eslint/parser": "^4.15.0",
37+
"css-loader": "^5.0.2",
38+
"eslint": "^7.19.0",
3939
"file-loader": "^6.2.0",
40-
"html-webpack-plugin": "5.0.0-beta.6",
40+
"html-webpack-plugin": "5.0.0",
4141
"jest": "^26.6.3",
42-
"mini-css-extract-plugin": "^1.3.4",
42+
"mini-css-extract-plugin": "^1.3.6",
4343
"prettier": "^2.2.1",
44-
"ts-jest": "^26.4.4",
44+
"ts-jest": "^26.5.0",
4545
"typescript": "^4.1.3",
4646
"url-loader": "^4.1.1",
47-
"webpack": "^5.17.0"
47+
"webpack": "^5.21.2"
4848
},
4949
"peerDependencies": {
50-
"webpack": "4.0.0 || 5.0.0",
51-
"html-webpack-plugin": "4.0.0 || 5.0.0"
50+
"webpack": "^4.0.0 || ^5.0.0",
51+
"html-webpack-plugin": "^4.0.0 || ^5.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)