webpack-dev-server 3.9.0 → 3.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webpack-dev-server",
3
- "version": "3.9.0",
3
+ "version": "3.10.3",
4
4
  "description": "Serves a webpack app. Updates the browser on changes.",
5
5
  "bin": "bin/webpack-dev-server.js",
6
6
  "main": "lib/Server.js",
@@ -51,7 +51,7 @@
51
51
  "ip": "^1.1.5",
52
52
  "is-absolute-url": "^3.0.3",
53
53
  "killable": "^1.0.1",
54
- "loglevel": "^1.6.4",
54
+ "loglevel": "^1.6.6",
55
55
  "opn": "^5.5.0",
56
56
  "p-retry": "^3.0.1",
57
57
  "portfinder": "^1.0.25",
@@ -71,50 +71,55 @@
71
71
  "yargs": "12.0.5"
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/cli": "^7.6.4",
75
- "@babel/core": "^7.6.4",
76
- "@babel/plugin-transform-runtime": "^7.6.2",
77
- "@babel/preset-env": "^7.6.3",
78
- "@babel/runtime": "^7.6.3",
79
- "@commitlint/cli": "^8.2.0",
80
- "@commitlint/config-conventional": "^8.2.0",
74
+ "@babel/cli": "^7.8.4",
75
+ "@babel/core": "^7.8.4",
76
+ "@babel/plugin-transform-runtime": "^7.8.3",
77
+ "@babel/preset-env": "^7.8.4",
78
+ "@babel/runtime": "^7.8.4",
79
+ "@commitlint/cli": "^8.3.5",
80
+ "@commitlint/config-conventional": "^8.3.4",
81
81
  "babel-loader": "^8.0.6",
82
82
  "body-parser": "^1.19.0",
83
- "commitlint-azure-pipelines-cli": "^1.0.2",
84
- "copy-webpack-plugin": "^5.0.4",
83
+ "commitlint-azure-pipelines-cli": "^1.0.3",
84
+ "copy-webpack-plugin": "^5.1.1",
85
85
  "css-loader": "^2.1.1",
86
- "eslint": "^6.5.1",
87
- "eslint-config-prettier": "^6.4.0",
86
+ "eslint": "^6.8.0",
87
+ "eslint-config-prettier": "^6.10.0",
88
88
  "eslint-config-webpack": "^1.2.5",
89
- "eslint-plugin-import": "^2.18.2",
89
+ "eslint-plugin-import": "^2.20.1",
90
90
  "execa": "^1.0.0",
91
- "file-loader": "^3.0.1",
91
+ "file-loader": "^5.0.2",
92
92
  "html-loader": "^0.5.5",
93
93
  "html-webpack-plugin": "^3.2.0",
94
- "husky": "^3.0.9",
94
+ "husky": "^3.1.0",
95
95
  "jest": "^24.9.0",
96
- "jest-junit": "^8.0.0",
96
+ "jest-junit": "^10.0.0",
97
97
  "jquery": "^3.4.1",
98
98
  "less": "^3.10.3",
99
99
  "less-loader": "^5.0.0",
100
- "lint-staged": "^9.4.2",
101
- "marked": "^0.7.0",
102
- "memfs": "^2.15.5",
100
+ "lint-staged": "^10.0.7",
101
+ "marked": "^0.8.0",
102
+ "memfs": "^3.0.4",
103
103
  "npm-run-all": "^4.1.5",
104
- "prettier": "^1.18.2",
104
+ "prettier": "^1.19.1",
105
105
  "puppeteer": "^1.20.0",
106
- "rimraf": "^3.0.0",
107
- "standard-version": "^7.0.0",
108
- "style-loader": "^1.0.0",
106
+ "rimraf": "^3.0.1",
107
+ "standard-version": "^7.1.0",
108
+ "style-loader": "^1.1.3",
109
109
  "supertest": "^4.0.2",
110
110
  "tcp-port-used": "^1.0.1",
111
- "typescript": "^3.6.4",
112
- "url-loader": "^1.1.2",
113
- "webpack": "^4.41.2",
114
- "webpack-cli": "^3.3.9"
111
+ "typescript": "^3.7.5",
112
+ "url-loader": "^3.0.0",
113
+ "webpack": "^4.41.5",
114
+ "webpack-cli": "^3.3.10"
115
115
  },
116
116
  "peerDependencies": {
117
- "webpack": "^4.0.0"
117
+ "webpack": "^4.0.0 || ^5.0.0"
118
+ },
119
+ "peerDependenciesMeta": {
120
+ "webpack-cli": {
121
+ "optional": true
122
+ }
118
123
  },
119
124
  "author": "Tobias Koppers @sokra",
120
125
  "bugs": "https://github.com/webpack/webpack-dev-server/issues",