|
1 | 1 | { |
2 | 2 | "name": "webpack-dev-middleware", |
3 | | - "version": "4.3.0", |
| 3 | + "version": "5.0.0", |
4 | 4 | "description": "A development middleware for webpack", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": "webpack/webpack-dev-middleware", |
|
13 | 13 | "url": "https://opencollective.com/webpack" |
14 | 14 | }, |
15 | 15 | "engines": { |
16 | | - "node": ">= v10.23.3" |
| 16 | + "node": ">= 12.13.0" |
17 | 17 | }, |
18 | 18 | "scripts": { |
19 | 19 | "commitlint": "commitlint --from=master", |
20 | | - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", |
| 20 | + "fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", |
21 | 21 | "lint:js": "eslint --cache src test", |
22 | | - "lint": "npm-run-all -l -p \"lint:**\"", |
23 | | - "fix:prettier": "npm run lint:prettier -- --write", |
| 22 | + "lint": "npm-run-all lint:js fmt:check", |
| 23 | + "fmt": "npm run fmt:check -- --write", |
24 | 24 | "fix:js": "npm run lint:js -- --fix", |
25 | | - "fix": "npm-run-all fix:js fix:prettier", |
| 25 | + "fix": "npm-run-all fix:js fmt", |
26 | 26 | "prepare": "husky install && npm run build", |
27 | 27 | "build": "del dist && babel src -d dist --copy-files", |
28 | 28 | "release": "standard-version", |
|
43 | 43 | "colorette": "^1.2.2", |
44 | 44 | "mem": "^8.1.1", |
45 | 45 | "memfs": "^3.2.2", |
46 | | - "mime-types": "^2.1.30", |
| 46 | + "mime-types": "^2.1.31", |
47 | 47 | "range-parser": "^1.2.1", |
48 | 48 | "schema-utils": "^3.0.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "@babel/cli": "^7.14.3", |
52 | 52 | "@babel/core": "^7.14.3", |
53 | | - "@babel/preset-env": "^7.14.2", |
| 53 | + "@babel/preset-env": "^7.14.4", |
54 | 54 | "@commitlint/cli": "^12.1.4", |
55 | 55 | "@commitlint/config-conventional": "^12.1.4", |
56 | 56 | "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
57 | | - "babel-jest": "^26.6.3", |
| 57 | + "babel-jest": "^27.0.2", |
58 | 58 | "chokidar": "^3.5.1", |
59 | 59 | "connect": "^3.7.0", |
60 | 60 | "cross-env": "^7.0.3", |
|
63 | 63 | "del-cli": "^3.0.1", |
64 | 64 | "eslint": "^7.26.0", |
65 | 65 | "eslint-config-prettier": "^8.3.0", |
66 | | - "eslint-plugin-import": "^2.22.1", |
67 | | - "execa": "^5.0.0", |
| 66 | + "eslint-plugin-import": "^2.23.4", |
| 67 | + "execa": "^5.0.1", |
68 | 68 | "express": "^4.17.1", |
69 | 69 | "file-loader": "^6.2.0", |
70 | 70 | "husky": "^6.0.0", |
71 | | - "jest": "^26.6.3", |
| 71 | + "jest": "^27.0.3", |
72 | 72 | "lint-staged": "^11.0.0", |
73 | 73 | "npm-run-all": "^4.1.5", |
74 | 74 | "prettier": "^2.3.0", |
75 | 75 | "standard-version": "^9.3.0", |
76 | 76 | "strip-ansi": "^6.0.0", |
77 | 77 | "supertest": "^6.1.3", |
78 | | - "webpack": "^5.37.0" |
| 78 | + "webpack": "^5.38.1" |
79 | 79 | }, |
80 | 80 | "keywords": [ |
81 | 81 | "webpack", |
|
0 commit comments