|
16 | 16 | "commit": "git-cz", |
17 | 17 | "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", |
18 | 18 | "prepublishOnly": "yarn compile", |
19 | | - "prepublish": "pinst --disable", |
20 | | - "postpublish": "pinst --enable", |
21 | | - "postinstall": "husky install" |
| 19 | + "prepare": "husky install" |
22 | 20 | }, |
23 | 21 | "bin": { |
24 | 22 | "typescript-node-scripts": "./bin/typescript-node-scripts.js" |
|
29 | 27 | "license": "MIT", |
30 | 28 | "dependencies": { |
31 | 29 | "@babel/code-frame": "7.12.13", |
32 | | - "@babel/core": "7.13.14", |
33 | | - "@babel/preset-env": "7.13.12", |
34 | | - "@typescript-eslint/eslint-plugin": "4.20.0", |
35 | | - "@typescript-eslint/parser": "4.20.0", |
| 30 | + "@babel/core": "7.13.16", |
| 31 | + "@babel/preset-env": "7.13.15", |
| 32 | + "@typescript-eslint/eslint-plugin": "4.22.0", |
| 33 | + "@typescript-eslint/parser": "4.22.0", |
36 | 34 | "babel-core": "7.0.0-bridge.0", |
37 | 35 | "babel-eslint": "10.1.0", |
38 | 36 | "babel-jest": "26.6.3", |
39 | 37 | "babel-loader": "8.2.2", |
40 | 38 | "case-sensitive-paths-webpack-plugin": "2.4.0", |
41 | | - "chalk": "4.1.0", |
| 39 | + "chalk": "4.1.1", |
42 | 40 | "clean-webpack-plugin": "3.0.0", |
43 | | - "eslint": "7.23.0", |
| 41 | + "eslint": "7.24.0", |
44 | 42 | "eslint-plugin-import": "2.22.1", |
45 | | - "eslint-webpack-plugin": "2.5.3", |
46 | | - "filesize": "6.1.0", |
47 | | - "fork-ts-checker-webpack-plugin": "6.2.0", |
| 43 | + "eslint-webpack-plugin": "2.5.4", |
| 44 | + "filesize": "6.3.0", |
| 45 | + "fork-ts-checker-webpack-plugin": "6.2.4", |
48 | 46 | "fs-extra": "9.1.0", |
49 | 47 | "jest": "26.6.3", |
50 | 48 | "pstree.remy": "1.1.8", |
51 | | - "strip-ansi": "6.0.0", |
| 49 | + "strip-ansi": "7.0.0", |
52 | 50 | "text-table": "0.2.0", |
53 | | - "ts-jest": "26.5.4", |
54 | | - "ts-loader": "8.1.0", |
| 51 | + "ts-jest": "26.5.5", |
| 52 | + "ts-loader": "9.1.0", |
55 | 53 | "tsconfig-paths-webpack-plugin": "3.5.1", |
56 | | - "tslib": "^2.1.0", |
57 | | - "webpack": "5.28.0", |
| 54 | + "tslib": "^2.2.0", |
| 55 | + "webpack": "5.35.0", |
58 | 56 | "webpack-merge": "5.7.3", |
59 | | - "webpack-node-externals": "2.5.2" |
| 57 | + "webpack-node-externals": "3.0.0" |
60 | 58 | }, |
61 | 59 | "devDependencies": { |
62 | | - "@commitlint/cli": "^11.0.0", |
63 | | - "@commitlint/config-conventional": "^11.0.0", |
| 60 | + "@commitlint/cli": "^12.1.1", |
| 61 | + "@commitlint/config-conventional": "^12.1.1", |
64 | 62 | "@types/babel-code-frame": "^6.20.4", |
65 | 63 | "@types/case-sensitive-paths-webpack-plugin": "^2.1.5", |
66 | | - "@types/eslint": "^7.2.8", |
67 | | - "@types/fs-extra": "^9.0.9", |
| 64 | + "@types/eslint": "^7.2.10", |
| 65 | + "@types/fs-extra": "^9.0.11", |
68 | 66 | "@types/jest": "^26.0.22", |
69 | | - "@types/node": "^14.14.9", |
| 67 | + "@types/node": "^14.14.41", |
70 | 68 | "@types/text-table": "^0.2.1", |
71 | 69 | "@types/webpack-merge": "^5.0.0", |
72 | 70 | "@types/webpack-node-externals": "^2.5.1", |
73 | | - "commitizen": "^4.2.2", |
| 71 | + "commitizen": "^4.2.3", |
74 | 72 | "conventional-changelog-cli": "^2.1.1", |
75 | 73 | "cz-conventional-changelog": "^3.3.0", |
76 | | - "eslint-config-prettier": "^8.1.0", |
77 | | - "eslint-plugin-prettier": "^3.3.1", |
78 | | - "husky": "^5.0.1", |
79 | | - "lint-staged": "^10.5.1", |
80 | | - "pinst": "^2.1.1", |
| 74 | + "eslint-config-prettier": "^8.2.0", |
| 75 | + "eslint-plugin-prettier": "^3.4.0", |
| 76 | + "husky": "^6.0.0", |
| 77 | + "lint-staged": "^10.5.4", |
81 | 78 | "prettier": "^2.2.1", |
82 | | - "typescript": "4.2.3" |
| 79 | + "typescript": "4.2.4" |
83 | 80 | }, |
84 | 81 | "peerDependencies": { |
85 | 82 | "typescript": ">=3.3.1 <4.3.0" |
86 | 83 | }, |
87 | 84 | "engines": { |
88 | | - "node": ">=10.12.0" |
| 85 | + "node": ">=12" |
89 | 86 | }, |
90 | 87 | "lint-staged": { |
91 | 88 | "*.ts": "prettier --write" |
|
0 commit comments