Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Mar 8, 2021
1 parent f22bc25 commit 5f12366
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@principalstudio/html-webpack-inject-preload",
"version": "1.2.6",
"version": "1.2.7",
"description": "A HTML Webpack plugin for injecting <link rel='preload'>",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down Expand Up @@ -32,22 +32,22 @@
"homepage": "https://github.com/principalstudio/html-webpack-inject-preload#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/parser": "^4.15.2",
"css-loader": "^5.1.0",
"eslint": "^7.20.0",
"@types/node": "^14.14.32",
"@typescript-eslint/parser": "^4.16.1",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.2.0",
"html-webpack-plugin": "5.3.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.9",
"prettier": "^2.2.1",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.24.2"
"webpack": "^5.24.4"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0",
"html-webpack-plugin": "^4.0.0 || ^5.0.0"
"html-webpack-plugin": "^4.0.0 || ^5.0.0",
"webpack": "^4.0.0 || ^5.0.0"
}
}

0 comments on commit 5f12366

Please sign in to comment.