|
52 | 52 | "author": "Vittorio Guerriero & Giulio Caprino", |
53 | 53 | "license": "MIT", |
54 | 54 | "devDependencies": { |
55 | | - "@commitlint/cli": "^11.0.0", |
56 | | - "@commitlint/config-angular": "^11.0.0", |
| 55 | + "@commitlint/cli": "^12.0.1", |
| 56 | + "@commitlint/config-angular": "^12.0.1", |
57 | 57 | "@semantic-release/changelog": "^5.0.1", |
58 | 58 | "@semantic-release/git": "^9.0.0", |
59 | 59 | "@semantic-release/github": "^7.2.0", |
60 | | - "@types/jasmine": "^3.6.2", |
61 | | - "@types/lodash-es": "^4.17.3", |
| 60 | + "@types/jasmine": "^3.6.6", |
| 61 | + "@types/lodash-es": "^4.17.4", |
62 | 62 | "@types/micromatch": "^4.0.1", |
63 | | - "@types/node": "^14.14.12", |
64 | | - "@typescript-eslint/eslint-plugin": "^4.9.1", |
65 | | - "@typescript-eslint/parser": "^4.9.1", |
66 | | - "all-contributors-cli": "6.19.0", |
| 63 | + "@types/node": "^14.14.34", |
| 64 | + "@typescript-eslint/eslint-plugin": "^4.17.0", |
| 65 | + "@typescript-eslint/parser": "^4.17.0", |
| 66 | + "all-contributors-cli": "6.20.0", |
67 | 67 | "clean-webpack-plugin": "^3.0.0", |
68 | | - "commitizen": "^4.2.2", |
| 68 | + "commitizen": "^4.2.3", |
69 | 69 | "conventional-changelog-angular": "^5.0.12", |
70 | | - "copy-webpack-plugin": "^7.0.0", |
| 70 | + "copy-webpack-plugin": "^8.0.0", |
71 | 71 | "cross-env": "^7.0.3", |
72 | 72 | "cross-var": "^1.1.0", |
73 | 73 | "cz-customizable": "^6.3.0", |
74 | | - "eslint": "^7.15.0", |
75 | | - "eslint-config-prettier": "^7.0.0", |
| 74 | + "eslint": "^7.22.0", |
| 75 | + "eslint-config-prettier": "^8.1.0", |
76 | 76 | "eslint-loader": "^4.0.2", |
77 | 77 | "eslint-plugin-import": "^2.22.1", |
78 | | - "eslint-plugin-prettier": "^3.2.0", |
| 78 | + "eslint-plugin-prettier": "^3.3.1", |
79 | 79 | "git-branch-is": "^4.0.0", |
80 | | - "husky": "^4.3.5", |
81 | | - "jasmine": "^3.6.3", |
| 80 | + "husky": "^5.1.3", |
| 81 | + "jasmine": "^3.6.4", |
82 | 82 | "jasmine-spec-reporter": "^6.0.0", |
83 | 83 | "prettier": "^2.2.1", |
84 | 84 | "regenerator-runtime": "^0.13.7", |
85 | | - "semantic-release": "^17.3.0", |
86 | | - "semantic-release-slack-bot": "^1.7.0", |
87 | | - "ts-loader": "^8.0.12", |
| 85 | + "semantic-release": "^17.4.2", |
| 86 | + "semantic-release-slack-bot": "^2.1.0", |
| 87 | + "ts-loader": "^8.0.18", |
88 | 88 | "ts-node": "^9.1.1", |
89 | 89 | "tsconfig-paths": "^3.9.0", |
90 | 90 | "ttypescript": "1.5.12", |
91 | | - "typescript": "^4.1.3", |
92 | | - "webpack": "^5.10.1", |
93 | | - "webpack-cli": "^4.2.0", |
94 | | - "webpack-merge": "^5.7.0", |
| 91 | + "typescript": "^4.2.3", |
| 92 | + "webpack": "^5.25.0", |
| 93 | + "webpack-cli": "^4.5.0", |
| 94 | + "webpack-merge": "^5.7.3", |
95 | 95 | "webpack-node-externals": "^2.5.2" |
96 | 96 | }, |
97 | 97 | "dependencies": { |
98 | | - "lodash-es": "^4.17.15", |
| 98 | + "lodash-es": "^4.17.21", |
99 | 99 | "micromatch": "^4.0.2", |
100 | 100 | "winston": "^3.3.3" |
101 | 101 | }, |
102 | 102 | "peerDependencies": { |
103 | | - "typescript": "^4.0.2" |
| 103 | + "typescript": "^4.X.X" |
104 | 104 | }, |
105 | 105 | "husky": { |
106 | 106 | "hooks": { |
|
0 commit comments