|
13 | 13 | },
|
14 | 14 | "main": "dist/cjs.js",
|
15 | 15 | "engines": {
|
16 |
| - "node": ">= 10.13.0" |
| 16 | + "node": ">= 12.13.0" |
17 | 17 | },
|
18 | 18 | "scripts": {
|
19 | 19 | "start": "npm run build -- -w",
|
|
30 | 30 | "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
|
31 | 31 | "pretest": "npm run lint",
|
32 | 32 | "test": "npm run test:coverage",
|
33 |
| - "prepare": "npm run build", |
34 |
| - "release": "standard-version", |
35 |
| - "defaults": "webpack-defaults" |
| 33 | + "prepare": "husky install && npm run build", |
| 34 | + "release": "standard-version" |
36 | 35 | },
|
37 | 36 | "files": [
|
38 | 37 | "dist"
|
|
41 | 40 | "webpack": "^5.0.0"
|
42 | 41 | },
|
43 | 42 | "devDependencies": {
|
44 |
| - "@babel/cli": "^7.12.10", |
45 |
| - "@babel/core": "^7.12.10", |
46 |
| - "@babel/preset-env": "^7.12.11", |
47 |
| - "@commitlint/cli": "^11.0.0", |
48 |
| - "@commitlint/config-conventional": "^11.0.0", |
49 |
| - "@webpack-contrib/defaults": "^6.3.0", |
| 43 | + "@babel/cli": "^7.14.3", |
| 44 | + "@babel/core": "^7.14.3", |
| 45 | + "@babel/preset-env": "^7.14.2", |
| 46 | + "@commitlint/cli": "^12.1.4", |
| 47 | + "@commitlint/config-conventional": "^12.1.4", |
50 | 48 | "@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
51 | 49 | "babel-jest": "^26.6.3",
|
52 | 50 | "babel-loader": "^8.2.2",
|
53 | 51 | "cross-env": "^7.0.3",
|
54 | 52 | "del": "^6.0.0",
|
55 | 53 | "del-cli": "^3.0.1",
|
56 |
| - "eslint": "^7.19.0", |
57 |
| - "eslint-config-prettier": "^7.2.0", |
58 |
| - "eslint-plugin-import": "^2.22.1", |
59 |
| - "husky": "^4.3.8", |
| 54 | + "eslint": "^7.26.0", |
| 55 | + "eslint-config-prettier": "^8.3.0", |
| 56 | + "eslint-plugin-import": "^2.23.2", |
| 57 | + "husky": "^6.0.0", |
60 | 58 | "jest": "^26.6.3",
|
61 |
| - "lint-staged": "^10.5.3", |
62 |
| - "memfs": "^3.2.0", |
| 59 | + "lint-staged": "^11.0.0", |
| 60 | + "memfs": "^3.2.2", |
63 | 61 | "npm-run-all": "^4.1.5",
|
64 |
| - "prettier": "^2.2.1", |
65 |
| - "react": "^17.0.1", |
| 62 | + "prettier": "^2.3.0", |
| 63 | + "react": "^17.0.2", |
66 | 64 | "rx": "^4.1.0",
|
67 |
| - "standard-version": "^9.1.0", |
68 |
| - "styled-components": "^5.2.1", |
69 |
| - "webpack": "^5.19.0" |
| 65 | + "standard-version": "^9.3.0", |
| 66 | + "styled-components": "^5.3.0", |
| 67 | + "webpack": "^5.37.1" |
70 | 68 | },
|
71 | 69 | "keywords": [
|
72 | 70 | "webpack"
|
|
0 commit comments